/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_ports.h | 57 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, member
|
H A D | seq_dummy.c | 134 pcb.event_input = dummy_input; in create_port()
|
H A D | seq_system.c | 119 pcallbacks.event_input = event_input_timer; in snd_seq_system_client_init()
|
H A D | seq_clientmgr.c | 634 if (dest_port->event_input == NULL) in snd_seq_deliver_single_event() 636 result = dest_port->event_input(event, direct, in snd_seq_deliver_single_event() 1319 port->event_input = callback->event_input; in snd_seq_ioctl_create_port()
|
H A D | seq_midi.c | 376 pcallbacks.event_input = event_process_midi; in snd_seq_midisynth_probe()
|
H A D | seq_virmidi.c | 388 pcallbacks.event_input = snd_virmidi_event_input; in snd_virmidi_dev_attach_seq()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | seq_kernel.h | 51 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop); member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | seq_kernel.h | 51 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop); member
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_ports.h | 68 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, member
|
H A D | seq_dummy.c | 136 pcb.event_input = dummy_input; in create_port()
|
H A D | seq_system.c | 120 pcallbacks.event_input = event_input_timer; in snd_seq_system_client_init()
|
H A D | seq_ump_client.c | 239 pcallbacks.event_input = seq_ump_process_event; in seq_ump_group_init() 380 pcallbacks.event_input = seq_ump_process_event; in create_ump_endpoint_port()
|
H A D | seq_midi.c | 391 pcallbacks.event_input = event_process_midi; in snd_seq_midisynth_probe()
|
H A D | seq_virmidi.c | 407 pcallbacks.event_input = snd_virmidi_event_input; in snd_virmidi_dev_attach_seq()
|
/kernel/linux/linux-5.10/sound/core/seq/oss/ |
H A D | seq_oss_init.c | 94 port_callback.event_input = receive_announce; in snd_seq_oss_create_client() 317 callback.event_input = snd_seq_oss_event_input; in create_port()
|
/kernel/linux/linux-6.6/sound/core/seq/oss/ |
H A D | seq_oss_init.c | 93 port_callback.event_input = receive_announce; in snd_seq_oss_create_client() 316 callback.event_input = snd_seq_oss_event_input; in create_port()
|
/kernel/linux/linux-5.10/sound/drivers/opl4/ |
H A D | opl4_seq.c | 161 pcallbacks.event_input = snd_opl4_seq_event_input; in snd_opl4_seq_probe()
|
/kernel/linux/linux-6.6/sound/drivers/opl4/ |
H A D | opl4_seq.c | 161 pcallbacks.event_input = snd_opl4_seq_event_input; in snd_opl4_seq_probe()
|
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_seq.c | 176 callbacks.event_input = snd_opl3_synth_event_input; in snd_opl3_synth_create_port()
|
H A D | opl3_oss.c | 62 callbacks.event_input = snd_opl3_oss_event_input; in snd_opl3_oss_create_port()
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_seq.c | 178 callbacks.event_input = snd_opl3_synth_event_input; in snd_opl3_synth_create_port()
|
H A D | opl3_oss.c | 62 callbacks.event_input = snd_opl3_oss_event_input; in snd_opl3_oss_create_port()
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | emux_seq.c | 81 pinfo.event_input = snd_emux_event_input; in snd_emux_init_seq()
|
H A D | emux_oss.c | 112 callback.event_input = snd_emux_event_oss_input; in snd_emux_open_seq_oss()
|
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | emux_seq.c | 81 pinfo.event_input = snd_emux_event_input; in snd_emux_init_seq()
|