Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dthunderbolt.h405 void tb_unregister_service_driver(struct tb_service_driver *drv);
/Linux-v4.19/drivers/thunderbolt/
Dxdomain.c568 void tb_unregister_service_driver(struct tb_service_driver *drv) in tb_unregister_service_driver() function
572 EXPORT_SYMBOL_GPL(tb_unregister_service_driver);
/Linux-v4.19/drivers/net/
Dthunderbolt.c1353 tb_unregister_service_driver(&tbnet_driver); in tbnet_exit()