Searched refs:ssam_request_do_sync_onstack (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/surface_aggregator/ |
H A D | controller.h | 238 #define ssam_request_do_sync_onstack(ctrl, rqst, rsp, payload_len) \ macro 369 return ssam_request_do_sync_onstack(ctrl, &rqst, NULL, 0); \ 409 return ssam_request_do_sync_onstack(ctrl, &rqst, NULL, \ 456 status = ssam_request_do_sync_onstack(ctrl, &rqst, &rsp, 0); \ 517 status = ssam_request_do_sync_onstack(ctrl, &rqst, &rsp, sizeof(atype)); \ 570 return ssam_request_do_sync_onstack(ctrl, &rqst, NULL, 0); \ 612 return ssam_request_do_sync_onstack(ctrl, &rqst, NULL, \ 661 status = ssam_request_do_sync_onstack(ctrl, &rqst, &rsp, 0); \ 725 status = ssam_request_do_sync_onstack(ctrl, &rqst, &rsp, sizeof(atype)); \
|
/openbmc/linux/drivers/hid/surface-hid/ |
H A D | surface_kbd.c | 52 status = ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(entry)); in ssam_kbd_get_descriptor() 78 return ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, NULL, sizeof(value_u8)); in ssam_kbd_set_caps_led() 100 status = ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(payload)); in ssam_kbd_get_feature_report()
|
H A D | surface_hid.c | 83 status = ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp, in ssam_hid_get_descriptor() 154 return ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(rprt_id)); in ssam_hid_get_raw_report()
|
/openbmc/linux/drivers/platform/surface/ |
H A D | surface_aggregator_tabletsw.c | 494 status = ssam_retry(ssam_request_do_sync_onstack, sw->sdev->ctrl, &rqst, &rsp, 0); in ssam_pos_get_sources_list()
|
H A D | surface_acpi_notify.c | 593 status = __ssam_retry(ssam_request_do_sync_onstack, SAN_REQUEST_NUM_TRIES, in san_rqst()
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/ |
H A D | client.rst | 217 * ssam_request_do_sync_onstack(ctrl, &rqst, &resp, sizeof(arg_le));
|
/openbmc/linux/drivers/platform/surface/aggregator/ |
H A D | controller.c | 1868 status = ssam_retry(ssam_request_do_sync_onstack, ctrl, &rqst, &result, in __ssam_ssh_event_request()
|