Lines Matching refs:response

1509 	if (!data)	/* Handle requests without a response. */
1514 rtl_warn(rtl, "rsp: no response buffer provided, dropping data\n");
1520 "rsp: response buffer too small, capacity: %zu bytes, got: %zu bytes\n",
1633 * properly set up, including response buffer (may be %NULL if no response is
1638 * that the request has been completed before the response data can be
1680 * @rsp: The response buffer.
1732 * @rsp: The response buffer.
1887 * negative on direct failure) or %-EPROTO if the request response indicates a
1928 * negative on direct failure) or %-EPROTO if the request response indicates a
2004 * an unexpected response has been received.
2009 u8 response;
2013 status = ssam_retry(ssam_ssh_notif_display_off, ctrl, &response);
2017 if (response != 0) {
2018 ssam_err(ctrl, "unexpected response from display-off notification: %#04x\n",
2019 response);
2043 * an unexpected response has been received.
2048 u8 response;
2052 status = ssam_retry(ssam_ssh_notif_display_on, ctrl, &response);
2056 if (response != 0) {
2057 ssam_err(ctrl, "unexpected response from display-on notification: %#04x\n",
2058 response);
2082 * an unexpected response has been received.
2087 u8 response;
2094 status = ssam_retry(ssam_ssh_notif_d0_exit, ctrl, &response);
2098 if (response != 0) {
2099 ssam_err(ctrl, "unexpected response from D0-exit notification: %#04x\n",
2100 response);
2124 * an unexpected response has been received.
2129 u8 response;
2136 status = ssam_retry(ssam_ssh_notif_d0_entry, ctrl, &response);
2140 if (response != 0) {
2141 ssam_err(ctrl, "unexpected response from D0-entry notification: %#04x\n",
2142 response);