Home
last modified time | relevance | path

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

/include/linux/
A Dthunderbolt.h403 struct tb_service { struct
414 static inline struct tb_service *tb_service_get(struct tb_service *svc) in tb_service_get() argument
421 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