Lines Matching defs:hr0
523 struct hpi_response hr0; /* response from DSP 0 */
534 memset(&hr0, 0, sizeof(hr0));
536 hr0.size = sizeof(hr0);
539 error = hpi6000_message_response_sequence(pao, 0, &hm, &hr0);
540 if (hr0.error) {
541 HPI_DEBUG_LOG(DEBUG, "message error %d\n", hr0.error);
542 return hr0.error;
550 pao->type = hr0.u.ax.info.adapter_type;
551 pao->index = hr0.u.ax.info.adapter_index;