Symbol: ssam_request_do_sync_onstack
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/surface_acpi_notify.c
593
status = __ssam_retry(ssam_request_do_sync_onstack, SAN_REQUEST_NUM_TRIES,
drivers/platform/surface/surface_aggregator_tabletsw.c
494
status = ssam_retry(ssam_request_do_sync_onstack, sw->sdev->ctrl, &rqst, &rsp, 0);
include/linux/surface_aggregator/controller.h
369
return ssam_request_do_sync_onstack(ctrl, &rqst, NULL, 0); \
include/linux/surface_aggregator/controller.h
409
return ssam_request_do_sync_onstack(ctrl, &rqst, NULL, \
include/linux/surface_aggregator/controller.h
456
status = ssam_request_do_sync_onstack(ctrl, &rqst, &rsp, 0); \
include/linux/surface_aggregator/controller.h
517
status = ssam_request_do_sync_onstack(ctrl, &rqst, &rsp, sizeof(atype)); \
include/linux/surface_aggregator/controller.h
570
return ssam_request_do_sync_onstack(ctrl, &rqst, NULL, 0); \
include/linux/surface_aggregator/controller.h
612
return ssam_request_do_sync_onstack(ctrl, &rqst, NULL, \
include/linux/surface_aggregator/controller.h
661
status = ssam_request_do_sync_onstack(ctrl, &rqst, &rsp, 0); \
include/linux/surface_aggregator/controller.h
725
status = ssam_request_do_sync_onstack(ctrl, &rqst, &rsp, sizeof(atype)); \