Searched refs:prmh (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr_core.c983 struct pcxhr_rmh *prmh = mgr->prmh; local
996 pcxhr_init_rmh(prmh, CMD_ASYNC);
997 prmh->cmd[0] |= 1; /* add SEL_ASYNC_EVENTS */
999 prmh->stat_len = PCXHR_SIZE_MAX_LONG_STATUS;
1000 err = pcxhr_send_msg(mgr, prmh);
1004 while (i < prmh->stat_len) {
1005 int nb_audio = (prmh->stat[i] >> FIELD_SIZE) & MASK_FIRST_FIELD;
1006 int nb_stream = (prmh->stat[i] >> (2*FIELD_SIZE)) & MASK_FIRST_FIELD;
1007 int pipe = prmh
[all...]
H A Dpcxhr.h73 struct pcxhr_rmh *prmh; member in struct:pcxhr_mgr
H A Dpcxhr.c1167 kfree(mgr->prmh);
1253 mgr->prmh = kmalloc(sizeof(*mgr->prmh) +
1256 if (! mgr->prmh) {

Completed in 96 milliseconds