Home
last modified time | relevance | path

Searched refs:event_input (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/include/sound/
H A Dseq_kernel.h51 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop); member
/openbmc/linux/sound/core/seq/
H A Dseq_ports.h58 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, member
H A Dseq_system.c120 pcallbacks.event_input = event_input_timer; in snd_seq_system_client_init()
H A Dseq_dummy.c136 pcb.event_input = dummy_input; in create_port()
H A Dseq_ump_client.c250 pcallbacks.event_input = seq_ump_process_event; in seq_ump_group_init()
396 pcallbacks.event_input = seq_ump_process_event; in create_ump_endpoint_port()
H A Dseq_virmidi.c407 pcallbacks.event_input = snd_virmidi_event_input; in snd_virmidi_dev_attach_seq()
H A Dseq_midi.c391 pcallbacks.event_input = event_process_midi; in snd_seq_midisynth_probe()
H A Dseq_clientmgr.c639 if (!dest_port->event_input) in __snd_seq_deliver_single_event()
641 return dest_port->event_input(event, in __snd_seq_deliver_single_event()
1338 port->event_input = callback->event_input; in snd_seq_ioctl_create_port()
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_init.c93 port_callback.event_input = receive_announce; in snd_seq_oss_create_client()
316 callback.event_input = snd_seq_oss_event_input; in create_port()
/openbmc/linux/sound/drivers/opl4/
H A Dopl4_seq.c161 pcallbacks.event_input = snd_opl4_seq_event_input; in snd_opl4_seq_probe()
/openbmc/linux/sound/drivers/opl3/
H A Dopl3_oss.c62 callbacks.event_input = snd_opl3_oss_event_input; in snd_opl3_oss_create_port()
H A Dopl3_seq.c178 callbacks.event_input = snd_opl3_synth_event_input; in snd_opl3_synth_create_port()
/openbmc/linux/sound/synth/emux/
H A Demux_seq.c81 pinfo.event_input = snd_emux_event_input; in snd_emux_init_seq()
H A Demux_oss.c112 callback.event_input = snd_emux_event_oss_input; in snd_emux_open_seq_oss()