Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dthunderbolt.h171 int tb_register_property_dir(const char *key, struct tb_property_dir *dir);
/Linux-v6.1/drivers/thunderbolt/
Ddma_test.c727 ret = tb_register_property_dir("dma_test", dma_test_dir); in dma_test_init()
Dxdomain.c2365 int tb_register_property_dir(const char *key, struct tb_property_dir *dir) in tb_register_property_dir() function
2396 EXPORT_SYMBOL_GPL(tb_register_property_dir);
/Linux-v6.1/drivers/net/
Dthunderbolt.c1394 ret = tb_register_property_dir("network", tbnet_dir); in tbnet_init()