Lines Matching defs:response
25 * is used to indicate that a response to a request from the AP is available.
32 * before interrupting its peer, which will read the written data in response
49 * @response: response code (microcontroller->AP)
51 * @response_param: response parameter (microcontroller->AP)
73 u8 response; /* enum ipa_uc_response */
103 /** enum ipa_uc_response - microcontroller response codes */
140 /* Microcontroller response IPA interrupt handler */
146 /* An INIT_COMPLETED response message is sent to the AP by the
154 switch (shared->response) {
163 dev_warn(dev, "unexpected init_completed response\n");
167 dev_warn(dev, "unsupported microcontroller response %u\n",
168 shared->response);
241 shared->response = 0;