Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Dproperty.c241 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid) in tb_property_create_dir() function
260 EXPORT_SYMBOL_GPL(tb_property_create_dir);
Dxdomain.c1581 xdomain_property_dir = tb_property_create_dir(NULL); in tb_xdomain_init()
/Linux-v4.19/include/linux/
Dthunderbolt.h149 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid);
/Linux-v4.19/drivers/net/
Dthunderbolt.c1331 tbnet_dir = tb_property_create_dir(&tbnet_dir_uuid); in tbnet_init()