• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/

Lines Matching defs:hm

270 			struct hpi_message hm;
273 hpi_init_message_response(&hm, &hr, HPI_OBJ_ADAPTER,
275 hm.adapter_index = phm->adapter_index;
276 hw_entry_point(&hm, &hr);
467 struct hpi_message hm;
488 hpi_init_message_response(&hm, &hr, HPI_OBJ_ISTREAM,
490 hm.adapter_index = phm->adapter_index;
491 hm.obj_index = phm->obj_index;
492 hw_entry_point(&hm, &hr);
517 struct hpi_message hm;
533 hpi_init_message_response(&hm, &hr, HPI_OBJ_ISTREAM,
535 hm.adapter_index = phm->adapter_index;
536 hm.obj_index = phm->obj_index;
537 hw_entry_point(&hm, &hr);
564 struct hpi_message hm;
585 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM,
587 hm.adapter_index = phm->adapter_index;
588 hm.obj_index = phm->obj_index;
589 hw_entry_point(&hm, &hr);
614 struct hpi_message hm;
631 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM,
633 hm.adapter_index = phm->adapter_index;
634 hm.obj_index = phm->obj_index;
635 hw_entry_point(&hm, &hr);
660 struct hpi_message hm;
667 hpi_init_message_response(&hm, &hr, HPI_OBJ_ADAPTER,
669 hm.adapter_index = adapter;
670 hw_entry_point(&hm, &hr);
677 hpi_init_message_response(&hm, &hr, HPI_OBJ_ADAPTER,
679 hm.adapter_index = adapter;
680 hw_entry_point(&hm, &hr);
697 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM,
699 hm.adapter_index = adapter;
700 hm.obj_index = i;
701 hw_entry_point(&hm, &hr);
710 hpi_init_message_response(&hm, &hr, HPI_OBJ_ISTREAM,
712 hm.adapter_index = adapter;
713 hm.obj_index = i;
714 hw_entry_point(&hm, &hr);
722 hpi_init_message_response(&hm, &hr, HPI_OBJ_MIXER, HPI_MIXER_OPEN);
723 hm.adapter_index = adapter;
724 hw_entry_point(&hm, &hr);
857 struct hpi_message hm;
864 hpi_init_message_response(&hm, &hr,
866 hm.adapter_index = (u16)adapter;
867 hm.obj_index = (u16)i;
868 hw_entry_point(&hm, &hr);
870 hm.function = HPI_OSTREAM_HOSTBUFFER_FREE;
871 hw_entry_point(&hm, &hr);
873 hm.function = HPI_OSTREAM_GROUP_RESET;
874 hw_entry_point(&hm, &hr);
881 struct hpi_message hm;
888 hpi_init_message_response(&hm, &hr,
890 hm.adapter_index = (u16)adapter;
891 hm.obj_index = (u16)i;
892 hw_entry_point(&hm, &hr);
894 hm.function = HPI_ISTREAM_HOSTBUFFER_FREE;
895 hw_entry_point(&hm, &hr);
897 hm.function = HPI_ISTREAM_GROUP_RESET;
898 hw_entry_point(&hm, &hr);