Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dthunderbolt.h456 void tb_unregister_service_driver(struct tb_service_driver *drv);
/linux-6.6.21/drivers/thunderbolt/
Ddma_test.c754 tb_unregister_service_driver(&dma_test_driver); in dma_test_exit()
Dxdomain.c894 void tb_unregister_service_driver(struct tb_service_driver *drv) in tb_unregister_service_driver() function
898 EXPORT_SYMBOL_GPL(tb_unregister_service_driver);
/linux-6.6.21/drivers/net/thunderbolt/
Dmain.c1461 tb_unregister_service_driver(&tbnet_driver); in tbnet_exit()