Symbol: ssam_retry
drivers/hid/surface-hid/surface_hid.c
134
return ssam_retry(ssam_request_do_sync, shid->ctrl, &rqst, NULL);
drivers/hid/surface-hid/surface_hid.c
154
return ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(rprt_id));
drivers/hid/surface-hid/surface_hid.c
83
status = ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp,
drivers/hid/surface-hid/surface_kbd.c
100
status = ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(payload));
drivers/hid/surface-hid/surface_kbd.c
52
status = ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(entry));
drivers/hid/surface-hid/surface_kbd.c
78
return ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, NULL, sizeof(value_u8));
drivers/platform/surface/aggregator/controller.c
1906
status = ssam_retry(ssam_request_do_sync_onstack, ctrl, &rqst, &result,
drivers/platform/surface/aggregator/controller.c
2010
status = ssam_retry(ssam_ssh_get_firmware_version, ctrl, &__version);
drivers/platform/surface/aggregator/controller.c
2052
status = ssam_retry(ssam_ssh_notif_display_off, ctrl, &response);
drivers/platform/surface/aggregator/controller.c
2091
status = ssam_retry(ssam_ssh_notif_display_on, ctrl, &response);
drivers/platform/surface/aggregator/controller.c
2133
status = ssam_retry(ssam_ssh_notif_d0_exit, ctrl, &response);
drivers/platform/surface/aggregator/controller.c
2175
status = ssam_retry(ssam_ssh_notif_d0_entry, ctrl, &response);
drivers/platform/surface/surface_aggregator_hub.c
230
status = ssam_retry(ssam_bas_query_opmode, hub->sdev->ctrl, &opmode);
drivers/platform/surface/surface_aggregator_hub.c
305
status = ssam_retry(__ssam_kip_query_state, hub->sdev->ctrl, &connected);
drivers/platform/surface/surface_aggregator_tabletsw.c
276
status = ssam_retry(__ssam_kip_get_cover_state, sw->sdev->ctrl, &raw);
drivers/platform/surface/surface_aggregator_tabletsw.c
494
status = ssam_retry(ssam_request_do_sync_onstack, sw->sdev->ctrl, &rqst, &rsp, 0);
drivers/platform/surface/surface_aggregator_tabletsw.c
553
status = ssam_retry(__ssam_pos_get_posture_for_source, sw->sdev->ctrl,
drivers/platform/surface/surface_dtx.c
290
status = ssam_retry(ssam_bas_get_base, ddev->ctrl, &raw);
drivers/platform/surface/surface_dtx.c
310
status = ssam_retry(ssam_bas_get_device_mode, ddev->ctrl, &mode);
drivers/platform/surface/surface_dtx.c
324
status = ssam_retry(ssam_bas_get_latch_status, ddev->ctrl, &latch);
drivers/platform/surface/surface_dtx.c
347
return ssam_retry(ssam_bas_latch_lock, ddev->ctrl);
drivers/platform/surface/surface_dtx.c
350
return ssam_retry(ssam_bas_latch_unlock, ddev->ctrl);
drivers/platform/surface/surface_dtx.c
353
return ssam_retry(ssam_bas_latch_request, ddev->ctrl);
drivers/platform/surface/surface_dtx.c
356
return ssam_retry(ssam_bas_latch_confirm, ddev->ctrl);
drivers/platform/surface/surface_dtx.c
359
return ssam_retry(ssam_bas_latch_heartbeat, ddev->ctrl);
drivers/platform/surface/surface_dtx.c
362
return ssam_retry(ssam_bas_latch_cancel, ddev->ctrl);
drivers/platform/surface/surface_dtx.c
737
status = ssam_retry(ssam_bas_get_device_mode, ddev->ctrl, &mode);
drivers/platform/surface/surface_dtx.c
744
status = ssam_retry(ssam_bas_get_base, ddev->ctrl, &base);
drivers/platform/surface/surface_dtx.c
894
status = ssam_retry(ssam_bas_get_base, ddev->ctrl, &base);
drivers/platform/surface/surface_dtx.c
900
status = ssam_retry(ssam_bas_get_device_mode, ddev->ctrl, &mode);
drivers/platform/surface/surface_dtx.c
906
status = ssam_retry(ssam_bas_get_latch_status, ddev->ctrl, &latch);
drivers/platform/surface/surface_dtx.c
985
status = ssam_retry(ssam_bas_get_base, ddev->ctrl, &ddev->state.base);
drivers/platform/surface/surface_dtx.c
989
status = ssam_retry(ssam_bas_get_device_mode, ddev->ctrl, &ddev->state.device_mode);
drivers/platform/surface/surface_dtx.c
993
status = ssam_retry(ssam_bas_get_latch_status, ddev->ctrl, &ddev->state.latch_status);
drivers/platform/surface/surface_platform_profile.c
69
status = ssam_retry(__ssam_tmp_profile_get, sdev, &info);
drivers/platform/surface/surface_platform_profile.c
81
return ssam_retry(__ssam_tmp_profile_set, sdev, &profile_le);
drivers/platform/surface/surface_platform_profile.c
88
return ssam_retry(__ssam_fan_profile_set, sdev->ctrl, &profile);
drivers/power/supply/surface_battery.c
166
return ssam_retry(ssam_bat_get_sta, bat->sdev, &bat->sta);
drivers/power/supply/surface_battery.c
178
status = ssam_retry(ssam_bat_get_bix, bat->sdev, &bat->bix);
drivers/power/supply/surface_battery.c
196
return ssam_retry(ssam_bat_get_bst, bat->sdev, &bat->bst);
drivers/power/supply/surface_battery.c
206
return ssam_retry(ssam_bat_set_btp, bat->sdev, &value_le);
drivers/power/supply/surface_battery.c
751
status = ssam_retry(ssam_bat_get_sta, bat->sdev, &sta);
drivers/power/supply/surface_charger.c
204
status = ssam_retry(ssam_bat_get_sta, ac->sdev, &sta);
drivers/power/supply/surface_charger.c
74
status = ssam_retry(ssam_bat_get_psrc, ac->sdev, &ac->state);