Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
Dthunderbolt.c1262 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()
/kernel/linux/linux-5.10/include/linux/
Dthunderbolt.h412 static inline void *tb_service_get_drvdata(const struct tb_service *svc) in tb_service_get_drvdata() function