Lines Matching refs:gb_svc

27 	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()
209 int gb_svc_pwrmon_intf_sample_get(struct gb_svc *svc, u8 intf_id, in gb_svc_pwrmon_intf_sample_get()
257 int gb_svc_intf_device_id(struct gb_svc *svc, u8 intf_id, u8 device_id) in gb_svc_intf_device_id()
268 int gb_svc_intf_eject(struct gb_svc *svc, u8 intf_id) in gb_svc_intf_eject()
291 int gb_svc_intf_vsys_set(struct gb_svc *svc, u8 intf_id, bool enable) in gb_svc_intf_vsys_set()
314 int gb_svc_intf_refclk_set(struct gb_svc *svc, u8 intf_id, bool enable) in gb_svc_intf_refclk_set()
337 int gb_svc_intf_unipro_set(struct gb_svc *svc, u8 intf_id, bool enable) in gb_svc_intf_unipro_set()
360 int gb_svc_intf_activate(struct gb_svc *svc, u8 intf_id, u8 *intf_type) in gb_svc_intf_activate()
386 int gb_svc_intf_resume(struct gb_svc *svc, u8 intf_id) in gb_svc_intf_resume()
414 int gb_svc_dme_peer_get(struct gb_svc *svc, u8 intf_id, u16 attr, u16 selector, in gb_svc_dme_peer_get()
448 int gb_svc_dme_peer_set(struct gb_svc *svc, u8 intf_id, u16 attr, u16 selector, in gb_svc_dme_peer_set()
480 int gb_svc_connection_create(struct gb_svc *svc, in gb_svc_connection_create()
498 void gb_svc_connection_destroy(struct gb_svc *svc, u8 intf1_id, u16 cport1_id, in gb_svc_connection_destroy()
519 int gb_svc_route_create(struct gb_svc *svc, u8 intf1_id, u8 dev1_id, in gb_svc_route_create()
534 void gb_svc_route_destroy(struct gb_svc *svc, u8 intf1_id, u8 intf2_id) in gb_svc_route_destroy()
550 int gb_svc_intf_set_power_mode(struct gb_svc *svc, u8 intf_id, u8 hs_series, in gb_svc_intf_set_power_mode()
598 int gb_svc_intf_set_power_mode_hibernate(struct gb_svc *svc, u8 intf_id) in gb_svc_intf_set_power_mode_hibernate()
633 int gb_svc_ping(struct gb_svc *svc) in gb_svc_ping()
643 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_version_request()
680 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_voltage_read()
704 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_current_read()
728 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_power_read()
758 static void gb_svc_pwrmon_debugfs_init(struct gb_svc *svc) in gb_svc_pwrmon_debugfs_init()
823 static void gb_svc_debugfs_init(struct gb_svc *svc) in gb_svc_debugfs_init()
830 static void gb_svc_debugfs_exit(struct gb_svc *svc) in gb_svc_debugfs_exit()
840 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_hello()
877 static struct gb_interface *gb_svc_interface_lookup(struct gb_svc *svc, in gb_svc_interface_lookup()
898 static struct gb_module *gb_svc_module_lookup(struct gb_svc *svc, u8 module_id) in gb_svc_module_lookup()
914 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_hello_deferred()
947 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_module_inserted()
995 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_module_removed()
1023 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_intf_oops()
1054 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_process_intf_mailbox_event()
1082 struct gb_svc *svc; in gb_svc_process_deferred_request()
1116 struct gb_svc *svc = gb_connection_get_data(operation->connection); in gb_svc_queue_deferred_request()
1135 struct gb_svc *svc = gb_connection_get_data(op->connection); in gb_svc_intf_reset_recv()
1153 struct gb_svc *svc = gb_connection_get_data(op->connection); in gb_svc_module_inserted_recv()
1172 struct gb_svc *svc = gb_connection_get_data(op->connection); in gb_svc_module_removed_recv()
1191 struct gb_svc *svc = gb_connection_get_data(op->connection); in gb_svc_intf_oops_recv()
1205 struct gb_svc *svc = gb_connection_get_data(op->connection); in gb_svc_intf_mailbox_event_recv()
1224 struct gb_svc *svc = gb_connection_get_data(connection); in gb_svc_request_handler()
1288 struct gb_svc *svc = to_gb_svc(dev); in gb_svc_release()
1302 struct gb_svc *gb_svc_create(struct gb_host_device *hd) in gb_svc_create()
1304 struct gb_svc *svc; in gb_svc_create()
1346 int gb_svc_add(struct gb_svc *svc) in gb_svc_add()
1362 static void gb_svc_remove_modules(struct gb_svc *svc) in gb_svc_remove_modules()
1374 void gb_svc_del(struct gb_svc *svc) in gb_svc_del()
1394 void gb_svc_put(struct gb_svc *svc) in gb_svc_put()