Home
last modified time | relevance | path

Searched refs:cmd_idx (Results 1 – 5 of 5) sorted by relevance

/sound/pci/pcxhr/
Dpcxhr_core.c594 if (rmh->cmd_idx < CMD_LAST_INDEX) in pcxhr_read_rmh_status()
645 if (rmh->cmd_idx < CMD_LAST_INDEX) in pcxhr_send_msg_nolock()
647 data, cmd_names[rmh->cmd_idx]); in pcxhr_send_msg_nolock()
675 if (rmh->cmd_idx < CMD_LAST_INDEX) in pcxhr_send_msg_nolock()
712 rmh->cmd_idx, data); in pcxhr_send_msg_nolock()
738 rmh->cmd_idx = cmd; in pcxhr_init_rmh()
Dpcxhr_core.h51 u16 cmd_idx; /* index of the command */ member
Dpcxhr.c1307 rmh.cmd_idx = CMD_LAST_INDEX; in pcxhr_proc_info()
/sound/pci/lx6464es/
Dlx_core.h105 u16 cmd_idx; /* index of the command */ member
Dlx_core.c231 rmh->cmd_idx = cmd; in lx_message_init()
238 rmh->cmd_idx = cmd; in lx_message_init()
246 u8 idx = rmh->cmd_idx; in lx_message_dump()