Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/pcxhr/
Dpcxhr_core.c1049 struct pcxhr_rmh *prmh = mgr->prmh; in pcxhr_msg_thread() local
1064 pcxhr_init_rmh(prmh, CMD_TEST_IT); in pcxhr_msg_thread()
1065 err = pcxhr_send_msg(mgr, prmh); in pcxhr_msg_thread()
1067 err, prmh->stat[0]); in pcxhr_msg_thread()
1073 pcxhr_init_rmh(prmh, CMD_ASYNC); in pcxhr_msg_thread()
1074 prmh->cmd[0] |= 1; /* add SEL_ASYNC_EVENTS */ in pcxhr_msg_thread()
1076 prmh->stat_len = PCXHR_SIZE_MAX_LONG_STATUS; in pcxhr_msg_thread()
1077 err = pcxhr_send_msg(mgr, prmh); in pcxhr_msg_thread()
1082 while (i < prmh->stat_len) { in pcxhr_msg_thread()
1083 int nb_audio = ((prmh->stat[i] >> FIELD_SIZE) & in pcxhr_msg_thread()
[all …]
Dpcxhr.h81 struct pcxhr_rmh *prmh; member
Dpcxhr.c1507 kfree(mgr->prmh); in pcxhr_free()
1612 mgr->prmh = kmalloc(sizeof(*mgr->prmh) + in pcxhr_probe()
1616 if (! mgr->prmh) { in pcxhr_probe()