Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/greybus/
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 …]
Dhd.h59 struct gb_svc *svc;
/kernel/linux/linux-5.10/drivers/greybus/
Dsvc.c27 struct gb_svc *svc = to_gb_svc(dev); in endo_id_show()
36 struct gb_svc *svc = to_gb_svc(dev); in ap_intf_id_show()
51 struct gb_svc *svc = to_gb_svc(dev); in intf_eject_store()
72 struct gb_svc *svc = to_gb_svc(dev); in watchdog_show()
82 struct gb_svc *svc = to_gb_svc(dev); in watchdog_store()
103 struct gb_svc *svc = to_gb_svc(dev); in watchdog_action_show()
117 struct gb_svc *svc = to_gb_svc(dev); in watchdog_action_store()
130 static int gb_svc_pwrmon_rail_count_get(struct gb_svc *svc, u8 *value) in gb_svc_pwrmon_rail_count_get()
148 static int gb_svc_pwrmon_rail_names_get(struct gb_svc *svc, in gb_svc_pwrmon_rail_names_get()
172 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()
Dcore.c88 struct gb_svc *svc = NULL; in greybus_uevent()
/kernel/linux/linux-5.10/drivers/staging/greybus/
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()