Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dthunderbolt.h455 int tb_register_service_driver(struct tb_service_driver *drv);
/openbmc/linux/drivers/thunderbolt/
H A Ddma_test.c735 ret = tb_register_service_driver(&dma_test_driver); in dma_test_init()
H A Dxdomain.c881 int tb_register_service_driver(struct tb_service_driver *drv) in tb_register_service_driver() function
886 EXPORT_SYMBOL_GPL(tb_register_service_driver);
/openbmc/linux/drivers/net/thunderbolt/
H A Dmain.c1444 ret = tb_register_service_driver(&tbnet_driver); in tbnet_init()