Home
last modified time | relevance | path

Searched refs:fake_event (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/synth/emux/
Demux_oss.c48 static void fake_event(struct snd_emux *emu, struct snd_emux_port *port,
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()
498 fake_event(struct snd_emux *emu, struct snd_emux_port *port, int ch, int param, int val, int atomic… in fake_event() function
/linux-4.1.27/arch/arm64/kernel/
Dperf_event.c331 struct hw_perf_event fake_event = event->hw; in validate_event() local
352 return armpmu->get_event_idx(hw_events, &fake_event) >= 0; in validate_event()