Searched refs:tb_service_get_drvdata (Results 1 – 3 of 3) sorted by relevance
362 struct dma_test *dt = tb_service_get_drvdata(svc); \375 struct dma_test *dt = tb_service_get_drvdata(svc); \514 struct dma_test *dt = tb_service_get_drvdata(svc); in test_store()600 struct dma_test *dt = tb_service_get_drvdata(svc); in status_show()626 struct dma_test *dt = tb_service_get_drvdata(svc); in dma_test_debugfs_init()662 struct dma_test *dt = tb_service_get_drvdata(svc); in dma_test_remove()
1359 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_remove()1368 tbnet_tear_down(tb_service_get_drvdata(svc), true); in tbnet_shutdown()1374 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_suspend()1389 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_resume()
458 static inline void *tb_service_get_drvdata(const struct tb_service *svc) in tb_service_get_drvdata() function