Searched refs:tb_property_dir (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | thunderbolt.h | 104 struct tb_property_dir { struct 135 struct tb_property_dir *dir; 142 struct tb_property_dir *tb_property_parse_dir(const u32 *block, 144 ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block, 146 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid); 147 void tb_property_free_dir(struct tb_property_dir *dir); 148 int tb_property_add_immediate(struct tb_property_dir *parent, const char *key, 150 int tb_property_add_data(struct tb_property_dir *parent, const char *key, 152 int tb_property_add_text(struct tb_property_dir *parent, const char *key, 154 int tb_property_add_dir(struct tb_property_dir *parent, const char *key, [all …]
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
D | property.c | 38 static struct tb_property_dir *__tb_property_parse_dir(const u32 *block, 100 struct tb_property_dir *dir; in tb_property_parse() 161 static struct tb_property_dir *__tb_property_parse_dir(const u32 *block, in __tb_property_parse_dir() 167 struct tb_property_dir *dir; in __tb_property_parse_dir() 220 struct tb_property_dir *tb_property_parse_dir(const u32 *block, in tb_property_parse_dir() 242 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid) in tb_property_create_dir() 244 struct tb_property_dir *dir; in tb_property_create_dir() 293 void tb_property_free_dir(struct tb_property_dir *dir) in tb_property_free_dir() 309 static size_t tb_property_dir_length(const struct tb_property_dir *dir, in tb_property_dir_length() 348 static ssize_t __tb_property_format_dir(const struct tb_property_dir *dir, in __tb_property_format_dir() [all …]
|
D | xdomain.c | 35 static struct tb_property_dir *xdomain_property_dir; 824 struct tb_property_dir *dir = property->value.dir; in populate_service() 902 struct tb_property_dir *dir) in populate_properties() 999 struct tb_property_dir *dir; in tb_xdomain_get_properties() 1642 static bool remove_directory(const char *key, const struct tb_property_dir *dir) in remove_directory() 1667 int tb_register_property_dir(const char *key, struct tb_property_dir *dir) in tb_register_property_dir() 1712 void tb_unregister_property_dir(const char *key, struct tb_property_dir *dir) in tb_unregister_property_dir()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | thunderbolt.c | 209 static struct tb_property_dir *tbnet_dir;
|