prmh             1485 sound/pci/pcxhr/pcxhr.c 	kfree(mgr->prmh);
prmh             1589 sound/pci/pcxhr/pcxhr.c 	mgr->prmh = kmalloc(sizeof(*mgr->prmh) + 
prmh             1593 sound/pci/pcxhr/pcxhr.c 	if (! mgr->prmh) {
prmh               67 sound/pci/pcxhr/pcxhr.h 	struct pcxhr_rmh *prmh;
prmh             1036 sound/pci/pcxhr/pcxhr_core.c 	struct pcxhr_rmh *prmh = mgr->prmh;
prmh             1051 sound/pci/pcxhr/pcxhr_core.c 		pcxhr_init_rmh(prmh, CMD_TEST_IT);
prmh             1052 sound/pci/pcxhr/pcxhr_core.c 		err = pcxhr_send_msg(mgr, prmh);
prmh             1054 sound/pci/pcxhr/pcxhr_core.c 			    err, prmh->stat[0]);
prmh             1060 sound/pci/pcxhr/pcxhr_core.c 		pcxhr_init_rmh(prmh, CMD_ASYNC);
prmh             1061 sound/pci/pcxhr/pcxhr_core.c 		prmh->cmd[0] |= 1;	/* add SEL_ASYNC_EVENTS */
prmh             1063 sound/pci/pcxhr/pcxhr_core.c 		prmh->stat_len = PCXHR_SIZE_MAX_LONG_STATUS;
prmh             1064 sound/pci/pcxhr/pcxhr_core.c 		err = pcxhr_send_msg(mgr, prmh);
prmh             1069 sound/pci/pcxhr/pcxhr_core.c 		while (i < prmh->stat_len) {
prmh             1070 sound/pci/pcxhr/pcxhr_core.c 			int nb_audio = ((prmh->stat[i] >> FIELD_SIZE) &
prmh             1072 sound/pci/pcxhr/pcxhr_core.c 			int nb_stream = ((prmh->stat[i] >> (2*FIELD_SIZE)) &
prmh             1074 sound/pci/pcxhr/pcxhr_core.c 			int pipe = prmh->stat[i] & MASK_FIRST_FIELD;
prmh             1075 sound/pci/pcxhr/pcxhr_core.c 			int is_capture = prmh->stat[i] & 0x400000;
prmh             1078 sound/pci/pcxhr/pcxhr_core.c 			if (prmh->stat[i] & 0x800000) {	/* if BIT_END */
prmh             1085 sound/pci/pcxhr/pcxhr_core.c 			err2 = prmh->stat[i] ? prmh->stat[i] : prmh->stat[i+1];
prmh             1092 sound/pci/pcxhr/pcxhr_core.c 				err2 = prmh->stat[i] ?
prmh             1093 sound/pci/pcxhr/pcxhr_core.c 					prmh->stat[i] : prmh->stat[i+1];
prmh             1102 sound/pci/pcxhr/pcxhr_core.c 				err2 = prmh->stat[i] ?
prmh             1103 sound/pci/pcxhr/pcxhr_core.c 					prmh->stat[i] : prmh->stat[i+1];