Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dthunderbolt.h442 void tb_unregister_service_driver(struct tb_service_driver *drv);
/Linux-v6.1/drivers/thunderbolt/
Ddma_test.c750 tb_unregister_service_driver(&dma_test_driver); in dma_test_exit()
Dxdomain.c865 void tb_unregister_service_driver(struct tb_service_driver *drv) in tb_unregister_service_driver() function
869 EXPORT_SYMBOL_GPL(tb_unregister_service_driver);
/Linux-v6.1/drivers/net/
Dthunderbolt.c1415 tb_unregister_service_driver(&tbnet_driver); in tbnet_exit()