Searched refs:tb_service_get_drvdata (Results 1 – 2 of 2) sorted by relevance
1262 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_remove()1271 tbnet_tear_down(tb_service_get_drvdata(svc), true); in tbnet_shutdown()1277 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_suspend()1292 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_resume()
412 static inline void *tb_service_get_drvdata(const struct tb_service *svc) in tb_service_get_drvdata() function