tb_service        177 drivers/net/thunderbolt.c 	const struct tb_service *svc;
tb_service       1190 drivers/net/thunderbolt.c static int tbnet_probe(struct tb_service *svc, const struct tb_service_id *id)
tb_service       1260 drivers/net/thunderbolt.c static void tbnet_remove(struct tb_service *svc)
tb_service       1269 drivers/net/thunderbolt.c static void tbnet_shutdown(struct tb_service *svc)
tb_service       1276 drivers/net/thunderbolt.c 	struct tb_service *svc = tb_to_service(dev);
tb_service       1291 drivers/net/thunderbolt.c 	struct tb_service *svc = tb_to_service(dev);
tb_service         24 drivers/thunderbolt/domain.c 			     const struct tb_service *svc)
tb_service         54 drivers/thunderbolt/domain.c 	struct tb_service *svc;
tb_service         79 drivers/thunderbolt/domain.c 	struct tb_service *svc = tb_to_service(dev);
tb_service         91 drivers/thunderbolt/domain.c 	struct tb_service *svc = tb_to_service(dev);
tb_service        104 drivers/thunderbolt/domain.c 	struct tb_service *svc;
tb_service        633 drivers/thunderbolt/xdomain.c 	struct tb_service *svc = container_of(dev, struct tb_service, dev);
tb_service        643 drivers/thunderbolt/xdomain.c static int get_modalias(struct tb_service *svc, char *buf, size_t size)
tb_service        652 drivers/thunderbolt/xdomain.c 	struct tb_service *svc = container_of(dev, struct tb_service, dev);
tb_service        663 drivers/thunderbolt/xdomain.c 	struct tb_service *svc = container_of(dev, struct tb_service, dev);
tb_service        672 drivers/thunderbolt/xdomain.c 	struct tb_service *svc = container_of(dev, struct tb_service, dev);
tb_service        681 drivers/thunderbolt/xdomain.c 	struct tb_service *svc = container_of(dev, struct tb_service, dev);
tb_service        690 drivers/thunderbolt/xdomain.c 	struct tb_service *svc = container_of(dev, struct tb_service, dev);
tb_service        717 drivers/thunderbolt/xdomain.c 	struct tb_service *svc = container_of(dev, struct tb_service, dev);
tb_service        726 drivers/thunderbolt/xdomain.c 	struct tb_service *svc = container_of(dev, struct tb_service, dev);
tb_service        745 drivers/thunderbolt/xdomain.c 	struct tb_service *svc;
tb_service        761 drivers/thunderbolt/xdomain.c 	struct tb_service *svc;
tb_service        770 drivers/thunderbolt/xdomain.c static int populate_service(struct tb_service *svc,
tb_service        799 drivers/thunderbolt/xdomain.c 	struct tb_service *svc;
tb_service        362 include/linux/thunderbolt.h static inline struct tb_service *tb_service_get(struct tb_service *svc)
tb_service        369 include/linux/thunderbolt.h static inline void tb_service_put(struct tb_service *svc)
tb_service        380 include/linux/thunderbolt.h static inline struct tb_service *tb_to_service(struct device *dev)
tb_service        383 include/linux/thunderbolt.h 		return container_of(dev, struct tb_service, dev);
tb_service        397 include/linux/thunderbolt.h 	int (*probe)(struct tb_service *svc, const struct tb_service_id *id);
tb_service        398 include/linux/thunderbolt.h 	void (*remove)(struct tb_service *svc);
tb_service        399 include/linux/thunderbolt.h 	void (*shutdown)(struct tb_service *svc);
tb_service        412 include/linux/thunderbolt.h static inline void *tb_service_get_drvdata(const struct tb_service *svc)
tb_service        417 include/linux/thunderbolt.h static inline void tb_service_set_drvdata(struct tb_service *svc, void *data)
tb_service        422 include/linux/thunderbolt.h static inline struct tb_xdomain *tb_service_parent(struct tb_service *svc)