Home
last modified time | relevance | path

Searched refs:tb_property_dir (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/include/linux/
Dthunderbolt.h107 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_copy_dir(const struct tb_property_dir *dir);
150 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid);
151 void tb_property_free_dir(struct tb_property_dir *dir);
152 int tb_property_add_immediate(struct tb_property_dir *parent, const char *key,
154 int tb_property_add_data(struct tb_property_dir *parent, const char *key,
156 int tb_property_add_text(struct tb_property_dir *parent, const char *key,
[all …]
/linux-6.6.21/drivers/thunderbolt/
Dproperty.c38 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 …]
Dxdomain.c73 static struct tb_property_dir *xdomain_property_dir;
656 struct tb_property_dir *dir; in update_property_block()
1044 struct tb_property_dir *dir = property->value.dir; in populate_service()
1124 struct tb_property_dir *dir) in populate_properties()
1384 struct tb_property_dir *dir; in tb_xdomain_get_properties()
2419 static bool remove_directory(const char *key, const struct tb_property_dir *dir) in remove_directory()
2444 int tb_register_property_dir(const char *key, struct tb_property_dir *dir) in tb_register_property_dir()
2485 void tb_unregister_property_dir(const char *key, struct tb_property_dir *dir) in tb_unregister_property_dir()
Dtest.c2668 struct tb_property_dir *dir, *network_dir; in tb_test_property_parse()
2728 struct tb_property_dir *dir; in tb_test_property_format()
2753 static void compare_dirs(struct kunit *test, struct tb_property_dir *d1, in compare_dirs()
2754 struct tb_property_dir *d2) in compare_dirs()
2825 struct tb_property_dir *src, *dst; in tb_test_property_copy()
Ddma_test.c119 static struct tb_property_dir *dma_test_dir;
/linux-6.6.21/drivers/net/thunderbolt/
Dmain.c214 static struct tb_property_dir *tbnet_dir;