Searched refs:SCMI_XFER_IS_RAW (Results 1 – 3 of 3) sorted by relevance
140 #define SCMI_XFER_IS_RAW(x) ((x)->flags & SCMI_XFER_FLAG_IS_RAW) macro
939 (!SCMI_XFER_IS_RAW(xfer) ? "DLYD" : "dlyd") : in scmi_handle_response()940 (!SCMI_XFER_IS_RAW(xfer) ? "RESP" : "resp"), in scmi_handle_response()1077 !SCMI_XFER_IS_RAW(xfer) ? in scmi_wait_for_reply()
1322 if (!raw || (idx == SCMI_RAW_REPLY_QUEUE && !SCMI_XFER_IS_RAW(xfer))) in scmi_raw_message_report()