• 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:h_owner

94 	void *h_owner);
96 void *h_owner);
98 void *h_owner);
100 void *h_owner);
104 static void HPIMSGX__cleanup(u16 adapter_index, void *h_owner);
138 void *h_owner;
168 void *h_owner)
185 HPIMSGX__cleanup(HPIMSGX_ALLADAPTERS, h_owner);
201 HPIMSGX__cleanup(HPIMSGX_ALLADAPTERS, h_owner);
268 HPIMSGX__cleanup(phm->adapter_index, h_owner);
291 void *h_owner)
322 struct hpi_response *phr, void *h_owner)
332 outstream_open(phm, phr, h_owner);
335 outstream_close(phm, phr, h_owner);
344 struct hpi_response *phr, void *h_owner)
354 instream_open(phm, phr, h_owner);
357 instream_close(phm, phr, h_owner);
369 void *h_owner)
388 subsys_message(phm, phr, h_owner);
392 adapter_message(phm, phr, h_owner);
400 outstream_message(phm, phr, h_owner);
404 instream_message(phm, phr, h_owner);
464 void *h_owner)
503 obj_index].h_owner = h_owner;
514 void *h_owner)
523 if (h_owner ==
525 obj_index].h_owner) {
530 obj_index].h_owner = NULL;
541 obj_index].h_owner = h_owner;
547 obj_index].h_owner = NULL;
552 h_owner, phm->adapter_index, phm->obj_index,
554 obj_index].h_owner);
561 void *h_owner)
600 obj_index].h_owner = h_owner;
611 void *h_owner)
621 if (h_owner ==
623 obj_index].h_owner) {
628 obj_index].h_owner = NULL;
639 obj_index].h_owner = h_owner;
645 obj_index].h_owner = NULL;
650 h_owner, phm->adapter_index, phm->obj_index,
652 obj_index].h_owner);
705 outstream_user_open[adapter][i].h_owner = NULL;
718 instream_user_open[adapter][i].h_owner = NULL;
837 static void HPIMSGX__cleanup(u16 adapter_index, void *h_owner)
841 if (!h_owner)
855 if (h_owner ==
856 outstream_user_open[adapter][i].h_owner) {
877 outstream_user_open[adapter][i].h_owner =
880 if (h_owner == instream_user_open[adapter][i].h_owner) {
901 instream_user_open[adapter][i].h_owner = NULL;