Lines Matching refs:resp_received
58 bool resp_received; member
84 core->resp_received = true; in q6core_callback()
89 core->resp_received = true; in q6core_callback()
94 core->resp_received = true; in q6core_callback()
112 core->resp_received = true; in q6core_callback()
129 core->resp_received = true; in q6core_callback()
137 core->resp_received = true; in q6core_callback()
145 if (core->resp_received) in q6core_callback()
166 rc = wait_event_timeout(core->wait, (core->resp_received), in q6core_get_fwk_versions()
168 if (rc > 0 && core->resp_received) { in q6core_get_fwk_versions()
169 core->resp_received = false; in q6core_get_fwk_versions()
196 rc = wait_event_timeout(core->wait, (core->resp_received), in q6core_get_svc_versions()
198 if (rc > 0 && core->resp_received) { in q6core_get_svc_versions()
199 core->resp_received = false; in q6core_get_svc_versions()
223 rc = wait_event_timeout(core->wait, (core->resp_received), in __q6core_is_adsp_ready()
225 if (rc > 0 && core->resp_received) { in __q6core_is_adsp_ready()
226 core->resp_received = false; in __q6core_is_adsp_ready()