Lines Matching defs:hr
225 struct hpi_response hr;
226 hpi_init_message_response(&hm, &hr, HPI_OBJ_ADAPTER,
229 hw_entry_point(&hm, &hr);
386 struct hpi_response hr;
406 hpi_init_message_response(&hm, &hr, HPI_OBJ_ISTREAM,
410 hw_entry_point(&hm, &hr);
413 if (hr.error) {
416 phr->error = hr.error;
436 struct hpi_response hr;
451 hpi_init_message_response(&hm, &hr, HPI_OBJ_ISTREAM,
455 hw_entry_point(&hm, &hr);
457 if (hr.error) {
460 phr->error = hr.error;
483 struct hpi_response hr;
503 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM,
507 hw_entry_point(&hm, &hr);
510 if (hr.error) {
513 phr->error = hr.error;
533 struct hpi_response hr;
549 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM,
553 hw_entry_point(&hm, &hr);
555 if (hr.error) {
558 phr->error = hr.error;
579 struct hpi_response hr;
585 hpi_init_message_response(&hm, &hr, HPI_OBJ_ADAPTER,
588 hw_entry_point(&hm, &hr);
589 memcpy(&rESP_HPI_ADAPTER_OPEN[adapter], &hr,
591 if (hr.error)
592 return hr.error;
595 hpi_init_message_response(&hm, &hr, HPI_OBJ_ADAPTER,
598 hw_entry_point(&hm, &hr);
599 if (hr.error)
600 return hr.error;
602 aDAPTER_INFO[adapter].num_outstreams = hr.u.ax.info.num_outstreams;
603 aDAPTER_INFO[adapter].num_instreams = hr.u.ax.info.num_instreams;
604 aDAPTER_INFO[adapter].type = hr.u.ax.info.adapter_type;
608 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM,
612 hw_entry_point(&hm, &hr);
613 memcpy(&rESP_HPI_OSTREAM_OPEN[adapter][i], &hr,
621 hpi_init_message_response(&hm, &hr, HPI_OBJ_ISTREAM,
625 hw_entry_point(&hm, &hr);
626 memcpy(&rESP_HPI_ISTREAM_OPEN[adapter][i], &hr,
633 hpi_init_message_response(&hm, &hr, HPI_OBJ_MIXER, HPI_MIXER_OPEN);
635 hw_entry_point(&hm, &hr);
636 memcpy(&rESP_HPI_MIXER_OPEN[adapter], &hr,
646 struct hpi_response hr;
651 hpi_init_response(&hr, HPI_OBJ_ADAPTER,
653 memcpy(&rESP_HPI_ADAPTER_OPEN[adapter], &hr,
656 hpi_init_response(&hr, HPI_OBJ_MIXER, HPI_MIXER_OPEN,
658 memcpy(&rESP_HPI_MIXER_OPEN[adapter], &hr,
662 hpi_init_response(&hr, HPI_OBJ_OSTREAM,
666 &hr,
669 hpi_init_response(&hr, HPI_OBJ_ISTREAM,
673 &hr,
700 struct hpi_response hr;
703 hpi_init_response(&hr, phm->object, phm->function,
711 entry_point_func(phm, &hr);
716 if (hr.error == 0) {
719 hpi_entry_points[hr.u.s.adapter_index] = entry_point_func;
724 adapter_prepare(hr.u.s.adapter_index);
726 memcpy(phr, &hr, hr.size);
751 struct hpi_response hr;
757 hpi_init_message_response(&hm, &hr,
761 hw_entry_point(&hm, &hr);
764 hw_entry_point(&hm, &hr);
767 hw_entry_point(&hm, &hr);
775 struct hpi_response hr;
781 hpi_init_message_response(&hm, &hr,
785 hw_entry_point(&hm, &hr);
788 hw_entry_point(&hm, &hr);
791 hw_entry_point(&hm, &hr);