Home
last modified time | relevance | path

Searched defs:svc (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/thunderbolt/
Dxdomain.c577 struct tb_service *svc = container_of(dev, struct tb_service, dev); in key_show() local
587 static int get_modalias(struct tb_service *svc, char *buf, size_t size) in get_modalias()
596 struct tb_service *svc = container_of(dev, struct tb_service, dev); in modalias_show() local
607 struct tb_service *svc = container_of(dev, struct tb_service, dev); in prtcid_show() local
616 struct tb_service *svc = container_of(dev, struct tb_service, dev); in prtcvers_show() local
625 struct tb_service *svc = container_of(dev, struct tb_service, dev); in prtcrevs_show() local
634 struct tb_service *svc = container_of(dev, struct tb_service, dev); in prtcstns_show() local
661 struct tb_service *svc = container_of(dev, struct tb_service, dev); in tb_service_uevent() local
670 struct tb_service *svc = container_of(dev, struct tb_service, dev); in tb_service_release() local
689 struct tb_service *svc; in remove_missing_service() local
[all …]
Ddomain.c25 const struct tb_service *svc) in match_service_id()
55 struct tb_service *svc; in __tb_service_match() local
80 struct tb_service *svc = tb_to_service(dev); in tb_service_probe() local
92 struct tb_service *svc = tb_to_service(dev); in tb_service_remove() local
105 struct tb_service *svc; in tb_service_shutdown() local
/linux-4.19.296/include/linux/
Dthunderbolt.h357 static inline struct tb_service *tb_service_get(struct tb_service *svc) in tb_service_get()
364 static inline void tb_service_put(struct tb_service *svc) in tb_service_put()
407 static inline void *tb_service_get_drvdata(const struct tb_service *svc) in tb_service_get_drvdata()
412 static inline void tb_service_set_drvdata(struct tb_service *svc, void *data) in tb_service_set_drvdata()
417 static inline struct tb_xdomain *tb_service_parent(struct tb_service *svc) in tb_service_parent()
/linux-4.19.296/include/uapi/linux/
Datmsvc.h38 struct sockaddr_atmsvc svc; /* SVC address */ member
/linux-4.19.296/include/net/
Dip_vs.h683 struct ip_vs_service __rcu *svc; /* service it belongs to */ member
1632 static inline int ip_vs_register_conntrack(struct ip_vs_service *svc) in ip_vs_register_conntrack()
1649 static inline void ip_vs_unregister_conntrack(struct ip_vs_service *svc) in ip_vs_unregister_conntrack()