Searched refs:tb_service (Results 1 – 1 of 1) sorted by relevance
419 struct tb_service { struct433 static inline struct tb_service *tb_service_get(struct tb_service *svc) in tb_service_get() argument440 static inline void tb_service_put(struct tb_service *svc) in tb_service_put()451 static inline struct tb_service *tb_to_service(struct device *dev) in tb_to_service()454 return container_of(dev, struct tb_service, dev); in tb_to_service()468 int (*probe)(struct tb_service *svc);469 void (*remove)(struct tb_service *svc);470 void (*shutdown)(struct tb_service *svc);483 static inline void *tb_service_get_drvdata(const struct tb_service *svc) in tb_service_get_drvdata()488 static inline void tb_service_set_drvdata(struct tb_service *svc, void *data) in tb_service_set_drvdata()[all …]