Lines Matching refs:cmd
21 static int snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd,
30 int cmd, unsigned char *event, int atomic, int hop);
32 int cmd, unsigned char *event, int atomic, int hop);
235 snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, unsigned long ioarg) in snd_emux_ioctl_seq_oss() argument
250 switch (cmd) { in snd_emux_ioctl_seq_oss()
292 unsigned char cmd, *data; in snd_emux_event_oss_input() local
307 cmd = data[2] & _EMUX_OSS_MODE_VALUE_MASK; in snd_emux_event_oss_input()
309 emuspec_control(emu, p, cmd, data, atomic, hop); in snd_emux_event_oss_input()
311 gusspec_control(emu, p, cmd, data, atomic, hop); in snd_emux_event_oss_input()
320 emuspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd, in emuspec_control() argument
338 switch (cmd) { in emuspec_control()
403 emu->ops.oss_ioctl(emu, cmd, p1, p2); in emuspec_control()
415 gusspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd, in gusspec_control() argument
425 if (cmd == _GUS_NUMVOICES) in gusspec_control()
436 switch (cmd) { in gusspec_control()