Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/vx/
H A Dvx_cmd.c89 if (snd_BUG_ON(cmd >= CMD_LAST_INDEX)) in vx_init_rmh()
H A Dvx_cmd.h75 CMD_LAST_INDEX enumerator
/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr_core.h71 CMD_LAST_INDEX enumerator
H A Dpcxhr_core.c581 if (rmh->cmd_idx < CMD_LAST_INDEX) in pcxhr_read_rmh_status()
632 if (rmh->cmd_idx < CMD_LAST_INDEX) in pcxhr_send_msg_nolock()
662 if (rmh->cmd_idx < CMD_LAST_INDEX) in pcxhr_send_msg_nolock()
719 if (snd_BUG_ON(cmd >= CMD_LAST_INDEX)) in pcxhr_init_rmh()
H A Dpcxhr.c1275 rmh.cmd_idx = CMD_LAST_INDEX; in pcxhr_proc_info()