Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dthunderbolt.h383 struct tb_service { struct
394 static inline struct tb_service *tb_service_get(struct tb_service *svc) in tb_service_get() argument
401 static inline void tb_service_put(struct tb_service *svc) in tb_service_put()
412 static inline struct tb_service *tb_to_service(struct device *dev) in tb_to_service()
415 return container_of(dev, struct tb_service, dev); in tb_to_service()
429 int (*probe)(struct tb_service *svc, const struct tb_service_id *id);
430 void (*remove)(struct tb_service *svc);
431 void (*shutdown)(struct tb_service *svc);
444 static inline void *tb_service_get_drvdata(const struct tb_service *svc) in tb_service_get_drvdata()
449 static inline void tb_service_set_drvdata(struct tb_service *svc, void *data) in tb_service_set_drvdata()
[all …]
/linux-6.3-rc2/drivers/thunderbolt/
A Ddma_test.c93 const struct tb_service *svc;
361 struct tb_service *svc = data; \
374 struct tb_service *svc = data; \
509 struct tb_service *svc = data; in test_store()
595 struct tb_service *svc = s->private; in status_show()
620 static void dma_test_debugfs_init(struct tb_service *svc) in dma_test_debugfs_init()
636 static int dma_test_probe(struct tb_service *svc, const struct tb_service_id *id) in dma_test_probe()
656 static void dma_test_remove(struct tb_service *svc) in dma_test_remove()
A Dxdomain.c874 struct tb_service *svc = container_of(dev, struct tb_service, dev); in key_show()
893 struct tb_service *svc = container_of(dev, struct tb_service, dev); in modalias_show()
904 struct tb_service *svc = container_of(dev, struct tb_service, dev); in prtcid_show()
913 struct tb_service *svc = container_of(dev, struct tb_service, dev); in prtcvers_show()
922 struct tb_service *svc = container_of(dev, struct tb_service, dev); in prtcrevs_show()
931 struct tb_service *svc = container_of(dev, struct tb_service, dev); in prtcstns_show()
958 const struct tb_service *svc = container_of_const(dev, struct tb_service, dev); in tb_service_uevent()
967 struct tb_service *svc = container_of(dev, struct tb_service, dev); in tb_service_release()
987 struct tb_service *svc; in remove_missing_service()
1003 struct tb_service *svc; in find_service()
[all …]
A Ddomain.c22 const struct tb_service *svc) in match_service_id()
52 struct tb_service *svc; in __tb_service_match()
77 struct tb_service *svc = tb_to_service(dev); in tb_service_probe()
89 struct tb_service *svc = tb_to_service(dev); in tb_service_remove()
100 struct tb_service *svc; in tb_service_shutdown()
A Dtb.h1334 void tb_service_debugfs_init(struct tb_service *svc);
1335 void tb_service_debugfs_remove(struct tb_service *svc);
1343 static inline void tb_service_debugfs_init(struct tb_service *svc) { } in tb_service_debugfs_init()
1344 static inline void tb_service_debugfs_remove(struct tb_service *svc) { } in tb_service_debugfs_remove()
A Ddebugfs.c1550 void tb_service_debugfs_init(struct tb_service *svc) in tb_service_debugfs_init()
1562 void tb_service_debugfs_remove(struct tb_service *svc) in tb_service_debugfs_remove()
/linux-6.3-rc2/drivers/net/thunderbolt/
A Dmain.c181 const struct tb_service *svc;
1285 static int tbnet_probe(struct tb_service *svc, const struct tb_service_id *id) in tbnet_probe()
1355 static void tbnet_remove(struct tb_service *svc) in tbnet_remove()
1364 static void tbnet_shutdown(struct tb_service *svc) in tbnet_shutdown()
1371 struct tb_service *svc = tb_to_service(dev); in tbnet_suspend()
1386 struct tb_service *svc = tb_to_service(dev); in tbnet_resume()

Completed in 22 milliseconds