Lines Matching defs:svc
28 struct gb_svc *svc = to_gb_svc(dev); in endo_id_show() local
37 struct gb_svc *svc = to_gb_svc(dev); in ap_intf_id_show() local
52 struct gb_svc *svc = to_gb_svc(dev); in intf_eject_store() local
73 struct gb_svc *svc = to_gb_svc(dev); in watchdog_show() local
83 struct gb_svc *svc = to_gb_svc(dev); in watchdog_store() local
104 struct gb_svc *svc = to_gb_svc(dev); in watchdog_action_show() local
118 struct gb_svc *svc = to_gb_svc(dev); in watchdog_action_store() local
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()
210 int gb_svc_pwrmon_intf_sample_get(struct gb_svc *svc, u8 intf_id, in gb_svc_pwrmon_intf_sample_get()
258 int gb_svc_intf_device_id(struct gb_svc *svc, u8 intf_id, u8 device_id) in gb_svc_intf_device_id()
269 int gb_svc_intf_eject(struct gb_svc *svc, u8 intf_id) in gb_svc_intf_eject()
292 int gb_svc_intf_vsys_set(struct gb_svc *svc, u8 intf_id, bool enable) in gb_svc_intf_vsys_set()
315 int gb_svc_intf_refclk_set(struct gb_svc *svc, u8 intf_id, bool enable) in gb_svc_intf_refclk_set()
338 int gb_svc_intf_unipro_set(struct gb_svc *svc, u8 intf_id, bool enable) in gb_svc_intf_unipro_set()
361 int gb_svc_intf_activate(struct gb_svc *svc, u8 intf_id, u8 *intf_type) in gb_svc_intf_activate()
387 int gb_svc_intf_resume(struct gb_svc *svc, u8 intf_id) in gb_svc_intf_resume()
415 int gb_svc_dme_peer_get(struct gb_svc *svc, u8 intf_id, u16 attr, u16 selector, in gb_svc_dme_peer_get()
449 int gb_svc_dme_peer_set(struct gb_svc *svc, u8 intf_id, u16 attr, u16 selector, in gb_svc_dme_peer_set()
481 int gb_svc_connection_create(struct gb_svc *svc, in gb_svc_connection_create()
499 void gb_svc_connection_destroy(struct gb_svc *svc, u8 intf1_id, u16 cport1_id, in gb_svc_connection_destroy()
520 int gb_svc_route_create(struct gb_svc *svc, u8 intf1_id, u8 dev1_id, in gb_svc_route_create()
535 void gb_svc_route_destroy(struct gb_svc *svc, u8 intf1_id, u8 intf2_id) in gb_svc_route_destroy()
551 int gb_svc_intf_set_power_mode(struct gb_svc *svc, u8 intf_id, u8 hs_series, in gb_svc_intf_set_power_mode()
599 int gb_svc_intf_set_power_mode_hibernate(struct gb_svc *svc, u8 intf_id) in gb_svc_intf_set_power_mode_hibernate()
634 int gb_svc_ping(struct gb_svc *svc) in gb_svc_ping()
644 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_version_request() local
681 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_voltage_read() local
705 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_current_read() local
729 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_power_read() local
759 static void gb_svc_pwrmon_debugfs_init(struct gb_svc *svc) in gb_svc_pwrmon_debugfs_init()
824 static void gb_svc_debugfs_init(struct gb_svc *svc) in gb_svc_debugfs_init()
831 static void gb_svc_debugfs_exit(struct gb_svc *svc) in gb_svc_debugfs_exit()
841 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_hello() local
888 static struct gb_interface *gb_svc_interface_lookup(struct gb_svc *svc, in gb_svc_interface_lookup()
909 static struct gb_module *gb_svc_module_lookup(struct gb_svc *svc, u8 module_id) in gb_svc_module_lookup()
925 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_hello_deferred() local
958 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_module_inserted() local
1006 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_module_removed() local
1034 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_intf_oops() local
1065 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_intf_mailbox_event() local
1093 struct gb_svc *svc; in gb_svc_process_deferred_request() local
1127 struct gb_svc *svc = gb_connection_get_data(operation->connection); in gb_svc_queue_deferred_request() local
1146 struct gb_svc *svc = gb_connection_get_data(op->connection); in gb_svc_intf_reset_recv() local
1164 struct gb_svc *svc = gb_connection_get_data(op->connection); in gb_svc_module_inserted_recv() local
1183 struct gb_svc *svc = gb_connection_get_data(op->connection); in gb_svc_module_removed_recv() local
1202 struct gb_svc *svc = gb_connection_get_data(op->connection); in gb_svc_intf_oops_recv() local
1216 struct gb_svc *svc = gb_connection_get_data(op->connection); in gb_svc_intf_mailbox_event_recv() local
1235 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_request_handler() local
1299 struct gb_svc *svc = to_gb_svc(dev); in gb_svc_release() local
1315 struct gb_svc *svc; in gb_svc_create() local
1357 int gb_svc_add(struct gb_svc *svc) in gb_svc_add()
1373 static void gb_svc_remove_modules(struct gb_svc *svc) in gb_svc_remove_modules()
1385 void gb_svc_del(struct gb_svc *svc) in gb_svc_del()
1405 void gb_svc_put(struct gb_svc *svc) in gb_svc_put()