Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dstream.c1718 struct tbstream *stream = tb_service_get_drvdata(svc); in tbstream_remove()
1729 struct tbstream *stream = tb_service_get_drvdata(svc); in tbstream_suspend()
1752 struct tbstream *stream = tb_service_get_drvdata(svc); in tbstream_resume()
/linux/include/linux/
H A Dthunderbolt.h483 static inline void *tb_service_get_drvdata(const struct tb_service *svc) in tb_service_get_drvdata() function