Home
last modified time | relevance | path

Searched refs:ssam_request_sync_onstack (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/surface_aggregator/
A Dcontroller.h238 #define ssam_request_sync_onstack(ctrl, rqst, rsp, payload_len) \ macro
369 return ssam_request_sync_onstack(ctrl, &rqst, NULL, 0); \
409 return ssam_request_sync_onstack(ctrl, &rqst, NULL, \
456 status = ssam_request_sync_onstack(ctrl, &rqst, &rsp, 0); \
509 return ssam_request_sync_onstack(ctrl, &rqst, NULL, 0); \
551 return ssam_request_sync_onstack(ctrl, &rqst, NULL, \
600 status = ssam_request_sync_onstack(ctrl, &rqst, &rsp, 0); \
/linux/drivers/hid/surface-hid/
A Dsurface_kbd.c52 status = ssam_retry(ssam_request_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(entry)); in ssam_kbd_get_descriptor()
78 return ssam_retry(ssam_request_sync_onstack, shid->ctrl, &rqst, NULL, sizeof(value_u8)); in ssam_kbd_set_caps_led()
100 status = ssam_retry(ssam_request_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(payload)); in ssam_kbd_get_feature_report()
A Dsurface_hid.c83 status = ssam_retry(ssam_request_sync_onstack, shid->ctrl, &rqst, &rsp, in ssam_hid_get_descriptor()
154 return ssam_retry(ssam_request_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(rprt_id)); in ssam_hid_get_raw_report()
/linux/drivers/platform/surface/
A Dsurface_acpi_notify.c591 status = __ssam_retry(ssam_request_sync_onstack, SAN_REQUEST_NUM_TRIES, in san_rqst()
/linux/Documentation/driver-api/surface_aggregator/
A Dclient.rst215 * ssam_request_sync_onstack(ctrl, &rqst, &resp, sizeof(arg_le));
/linux/drivers/platform/surface/aggregator/
A Dcontroller.c1865 status = ssam_retry(ssam_request_sync_onstack, ctrl, &rqst, &result, in __ssam_ssh_event_request()

Completed in 15 milliseconds