Home
last modified time | relevance | path

Searched defs:opl4 (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/sound/drivers/opl4/
H A DMakefile
H A Dopl4_proc.c15 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_open() local
30 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_release() local
43 struct snd_opl4 *opl4 = entry->private_data; snd_opl4_mem_proc_read() local
64 struct snd_opl4 *opl4 = entry->private_data; snd_opl4_mem_proc_write() local
86 snd_opl4_create_proc(struct snd_opl4 *opl4) snd_opl4_create_proc() argument
109 snd_opl4_free_proc(struct snd_opl4 *opl4) snd_opl4_free_proc() argument
[all...]
H A Dopl4_mixer.c21 struct snd_opl4 *opl4 = snd_kcontrol_chip(kcontrol); in snd_opl4_ctl_get() local
36 struct snd_opl4 *opl4 = snd_kcontrol_chip(kcontrol); in snd_opl4_ctl_put() local
69 int snd_opl4_create_mixer(struct snd_opl4 *opl4) in snd_opl4_create_mixer() argument
[all...]
H A Dopl4_seq.c49 static int snd_opl4_seq_use_inc(struct snd_opl4 *opl4) in snd_opl4_seq_use_inc() argument
56 static void snd_opl4_seq_use_dec(struct snd_opl4 *opl4) in snd_opl4_seq_use_dec() argument
63 struct snd_opl4 *opl4 = private_data; in snd_opl4_seq_use() local
90 struct snd_opl4 *opl4 = private_data; snd_opl4_seq_unuse() local
114 struct snd_opl4 *opl4 = private_data; snd_opl4_seq_event_input() local
122 struct snd_opl4 *opl4 = private_data; snd_opl4_seq_free_port() local
130 struct snd_opl4 *opl4; snd_opl4_seq_probe() local
187 struct snd_opl4 *opl4; snd_opl4_seq_remove() local
[all...]
H A Dopl4_lib.c19 static inline void snd_opl4_wait(struct snd_opl4 *opl4) in snd_opl4_wait() argument
26 void snd_opl4_write(struct snd_opl4 *opl4, u8 reg, u8 value) in snd_opl4_write() argument
37 u8 snd_opl4_read(struct snd_opl4 *opl4, u8 reg) in snd_opl4_read() argument
48 snd_opl4_read_memory(struct snd_opl4 *opl4, char *buf, int offset, int size) snd_opl4_read_memory() argument
74 snd_opl4_write_memory(struct snd_opl4 *opl4, const char *buf, int offset, int size) snd_opl4_write_memory() argument
100 snd_opl4_enable_opl4(struct snd_opl4 *opl4) snd_opl4_enable_opl4() argument
110 snd_opl4_detect(struct snd_opl4 *opl4) snd_opl4_detect() argument
146 struct snd_opl4 *opl4 = seq_dev->private_data; snd_opl4_seq_dev_free() local
150 snd_opl4_create_seq_dev(struct snd_opl4 *opl4, int seq_device) snd_opl4_create_seq_dev() argument
164 snd_opl4_free(struct snd_opl4 *opl4) snd_opl4_free() argument
174 struct snd_opl4 *opl4 = device->device_data; snd_opl4_dev_free() local
184 struct snd_opl4 *opl4; snd_opl4_create() local
[all...]
H A Dopl4_synth.c273 void snd_opl4_synth_reset(struct snd_opl4 *opl4) in snd_opl4_synth_reset() argument
297 snd_opl4_synth_shutdown(struct snd_opl4 *opl4) snd_opl4_synth_shutdown() argument
312 snd_opl4_do_for_note(struct snd_opl4 *opl4, int note, struct snd_midi_channel *chan, void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) snd_opl4_do_for_note() argument
332 snd_opl4_do_for_channel(struct snd_opl4 *opl4, struct snd_midi_channel *chan, void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) snd_opl4_do_for_channel() argument
353 snd_opl4_do_for_all(struct snd_opl4 *opl4, void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) snd_opl4_do_for_all() argument
369 snd_opl4_update_volume(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_update_volume() argument
388 snd_opl4_update_pan(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_update_pan() argument
403 snd_opl4_update_vibrato_depth(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_update_vibrato_depth() argument
419 snd_opl4_update_pitch(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_update_pitch() argument
450 snd_opl4_update_tone_parameters(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_update_tone_parameters() argument
464 snd_opl4_get_voice(struct snd_opl4 *opl4) snd_opl4_get_voice() argument
474 snd_opl4_wait_for_wave_headers(struct snd_opl4 *opl4) snd_opl4_wait_for_wave_headers() argument
484 struct snd_opl4 *opl4 = private_data; snd_opl4_note_on() local
555 snd_opl4_voice_off(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_voice_off() argument
565 struct snd_opl4 *opl4 = private_data; snd_opl4_note_off() local
570 snd_opl4_terminate_voice(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_terminate_voice() argument
580 struct snd_opl4 *opl4 = private_data; snd_opl4_terminate_note() local
587 struct snd_opl4 *opl4 = private_data; snd_opl4_control() local
627 struct snd_opl4 *opl4 = private_data; snd_opl4_sysex() local
[all...]
H A Dopl4_local.h215 static inline int snd_opl4_create_proc(struct snd_opl4 *opl4) { retur argument
216 snd_opl4_free_proc(struct snd_opl4 *opl4) snd_opl4_free_proc() argument
[all...]
H A Dyrw801.c36 int snd_yrw801_detect(struct snd_opl4 *opl4) in snd_yrw801_detect() argument
/kernel/linux/linux-6.6/sound/drivers/opl4/
H A DMakefile
H A Dopl4_proc.c15 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_open() local
30 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_release() local
43 struct snd_opl4 *opl4 = entry->private_data; snd_opl4_mem_proc_read() local
64 struct snd_opl4 *opl4 = entry->private_data; snd_opl4_mem_proc_write() local
86 snd_opl4_create_proc(struct snd_opl4 *opl4) snd_opl4_create_proc() argument
109 snd_opl4_free_proc(struct snd_opl4 *opl4) snd_opl4_free_proc() argument
[all...]
H A Dopl4_mixer.c21 struct snd_opl4 *opl4 = snd_kcontrol_chip(kcontrol); in snd_opl4_ctl_get() local
36 struct snd_opl4 *opl4 = snd_kcontrol_chip(kcontrol); in snd_opl4_ctl_put() local
69 int snd_opl4_create_mixer(struct snd_opl4 *opl4) in snd_opl4_create_mixer() argument
[all...]
H A Dopl4_seq.c49 static int snd_opl4_seq_use_inc(struct snd_opl4 *opl4) in snd_opl4_seq_use_inc() argument
56 static void snd_opl4_seq_use_dec(struct snd_opl4 *opl4) in snd_opl4_seq_use_dec() argument
63 struct snd_opl4 *opl4 = private_data; in snd_opl4_seq_use() local
90 struct snd_opl4 *opl4 = private_data; snd_opl4_seq_unuse() local
114 struct snd_opl4 *opl4 = private_data; snd_opl4_seq_event_input() local
122 struct snd_opl4 *opl4 = private_data; snd_opl4_seq_free_port() local
130 struct snd_opl4 *opl4; snd_opl4_seq_probe() local
187 struct snd_opl4 *opl4; snd_opl4_seq_remove() local
[all...]
H A Dopl4_lib.c19 static inline void snd_opl4_wait(struct snd_opl4 *opl4) in snd_opl4_wait() argument
26 void snd_opl4_write(struct snd_opl4 *opl4, u8 reg, u8 value) in snd_opl4_write() argument
37 u8 snd_opl4_read(struct snd_opl4 *opl4, u8 reg) in snd_opl4_read() argument
48 snd_opl4_read_memory(struct snd_opl4 *opl4, char *buf, int offset, int size) snd_opl4_read_memory() argument
74 snd_opl4_write_memory(struct snd_opl4 *opl4, const char *buf, int offset, int size) snd_opl4_write_memory() argument
100 snd_opl4_enable_opl4(struct snd_opl4 *opl4) snd_opl4_enable_opl4() argument
110 snd_opl4_detect(struct snd_opl4 *opl4) snd_opl4_detect() argument
146 struct snd_opl4 *opl4 = seq_dev->private_data; snd_opl4_seq_dev_free() local
150 snd_opl4_create_seq_dev(struct snd_opl4 *opl4, int seq_device) snd_opl4_create_seq_dev() argument
164 snd_opl4_free(struct snd_opl4 *opl4) snd_opl4_free() argument
174 struct snd_opl4 *opl4 = device->device_data; snd_opl4_dev_free() local
184 struct snd_opl4 *opl4; snd_opl4_create() local
[all...]
H A Dopl4_synth.c273 void snd_opl4_synth_reset(struct snd_opl4 *opl4) in snd_opl4_synth_reset() argument
297 snd_opl4_synth_shutdown(struct snd_opl4 *opl4) snd_opl4_synth_shutdown() argument
312 snd_opl4_do_for_note(struct snd_opl4 *opl4, int note, struct snd_midi_channel *chan, void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) snd_opl4_do_for_note() argument
332 snd_opl4_do_for_channel(struct snd_opl4 *opl4, struct snd_midi_channel *chan, void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) snd_opl4_do_for_channel() argument
353 snd_opl4_do_for_all(struct snd_opl4 *opl4, void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) snd_opl4_do_for_all() argument
369 snd_opl4_update_volume(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_update_volume() argument
388 snd_opl4_update_pan(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_update_pan() argument
403 snd_opl4_update_vibrato_depth(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_update_vibrato_depth() argument
419 snd_opl4_update_pitch(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_update_pitch() argument
450 snd_opl4_update_tone_parameters(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_update_tone_parameters() argument
464 snd_opl4_get_voice(struct snd_opl4 *opl4) snd_opl4_get_voice() argument
474 snd_opl4_wait_for_wave_headers(struct snd_opl4 *opl4) snd_opl4_wait_for_wave_headers() argument
484 struct snd_opl4 *opl4 = private_data; snd_opl4_note_on() local
555 snd_opl4_voice_off(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_voice_off() argument
565 struct snd_opl4 *opl4 = private_data; snd_opl4_note_off() local
570 snd_opl4_terminate_voice(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_terminate_voice() argument
580 struct snd_opl4 *opl4 = private_data; snd_opl4_terminate_note() local
587 struct snd_opl4 *opl4 = private_data; snd_opl4_control() local
627 struct snd_opl4 *opl4 = private_data; snd_opl4_sysex() local
[all...]
H A Dopl4_local.h215 static inline int snd_opl4_create_proc(struct snd_opl4 *opl4) { retur argument
216 snd_opl4_free_proc(struct snd_opl4 *opl4) snd_opl4_free_proc() argument
[all...]
H A Dyrw801.c36 int snd_yrw801_detect(struct snd_opl4 *opl4) in snd_yrw801_detect() argument
/kernel/linux/linux-6.6/sound/isa/opti9xx/
H A Dopti92x-ad1848.c889 struct snd_opl4 *opl4; local
H A Dmiro.c1364 struct snd_opl4 *opl4; in snd_miro_probe() local
/kernel/linux/linux-5.10/sound/isa/opti9xx/
H A Dmiro.c1365 struct snd_opl4 *opl4; in snd_miro_probe() local
H A Dopti92x-ad1848.c908 struct snd_opl4 *opl4; local

Completed in 16 milliseconds