Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_system.c139 pcallbacks.event_input = event_input_timer; in snd_seq_system_client_init()
165 pcallbacks.event_input = NULL; in snd_seq_system_client_init()
H A Dseq_dummy.c145 pcb.event_input = dummy_input; in create_port()
H A Dseq_ump_client.c249 pcallbacks.event_input = seq_ump_process_event; in update_port_infos()
337 pcallbacks.event_input = seq_ump_process_event; in seq_ump_client_free()
H A Dseq_virmidi.c401 pcallbacks.event_input = snd_virmidi_event_input; in snd_virmidi_dev_attach_seq()
H A Dseq_midi.c47 snd_use_lock_t output_use_lock; /* in-flight event_input users */
412 pcallbacks.event_input = event_process_midi; in snd_seq_midisynth_probe()
H A Dseq_clientmgr.c624 if (!dest_port->event_input) in _snd_seq_deliver_single_event()
626 return dest_port->event_input(event, in _snd_seq_deliver_single_event()
1328 port->event_input = callback->event_input; in snd_seq_ioctl_delete_port()
/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
/linux/sound/core/seq/oss/
H A Dseq_oss_init.c91 port_callback.event_input = receive_announce; in snd_seq_oss_create_client()
311 callback.event_input = snd_seq_oss_event_input; in create_port()
/linux/sound/drivers/opl3/
H A Dopl3_oss.c62 callbacks.event_input = snd_opl3_oss_event_input; in snd_opl3_oss_create_port()
/linux/sound/synth/emux/
H A Demux_seq.c82 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()