Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dsvc.h31 struct gb_svc *svc;
34 struct gb_svc { struct
55 #define to_gb_svc(d) container_of(d, struct gb_svc, dev) argument
57 struct gb_svc *gb_svc_create(struct gb_host_device *hd);
58 int gb_svc_add(struct gb_svc *svc);
59 void gb_svc_del(struct gb_svc *svc);
60 void gb_svc_put(struct gb_svc *svc);
62 int gb_svc_pwrmon_intf_sample_get(struct gb_svc *svc, u8 intf_id,
64 int gb_svc_intf_device_id(struct gb_svc *svc, u8 intf_id, u8 device_id);
65 int gb_svc_route_create(struct gb_svc *svc, u8 intf1_id, u8 dev1_id,
[all …]
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()
132 static int gb_svc_pwrmon_rail_count_get(struct gb_svc *svc, u8 *value) in gb_svc_pwrmon_rail_count_get()
150 static int gb_svc_pwrmon_rail_names_get(struct gb_svc *svc, in gb_svc_pwrmon_rail_names_get()
174 static int gb_svc_pwrmon_sample_get(struct gb_svc *svc, u8 rail_id, in gb_svc_pwrmon_sample_get()
[all …]
Dsvc_watchdog.c17 struct gb_svc *svc;
66 struct gb_svc *svc; in do_work()
107 int gb_svc_watchdog_create(struct gb_svc *svc) in gb_svc_watchdog_create()
147 void gb_svc_watchdog_destroy(struct gb_svc *svc) in gb_svc_watchdog_destroy()
160 bool gb_svc_watchdog_enabled(struct gb_svc *svc) in gb_svc_watchdog_enabled()
167 int gb_svc_watchdog_enable(struct gb_svc *svc) in gb_svc_watchdog_enable()
183 int gb_svc_watchdog_disable(struct gb_svc *svc) in gb_svc_watchdog_disable()
Dinterface.c128 struct gb_svc *svc = intf->hd->svc; in gb_interface_route_create()
175 struct gb_svc *svc = intf->hd->svc; in gb_interface_route_destroy()
736 struct gb_svc *svc = intf->hd->svc; in gb_interface_resume()
827 struct gb_svc *svc = intf->hd->svc; in gb_interface_vsys_set()
843 struct gb_svc *svc = intf->hd->svc; in gb_interface_refclk_set()
859 struct gb_svc *svc = intf->hd->svc; in gb_interface_unipro_set()
876 struct gb_svc *svc = intf->hd->svc; in gb_interface_activate_operation()
912 struct gb_svc *svc = intf->hd->svc; in gb_interface_hibernate_link()
Dhd.h56 struct gb_svc *svc;
Dcore.c88 struct gb_svc *svc = NULL; in greybus_uevent()
Dcamera.c308 struct gb_svc *svc = gcam->connection->hd->svc; in gb_camera_set_intf_power_mode()
339 struct gb_svc *svc = gcam->connection->hd->svc; in gb_camera_set_power_mode()