Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dthunderbolt.h462 void tb_unregister_service_driver(struct tb_service_driver *drv);
/linux/drivers/thunderbolt/
H A Ddma_test.c750 tb_unregister_service_driver(&dma_test_driver); in dma_test_exit()
H A Dxdomain.c898 void tb_unregister_service_driver(struct tb_service_driver *drv) in tb_unregister_service_driver() function
902 EXPORT_SYMBOL_GPL(tb_unregister_service_driver);
/linux/drivers/net/thunderbolt/
H A Dmain.c1513 tb_unregister_service_driver(&tbnet_driver); in tbnet_exit()