Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/greybus/
H A Dsvc.h36 struct gb_svc *svc;
39 struct gb_svc { struct
60 #define to_gb_svc(d) container_of(d, struct gb_svc, dev) argument
62 struct gb_svc *gb_svc_create(struct gb_host_device *hd);
63 int gb_svc_add(struct gb_svc *svc);
64 void gb_svc_del(struct gb_svc *svc);
65 void gb_svc_put(struct gb_svc *svc);
67 int gb_svc_pwrmon_intf_sample_get(struct gb_svc *svc, u8 intf_id,
69 int gb_svc_intf_device_id(struct gb_svc *svc, u8 intf_id, u8 device_id);
70 int gb_svc_route_create(struct gb_svc *svc, u8 intf1_id, u8 dev1_id,
[all …]
H A Dhd.h59 struct gb_svc *svc;
/openbmc/linux/drivers/greybus/
H A Dsvc.c28 struct gb_svc *svc = to_gb_svc(dev); in endo_id_show()
37 struct gb_svc *svc = to_gb_svc(dev); in ap_intf_id_show()
52 struct gb_svc *svc = to_gb_svc(dev); in intf_eject_store()
73 struct gb_svc *svc = to_gb_svc(dev); in watchdog_show()
83 struct gb_svc *svc = to_gb_svc(dev); in watchdog_store()
104 struct gb_svc *svc = to_gb_svc(dev); in watchdog_action_show()
118 struct gb_svc *svc = to_gb_svc(dev); in watchdog_action_store()
131 static int gb_svc_pwrmon_rail_count_get(struct gb_svc *svc, u8 *value) in gb_svc_pwrmon_rail_count_get()
149 static int gb_svc_pwrmon_rail_names_get(struct gb_svc *svc, in gb_svc_pwrmon_rail_names_get()
173 static int gb_svc_pwrmon_sample_get(struct gb_svc *svc, u8 rail_id, in gb_svc_pwrmon_sample_get()
[all …]
H A 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()
H A 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()
737 struct gb_svc *svc = intf->hd->svc; in gb_interface_resume()
828 struct gb_svc *svc = intf->hd->svc; in gb_interface_vsys_set()
844 struct gb_svc *svc = intf->hd->svc; in gb_interface_refclk_set()
860 struct gb_svc *svc = intf->hd->svc; in gb_interface_unipro_set()
877 struct gb_svc *svc = intf->hd->svc; in gb_interface_activate_operation()
913 struct gb_svc *svc = intf->hd->svc; in gb_interface_hibernate_link()
H A Dcore.c88 const struct gb_svc *svc = NULL; in greybus_uevent()
/openbmc/linux/drivers/staging/greybus/
H A 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()