Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dsvc.c29 struct gb_svc *svc = to_gb_svc(dev); in endo_id_show()
38 struct gb_svc *svc = to_gb_svc(dev); in ap_intf_id_show()
53 struct gb_svc *svc = to_gb_svc(dev); in intf_eject_store()
74 struct gb_svc *svc = to_gb_svc(dev); in watchdog_show()
84 struct gb_svc *svc = to_gb_svc(dev); in watchdog_store()
105 struct gb_svc *svc = to_gb_svc(dev); in watchdog_action_show()
119 struct gb_svc *svc = to_gb_svc(dev); in watchdog_action_store()
1290 struct gb_svc *svc = to_gb_svc(dev); in gb_svc_release()
Dsvc.h55 #define to_gb_svc(d) container_of(d, struct gb_svc, dev) macro
Dcore.c110 svc = to_gb_svc(dev); in greybus_uevent()