Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dthunderbolt.c1265 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_remove()
1274 tbnet_tear_down(tb_service_get_drvdata(svc), true); in tbnet_shutdown()
1280 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_suspend()
1294 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_resume()
/Linux-v4.19/include/linux/
Dthunderbolt.h407 static inline void *tb_service_get_drvdata(const struct tb_service *svc) in tb_service_get_drvdata() function