tb_property_dir   209 drivers/net/thunderbolt.c static struct tb_property_dir *tbnet_dir;
tb_property_dir    38 drivers/thunderbolt/property.c static struct tb_property_dir *__tb_property_parse_dir(const u32 *block,
tb_property_dir   100 drivers/thunderbolt/property.c 	struct tb_property_dir *dir;
tb_property_dir   161 drivers/thunderbolt/property.c static struct tb_property_dir *__tb_property_parse_dir(const u32 *block,
tb_property_dir   167 drivers/thunderbolt/property.c 	struct tb_property_dir *dir;
tb_property_dir   220 drivers/thunderbolt/property.c struct tb_property_dir *tb_property_parse_dir(const u32 *block,
tb_property_dir   242 drivers/thunderbolt/property.c struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid)
tb_property_dir   244 drivers/thunderbolt/property.c 	struct tb_property_dir *dir;
tb_property_dir   293 drivers/thunderbolt/property.c void tb_property_free_dir(struct tb_property_dir *dir)
tb_property_dir   309 drivers/thunderbolt/property.c static size_t tb_property_dir_length(const struct tb_property_dir *dir,
tb_property_dir   348 drivers/thunderbolt/property.c static ssize_t __tb_property_format_dir(const struct tb_property_dir *dir,
tb_property_dir   428 drivers/thunderbolt/property.c 		const struct tb_property_dir *child;
tb_property_dir   488 drivers/thunderbolt/property.c ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block,
tb_property_dir   510 drivers/thunderbolt/property.c int tb_property_add_immediate(struct tb_property_dir *parent, const char *key,
tb_property_dir   539 drivers/thunderbolt/property.c int tb_property_add_data(struct tb_property_dir *parent, const char *key,
tb_property_dir   575 drivers/thunderbolt/property.c int tb_property_add_text(struct tb_property_dir *parent, const char *key,
tb_property_dir   609 drivers/thunderbolt/property.c int tb_property_add_dir(struct tb_property_dir *parent, const char *key,
tb_property_dir   610 drivers/thunderbolt/property.c 			struct tb_property_dir *dir)
tb_property_dir   651 drivers/thunderbolt/property.c struct tb_property *tb_property_find(struct tb_property_dir *dir,
tb_property_dir   670 drivers/thunderbolt/property.c struct tb_property *tb_property_get_next(struct tb_property_dir *dir,
tb_property_dir    35 drivers/thunderbolt/xdomain.c static struct tb_property_dir *xdomain_property_dir;
tb_property_dir   773 drivers/thunderbolt/xdomain.c 	struct tb_property_dir *dir = property->value.dir;
tb_property_dir   850 drivers/thunderbolt/xdomain.c 			       struct tb_property_dir *dir)
tb_property_dir   947 drivers/thunderbolt/xdomain.c 	struct tb_property_dir *dir;
tb_property_dir  1614 drivers/thunderbolt/xdomain.c static bool remove_directory(const char *key, const struct tb_property_dir *dir)
tb_property_dir  1639 drivers/thunderbolt/xdomain.c int tb_register_property_dir(const char *key, struct tb_property_dir *dir)
tb_property_dir  1684 drivers/thunderbolt/xdomain.c void tb_unregister_property_dir(const char *key, struct tb_property_dir *dir)
tb_property_dir   135 include/linux/thunderbolt.h 		struct tb_property_dir *dir;
tb_property_dir   142 include/linux/thunderbolt.h struct tb_property_dir *tb_property_parse_dir(const u32 *block,
tb_property_dir   144 include/linux/thunderbolt.h ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block,
tb_property_dir   146 include/linux/thunderbolt.h struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid);
tb_property_dir   147 include/linux/thunderbolt.h void tb_property_free_dir(struct tb_property_dir *dir);
tb_property_dir   148 include/linux/thunderbolt.h int tb_property_add_immediate(struct tb_property_dir *parent, const char *key,
tb_property_dir   150 include/linux/thunderbolt.h int tb_property_add_data(struct tb_property_dir *parent, const char *key,
tb_property_dir   152 include/linux/thunderbolt.h int tb_property_add_text(struct tb_property_dir *parent, const char *key,
tb_property_dir   154 include/linux/thunderbolt.h int tb_property_add_dir(struct tb_property_dir *parent, const char *key,
tb_property_dir   155 include/linux/thunderbolt.h 			struct tb_property_dir *dir);
tb_property_dir   157 include/linux/thunderbolt.h struct tb_property *tb_property_find(struct tb_property_dir *dir,
tb_property_dir   159 include/linux/thunderbolt.h struct tb_property *tb_property_get_next(struct tb_property_dir *dir,
tb_property_dir   167 include/linux/thunderbolt.h int tb_register_property_dir(const char *key, struct tb_property_dir *dir);
tb_property_dir   168 include/linux/thunderbolt.h void tb_unregister_property_dir(const char *key, struct tb_property_dir *dir);
tb_property_dir   234 include/linux/thunderbolt.h 	struct tb_property_dir *properties;