Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dthunderbolt.h170 int tb_register_property_dir(const char *key, struct tb_property_dir *dir);
/linux-6.15/drivers/thunderbolt/
H A Ddma_test.c727 ret = tb_register_property_dir("dma_test", dma_test_dir); in dma_test_init()
H A Dxdomain.c2496 int tb_register_property_dir(const char *key, struct tb_property_dir *dir) in tb_register_property_dir() function
2527 EXPORT_SYMBOL_GPL(tb_register_property_dir);
/linux-6.15/drivers/net/thunderbolt/
H A Dmain.c1440 ret = tb_register_property_dir("network", tbnet_dir); in tbnet_init()