Searched refs:tb_property_dir (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | thunderbolt.h | 107 struct tb_property_dir { struct 138 struct tb_property_dir *dir; 145 struct tb_property_dir *tb_property_parse_dir(const u32 *block, 147 ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block, 149 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid); 150 void tb_property_free_dir(struct tb_property_dir *dir); 151 int tb_property_add_immediate(struct tb_property_dir *parent, const char *key, 153 int tb_property_add_data(struct tb_property_dir *parent, const char *key, 155 int tb_property_add_text(struct tb_property_dir *parent, const char *key, 157 int tb_property_add_dir(struct tb_property_dir *parent, const char *key, [all …]
|
/Linux-v4.19/drivers/thunderbolt/ |
D | property.c | 41 static struct tb_property_dir *__tb_property_parse_dir(const u32 *block, 103 struct tb_property_dir *dir; in tb_property_parse() 164 static struct tb_property_dir *__tb_property_parse_dir(const u32 *block, in __tb_property_parse_dir() 170 struct tb_property_dir *dir; in __tb_property_parse_dir() 219 struct tb_property_dir *tb_property_parse_dir(const u32 *block, in tb_property_parse_dir() 241 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid) in tb_property_create_dir() 243 struct tb_property_dir *dir; in tb_property_create_dir() 292 void tb_property_free_dir(struct tb_property_dir *dir) in tb_property_free_dir() 308 static size_t tb_property_dir_length(const struct tb_property_dir *dir, in tb_property_dir_length() 347 static ssize_t __tb_property_format_dir(const struct tb_property_dir *dir, in __tb_property_format_dir() [all …]
|
D | xdomain.c | 37 static struct tb_property_dir *xdomain_property_dir; 717 struct tb_property_dir *dir = property->value.dir; in populate_service() 788 struct tb_property_dir *dir) in populate_properties() 836 struct tb_property_dir *dir; in tb_xdomain_get_properties() 1493 static bool remove_directory(const char *key, const struct tb_property_dir *dir) in remove_directory() 1518 int tb_register_property_dir(const char *key, struct tb_property_dir *dir) in tb_register_property_dir() 1563 void tb_unregister_property_dir(const char *key, struct tb_property_dir *dir) in tb_unregister_property_dir()
|
/Linux-v4.19/drivers/net/ |
D | thunderbolt.c | 212 static struct tb_property_dir *tbnet_dir;
|