Symbol: tb_property_dir
drivers/net/thunderbolt/main.c
216
static struct tb_property_dir *tbnet_dir;
drivers/thunderbolt/dma_test.c
117
static struct tb_property_dir *dma_test_dir;
drivers/thunderbolt/property.c
109
struct tb_property_dir *dir;
drivers/thunderbolt/property.c
170
static struct tb_property_dir *__tb_property_parse_dir(const u32 *block,
drivers/thunderbolt/property.c
177
struct tb_property_dir *dir;
drivers/thunderbolt/property.c
243
struct tb_property_dir *tb_property_parse_dir(const u32 *block,
drivers/thunderbolt/property.c
267
struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid)
drivers/thunderbolt/property.c
269
struct tb_property_dir *dir;
drivers/thunderbolt/property.c
318
void tb_property_free_dir(struct tb_property_dir *dir)
drivers/thunderbolt/property.c
334
static size_t tb_property_dir_length(const struct tb_property_dir *dir,
drivers/thunderbolt/property.c
373
static ssize_t __tb_property_format_dir(const struct tb_property_dir *dir,
drivers/thunderbolt/property.c
40
static struct tb_property_dir *__tb_property_parse_dir(const u32 *block,
drivers/thunderbolt/property.c
453
const struct tb_property_dir *child;
drivers/thunderbolt/property.c
515
ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block,
drivers/thunderbolt/property.c
531
static struct tb_property_dir *copy_dir(const struct tb_property_dir *dir)
drivers/thunderbolt/property.c
534
struct tb_property_dir *d;
drivers/thunderbolt/property.c
611
struct tb_property_dir *tb_property_copy_dir(const struct tb_property_dir *dir)
drivers/thunderbolt/property.c
628
int tb_property_merge_dir(struct tb_property_dir *parent,
drivers/thunderbolt/property.c
629
const struct tb_property_dir *dir,
drivers/thunderbolt/property.c
677
int tb_property_add_immediate(struct tb_property_dir *parent, const char *key,
drivers/thunderbolt/property.c
708
int tb_property_add_data(struct tb_property_dir *parent, const char *key,
drivers/thunderbolt/property.c
746
int tb_property_add_text(struct tb_property_dir *parent, const char *key,
drivers/thunderbolt/property.c
782
int tb_property_add_dir(struct tb_property_dir *parent, const char *key,
drivers/thunderbolt/property.c
783
struct tb_property_dir *dir)
drivers/thunderbolt/property.c
826
struct tb_property *tb_property_find(struct tb_property_dir *dir,
drivers/thunderbolt/property.c
847
struct tb_property *tb_property_get_next(struct tb_property_dir *dir,
drivers/thunderbolt/stream.c
1241
struct tb_property_dir *dir;
drivers/thunderbolt/stream.c
210
static struct tb_property_dir *tbstream_dir;
drivers/thunderbolt/stream.c
955
struct tb_property_dir *dir;
drivers/thunderbolt/test.c
2669
struct tb_property_dir *dir, *network_dir;
drivers/thunderbolt/test.c
2729
struct tb_property_dir *dir;
drivers/thunderbolt/test.c
2754
static void compare_dirs(struct kunit *test, struct tb_property_dir *d1,
drivers/thunderbolt/test.c
2755
struct tb_property_dir *d2)
drivers/thunderbolt/test.c
2826
struct tb_property_dir *src, *dst;
drivers/thunderbolt/test.c
2877
struct tb_property_dir *dir;
drivers/thunderbolt/test.c
2909
struct tb_property_dir *dir;
drivers/thunderbolt/test.c
2954
struct tb_property_dir *dir;
drivers/thunderbolt/test.c
2982
struct tb_property_dir *dir;
drivers/thunderbolt/test.c
3002
struct tb_property_dir *dir;
drivers/thunderbolt/test.c
3019
struct tb_property_dir *dir1, *dir2, *dir3;
drivers/thunderbolt/xdomain.c
1142
struct tb_property_dir *dir = property->value.dir;
drivers/thunderbolt/xdomain.c
1189
struct tb_property_dir *dir = property->value.dir;
drivers/thunderbolt/xdomain.c
1278
struct tb_property_dir *dir)
drivers/thunderbolt/xdomain.c
1538
struct tb_property_dir *dir;
drivers/thunderbolt/xdomain.c
2668
static bool remove_directory(const char *key, const struct tb_property_dir *dir)
drivers/thunderbolt/xdomain.c
2693
int tb_register_property_dir(const char *key, struct tb_property_dir *dir)
drivers/thunderbolt/xdomain.c
2734
void tb_unregister_property_dir(const char *key, struct tb_property_dir *dir)
drivers/thunderbolt/xdomain.c
650
struct tb_property_dir *root = data;
drivers/thunderbolt/xdomain.c
684
struct tb_property_dir *dir;
drivers/thunderbolt/xdomain.c
74
static struct tb_property_dir *xdomain_property_dir;
include/linux/thunderbolt.h
145
struct tb_property_dir *dir;
include/linux/thunderbolt.h
152
struct tb_property_dir *tb_property_parse_dir(const u32 *block,
include/linux/thunderbolt.h
154
ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block,
include/linux/thunderbolt.h
156
struct tb_property_dir *tb_property_copy_dir(const struct tb_property_dir *dir);
include/linux/thunderbolt.h
157
int tb_property_merge_dir(struct tb_property_dir *parent,
include/linux/thunderbolt.h
158
const struct tb_property_dir *dir,
include/linux/thunderbolt.h
160
struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid);
include/linux/thunderbolt.h
161
void tb_property_free_dir(struct tb_property_dir *dir);
include/linux/thunderbolt.h
162
int tb_property_add_immediate(struct tb_property_dir *parent, const char *key,
include/linux/thunderbolt.h
164
int tb_property_add_data(struct tb_property_dir *parent, const char *key,
include/linux/thunderbolt.h
166
int tb_property_add_text(struct tb_property_dir *parent, const char *key,
include/linux/thunderbolt.h
168
int tb_property_add_dir(struct tb_property_dir *parent, const char *key,
include/linux/thunderbolt.h
169
struct tb_property_dir *dir);
include/linux/thunderbolt.h
171
struct tb_property *tb_property_find(struct tb_property_dir *dir,
include/linux/thunderbolt.h
173
struct tb_property *tb_property_get_next(struct tb_property_dir *dir,
include/linux/thunderbolt.h
181
int tb_register_property_dir(const char *key, struct tb_property_dir *dir);
include/linux/thunderbolt.h
182
void tb_unregister_property_dir(const char *key, struct tb_property_dir *dir);
include/linux/thunderbolt.h
275
struct tb_property_dir *remote_properties;
include/linux/thunderbolt.h
428
struct tb_property_dir *local_properties;
include/linux/thunderbolt.h
429
struct tb_property_dir *remote_properties;