Searched refs:tb_to_service (Results 1 – 3 of 3) sorted by relevance
57 svc = tb_to_service(dev); in __tb_service_match()80 struct tb_service *svc = tb_to_service(dev); in tb_service_probe()92 struct tb_service *svc = tb_to_service(dev); in tb_service_remove()107 svc = tb_to_service(dev); in tb_service_shutdown()
691 svc = tb_to_service(dev); in remove_missing_service()707 svc = tb_to_service(dev); in find_service()
375 static inline struct tb_service *tb_to_service(struct device *dev) in tb_to_service() function