Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dthunderbolt.h410 void tb_unregister_service_driver(struct tb_service_driver *drv);
/Linux-v5.10/drivers/thunderbolt/
Dxdomain.c675 void tb_unregister_service_driver(struct tb_service_driver *drv) in tb_unregister_service_driver() function
679 EXPORT_SYMBOL_GPL(tb_unregister_service_driver);
/Linux-v5.10/drivers/net/
Dthunderbolt.c1357 tb_unregister_service_driver(&tbnet_driver); in tbnet_exit()