Home | History | Annotate | Download | only in misc

Lines Matching refs:resp_data

279  * @param resp_data	Pointer to place to put response data, if any
284 struct ec_host_response *resp_hdr, void *resp_data)
294 struct ec_response_hello *resp = resp_data;
301 struct ec_response_get_version *resp = resp_data;
312 struct ec_response_vbnvcontext *resp = resp_data;
351 struct ec_response_host_event_mask *resp = resp_data;
364 struct ec_response_vboot_hash *resp = resp_data;
399 struct ec_response_flash_protect *resp = resp_data;
418 struct ec_response_flash_region_info *resp = resp_data;
455 len = cros_ec_keyscan(ec, resp_data);
475 void *resp_data = resp_hdr + 1;
478 len = process_cmd(ec, req_hdr, req_data, resp_hdr, resp_data);