Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
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);
Dxdomain.c1702 xdomain_property_dir = tb_property_create_dir(NULL); in tb_xdomain_init()
/Linux-v5.4/include/linux/
Dthunderbolt.h146 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid);
/Linux-v5.4/drivers/net/
Dthunderbolt.c1331 tbnet_dir = tb_property_create_dir(&tbnet_dir_uuid); in tbnet_init()