Home
last modified time | relevance | path

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

/openbmc/linux/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);
520 d = tb_property_create_dir(dir->uuid); in tb_property_copy_dir()
H A Ddma_test.c720 dma_test_dir = tb_property_create_dir(&dma_test_dir_uuid); in dma_test_init()
H A Dxdomain.c2501 xdomain_property_dir = tb_property_create_dir(NULL); in tb_xdomain_init()
/openbmc/linux/include/linux/
H A Dthunderbolt.h150 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid);
/openbmc/linux/drivers/net/thunderbolt/
H A Dmain.c1427 tbnet_dir = tb_property_create_dir(&tbnet_dir_uuid); in tbnet_init()