Home
last modified time | relevance | path

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

/linux-2.6.39/include/sound/
Dseq_kernel.h71 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop); member
/linux-2.6.39/sound/core/seq/
Dseq_ports.h72 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, member
Dseq_system.c132 pcallbacks.event_input = event_input_timer; in snd_seq_system_client_init()
Dseq_dummy.c179 pcb.event_input = dummy_input; in create_port()
Dseq_virmidi.c399 pcallbacks.event_input = snd_virmidi_event_input; in snd_virmidi_dev_attach_seq()
Dseq_midi.c394 pcallbacks.event_input = event_process_midi; in snd_seq_midisynth_register_port()
Dseq_clientmgr.c631 if (dest_port->event_input == NULL) in snd_seq_deliver_single_event()
633 result = dest_port->event_input(event, direct, in snd_seq_deliver_single_event()
1270 port->event_input = callback->event_input; in snd_seq_ioctl_create_port()
/linux-2.6.39/sound/core/seq/oss/
Dseq_oss_init.c101 port_callback.event_input = receive_announce; in snd_seq_oss_create_client()
330 callback.event_input = snd_seq_oss_event_input; in create_port()
/linux-2.6.39/sound/drivers/opl4/
Dopl4_seq.c159 pcallbacks.event_input = snd_opl4_seq_event_input; in snd_opl4_seq_new_device()
/linux-2.6.39/sound/drivers/opl3/
Dopl3_oss.c90 callbacks.event_input = snd_opl3_oss_event_input; in snd_opl3_oss_create_port()
Dopl3_seq.c189 callbacks.event_input = snd_opl3_synth_event_input; in snd_opl3_synth_create_port()
/linux-2.6.39/sound/synth/emux/
Demux_seq.c94 pinfo.event_input = snd_emux_event_input; in snd_emux_init_seq()
Demux_oss.c129 callback.event_input = snd_emux_event_oss_input; in snd_emux_open_seq_oss()