Home
last modified time | relevance | path

Searched refs:tb_property_create_dir (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dproperty.c242 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid) in tb_property_create_dir() function
261 EXPORT_SYMBOL_GPL(tb_property_create_dir);
H A Dxdomain.c1728 xdomain_property_dir = tb_property_create_dir(NULL); in tb_xdomain_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h146 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid);
/OK3568_Linux_fs/kernel/drivers/net/
H A Dthunderbolt.c1331 tbnet_dir = tb_property_create_dir(&tbnet_dir_uuid); in tbnet_init()