Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dthunderbolt.h167 int tb_register_property_dir(const char *key, struct tb_property_dir *dir);
/Linux-v5.10/drivers/thunderbolt/
Dxdomain.c1667 int tb_register_property_dir(const char *key, struct tb_property_dir *dir) in tb_register_property_dir() function
1702 EXPORT_SYMBOL_GPL(tb_register_property_dir);
/Linux-v5.10/drivers/net/
Dthunderbolt.c1345 ret = tb_register_property_dir("network", tbnet_dir); in tbnet_init()