Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Ddma_test.c362 struct dma_test *dt = tb_service_get_drvdata(svc); \
375 struct dma_test *dt = tb_service_get_drvdata(svc); \
510 struct dma_test *dt = tb_service_get_drvdata(svc); in test_store()
596 struct dma_test *dt = tb_service_get_drvdata(svc); in status_show()
622 struct dma_test *dt = tb_service_get_drvdata(svc); in dma_test_debugfs_init()
658 struct dma_test *dt = tb_service_get_drvdata(svc); in dma_test_remove()
/linux-6.1.9/drivers/net/
Dthunderbolt.c1311 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_remove()
1320 tbnet_tear_down(tb_service_get_drvdata(svc), true); in tbnet_shutdown()
1326 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_suspend()
1341 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_resume()
/linux-6.1.9/include/linux/
Dthunderbolt.h444 static inline void *tb_service_get_drvdata(const struct tb_service *svc) in tb_service_get_drvdata() function