Home | History | Annotate | Download | only in misc

Lines Matching refs:resp

277 		struct ec_response_get_comms_status *resp = NULL;
288 (uint8_t **)&resp, sizeof(*resp));
297 } while (resp->flags & EC_COMMS_STATUS_PROCESSING);
569 struct ec_response_host_event_mask *resp;
576 (uint8_t **)&resp, sizeof(*resp)) < (int)sizeof(*resp))
579 if (resp->mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_INVALID))
582 *events_ptr = resp->mask;
605 struct ec_response_flash_protect *resp)
614 resp, sizeof(*resp)) != sizeof(*resp))
623 struct ec_response_hello *resp;
653 (uint8_t **)&resp, sizeof(*resp)) > 0) {
660 (uint8_t **)&resp, sizeof(*resp)) > 0) {
678 struct ec_response_hello *resp;
682 (uint8_t **)&resp, sizeof(*resp)) < sizeof(*resp)) {
686 if (resp->out_data != req.in_data + 0x01020304) {
687 printf("Received invalid handshake %x\n", resp->out_data);
980 struct ec_response_ldo_get *resp;
985 (uint8_t **)&resp, sizeof(*resp)) !=
986 sizeof(*resp))
989 *state = resp->state;