Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr_core.c1036 struct pcxhr_rmh *prmh = mgr->prmh; in pcxhr_msg_thread() local
1052 err = pcxhr_send_msg(mgr, prmh); in pcxhr_msg_thread()
1054 err, prmh->stat[0]); in pcxhr_msg_thread()
1060 pcxhr_init_rmh(prmh, CMD_ASYNC); in pcxhr_msg_thread()
1064 err = pcxhr_send_msg(mgr, prmh); in pcxhr_msg_thread()
1069 while (i < prmh->stat_len) { in pcxhr_msg_thread()
1085 err2 = prmh->stat[i] ? prmh->stat[i] : prmh->stat[i+1]; in pcxhr_msg_thread()
1092 err2 = prmh->stat[i] ? in pcxhr_msg_thread()
1093 prmh->stat[i] : prmh->stat[i+1]; in pcxhr_msg_thread()
1102 err2 = prmh->stat[i] ? in pcxhr_msg_thread()
[all …]
H A Dpcxhr.h67 struct pcxhr_rmh *prmh; member
H A Dpcxhr.c1468 kfree(mgr->prmh); in pcxhr_free()
1574 mgr->prmh = kmalloc(sizeof(*mgr->prmh) + in pcxhr_probe()
1578 if (! mgr->prmh) { in pcxhr_probe()