Searched refs:tb_service (Results 1 – 1 of 1) sorted by relevance
403 struct tb_service { struct414 static inline struct tb_service *tb_service_get(struct tb_service *svc) in tb_service_get() argument421 static inline void tb_service_put(struct tb_service *svc) in tb_service_put()432 static inline struct tb_service *tb_to_service(struct device *dev) in tb_to_service()435 return container_of(dev, struct tb_service, dev); in tb_to_service()449 int (*probe)(struct tb_service *svc, const struct tb_service_id *id);450 void (*remove)(struct tb_service *svc);451 void (*shutdown)(struct tb_service *svc);464 static inline void *tb_service_get_drvdata(const struct tb_service *svc) in tb_service_get_drvdata()469 static inline void tb_service_set_drvdata(struct tb_service *svc, void *data) in tb_service_set_drvdata()[all …]
Completed in 6 milliseconds