Lines Matching refs:snd_emux_port
43 static void reset_port_mode(struct snd_emux_port *port, int midi_mode);
44 static void emuspec_control(struct snd_emux *emu, struct snd_emux_port *port,
46 static void gusspec_control(struct snd_emux *emu, struct snd_emux_port *port,
48 static void fake_event(struct snd_emux *emu, struct snd_emux_port *port,
114 struct snd_emux_port *p; in snd_emux_open_seq_oss()
157 reset_port_mode(struct snd_emux_port *port, int midi_mode) in reset_port_mode()
180 struct snd_emux_port *p; in snd_emux_close_seq_oss()
209 struct snd_emux_port *p; in snd_emux_load_patch_seq_oss()
252 struct snd_emux_port *p; in snd_emux_ioctl_seq_oss()
286 struct snd_emux_port *p; in snd_emux_reset_seq_oss()
306 struct snd_emux_port *p; in snd_emux_event_oss_input()
335 emuspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd, in emuspec_control()
430 gusspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd, in gusspec_control()
498 fake_event(struct snd_emux *emu, struct snd_emux_port *port, int ch, int param, int val, int atomic… in fake_event()