Lines Matching refs:atomic
42 void *private, int atomic, int hop);
45 int cmd, unsigned char *event, int atomic, int hop);
47 int cmd, unsigned char *event, int atomic, int hop);
49 int ch, int param, int val, int atomic, int hop);
303 int atomic, int hop) in snd_emux_event_oss_input() argument
316 return snd_emux_event_input(ev, direct, private_data, atomic, hop); in snd_emux_event_oss_input()
324 emuspec_control(emu, p, cmd, data, atomic, hop); in snd_emux_event_oss_input()
326 gusspec_control(emu, p, cmd, data, atomic, hop); in snd_emux_event_oss_input()
336 unsigned char *event, int atomic, int hop) in emuspec_control() argument
376 fake_event(emu, port, voice, MIDI_CTL_ALL_NOTES_OFF, 0, atomic, hop); in emuspec_control()
379 fake_event(emu, port, voice, MIDI_CTL_ALL_SOUNDS_OFF, 0, atomic, hop); in emuspec_control()
431 unsigned char *event, int atomic, int hop) in gusspec_control() argument
498 fake_event(struct snd_emux *emu, struct snd_emux_port *port, int ch, int param, int val, int atomic… in fake_event() argument
506 snd_emux_event_input(&ev, 0, port, atomic, hop); in fake_event()