snd_opl4           12 include/sound/opl4.h struct snd_opl4;
snd_opl4           17 include/sound/opl4.h 			   struct snd_opl3 **opl3, struct snd_opl4 **opl4);
snd_opl4           19 sound/drivers/opl4/opl4_lib.c static inline void snd_opl4_wait(struct snd_opl4 *opl4)
snd_opl4           26 sound/drivers/opl4/opl4_lib.c void snd_opl4_write(struct snd_opl4 *opl4, u8 reg, u8 value)
snd_opl4           37 sound/drivers/opl4/opl4_lib.c u8 snd_opl4_read(struct snd_opl4 *opl4, u8 reg)
snd_opl4           48 sound/drivers/opl4/opl4_lib.c void snd_opl4_read_memory(struct snd_opl4 *opl4, char *buf, int offset, int size)
snd_opl4           74 sound/drivers/opl4/opl4_lib.c void snd_opl4_write_memory(struct snd_opl4 *opl4, const char *buf, int offset, int size)
snd_opl4          100 sound/drivers/opl4/opl4_lib.c static void snd_opl4_enable_opl4(struct snd_opl4 *opl4)
snd_opl4          110 sound/drivers/opl4/opl4_lib.c static int snd_opl4_detect(struct snd_opl4 *opl4)
snd_opl4          146 sound/drivers/opl4/opl4_lib.c 	struct snd_opl4 *opl4 = seq_dev->private_data;
snd_opl4          150 sound/drivers/opl4/opl4_lib.c static int snd_opl4_create_seq_dev(struct snd_opl4 *opl4, int seq_device)
snd_opl4          154 sound/drivers/opl4/opl4_lib.c 			       sizeof(struct snd_opl4 *), &opl4->seq_dev) >= 0) {
snd_opl4          156 sound/drivers/opl4/opl4_lib.c 		*(struct snd_opl4 **)SNDRV_SEQ_DEVICE_ARGPTR(opl4->seq_dev) = opl4;
snd_opl4          164 sound/drivers/opl4/opl4_lib.c static void snd_opl4_free(struct snd_opl4 *opl4)
snd_opl4          174 sound/drivers/opl4/opl4_lib.c 	struct snd_opl4 *opl4 = device->device_data;
snd_opl4          182 sound/drivers/opl4/opl4_lib.c 		    struct snd_opl3 **ropl3, struct snd_opl4 **ropl4)
snd_opl4          184 sound/drivers/opl4/opl4_lib.c 	struct snd_opl4 *opl4;
snd_opl4          202 sound/drivers/opl4/opl4_local.h void snd_opl4_write(struct snd_opl4 *opl4, u8 reg, u8 value);
snd_opl4          203 sound/drivers/opl4/opl4_local.h u8 snd_opl4_read(struct snd_opl4 *opl4, u8 reg);
snd_opl4          204 sound/drivers/opl4/opl4_local.h void snd_opl4_read_memory(struct snd_opl4 *opl4, char *buf, int offset, int size);
snd_opl4          205 sound/drivers/opl4/opl4_local.h void snd_opl4_write_memory(struct snd_opl4 *opl4, const char *buf, int offset, int size);
snd_opl4          208 sound/drivers/opl4/opl4_local.h int snd_opl4_create_mixer(struct snd_opl4 *opl4);
snd_opl4          212 sound/drivers/opl4/opl4_local.h int snd_opl4_create_proc(struct snd_opl4 *opl4);
snd_opl4          213 sound/drivers/opl4/opl4_local.h void snd_opl4_free_proc(struct snd_opl4 *opl4);
snd_opl4          215 sound/drivers/opl4/opl4_local.h static inline int snd_opl4_create_proc(struct snd_opl4 *opl4) { return 0; }
snd_opl4          216 sound/drivers/opl4/opl4_local.h static inline void snd_opl4_free_proc(struct snd_opl4 *opl4) {}
snd_opl4          223 sound/drivers/opl4/opl4_local.h void snd_opl4_synth_reset(struct snd_opl4 *opl4);
snd_opl4          224 sound/drivers/opl4/opl4_local.h void snd_opl4_synth_shutdown(struct snd_opl4 *opl4);
snd_opl4          232 sound/drivers/opl4/opl4_local.h int snd_yrw801_detect(struct snd_opl4 *opl4);
snd_opl4           21 sound/drivers/opl4/opl4_mixer.c 	struct snd_opl4 *opl4 = snd_kcontrol_chip(kcontrol);
snd_opl4           36 sound/drivers/opl4/opl4_mixer.c 	struct snd_opl4 *opl4 = snd_kcontrol_chip(kcontrol);
snd_opl4           69 sound/drivers/opl4/opl4_mixer.c int snd_opl4_create_mixer(struct snd_opl4 *opl4)
snd_opl4           15 sound/drivers/opl4/opl4_proc.c 	struct snd_opl4 *opl4 = entry->private_data;
snd_opl4           30 sound/drivers/opl4/opl4_proc.c 	struct snd_opl4 *opl4 = entry->private_data;
snd_opl4           43 sound/drivers/opl4/opl4_proc.c 	struct snd_opl4 *opl4 = entry->private_data;
snd_opl4           64 sound/drivers/opl4/opl4_proc.c 	struct snd_opl4 *opl4 = entry->private_data;
snd_opl4           86 sound/drivers/opl4/opl4_proc.c int snd_opl4_create_proc(struct snd_opl4 *opl4)
snd_opl4          109 sound/drivers/opl4/opl4_proc.c void snd_opl4_free_proc(struct snd_opl4 *opl4)
snd_opl4           49 sound/drivers/opl4/opl4_seq.c static int snd_opl4_seq_use_inc(struct snd_opl4 *opl4)
snd_opl4           56 sound/drivers/opl4/opl4_seq.c static void snd_opl4_seq_use_dec(struct snd_opl4 *opl4)
snd_opl4           63 sound/drivers/opl4/opl4_seq.c 	struct snd_opl4 *opl4 = private_data;
snd_opl4           90 sound/drivers/opl4/opl4_seq.c 	struct snd_opl4 *opl4 = private_data;
snd_opl4          114 sound/drivers/opl4/opl4_seq.c 	struct snd_opl4 *opl4 = private_data;
snd_opl4          122 sound/drivers/opl4/opl4_seq.c 	struct snd_opl4 *opl4 = private_data;
snd_opl4          130 sound/drivers/opl4/opl4_seq.c 	struct snd_opl4 *opl4;
snd_opl4          134 sound/drivers/opl4/opl4_seq.c 	opl4 = *(struct snd_opl4 **)SNDRV_SEQ_DEVICE_ARGPTR(dev);
snd_opl4          187 sound/drivers/opl4/opl4_seq.c 	struct snd_opl4 *opl4;
snd_opl4          189 sound/drivers/opl4/opl4_seq.c 	opl4 = *(struct snd_opl4 **)SNDRV_SEQ_DEVICE_ARGPTR(dev);
snd_opl4          207 sound/drivers/opl4/opl4_seq.c 	.argsize = sizeof(struct snd_opl4 *),
snd_opl4          273 sound/drivers/opl4/opl4_synth.c void snd_opl4_synth_reset(struct snd_opl4 *opl4)
snd_opl4          297 sound/drivers/opl4/opl4_synth.c void snd_opl4_synth_shutdown(struct snd_opl4 *opl4)
snd_opl4          312 sound/drivers/opl4/opl4_synth.c static void snd_opl4_do_for_note(struct snd_opl4 *opl4, int note, struct snd_midi_channel *chan,
snd_opl4          313 sound/drivers/opl4/opl4_synth.c 				 void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice))
snd_opl4          332 sound/drivers/opl4/opl4_synth.c static void snd_opl4_do_for_channel(struct snd_opl4 *opl4,
snd_opl4          334 sound/drivers/opl4/opl4_synth.c 				    void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice))
snd_opl4          353 sound/drivers/opl4/opl4_synth.c static void snd_opl4_do_for_all(struct snd_opl4 *opl4,
snd_opl4          354 sound/drivers/opl4/opl4_synth.c 				void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice))
snd_opl4          369 sound/drivers/opl4/opl4_synth.c static void snd_opl4_update_volume(struct snd_opl4 *opl4, struct opl4_voice *voice)
snd_opl4          388 sound/drivers/opl4/opl4_synth.c static void snd_opl4_update_pan(struct snd_opl4 *opl4, struct opl4_voice *voice)
snd_opl4          403 sound/drivers/opl4/opl4_synth.c static void snd_opl4_update_vibrato_depth(struct snd_opl4 *opl4,
snd_opl4          419 sound/drivers/opl4/opl4_synth.c static void snd_opl4_update_pitch(struct snd_opl4 *opl4,
snd_opl4          450 sound/drivers/opl4/opl4_synth.c static void snd_opl4_update_tone_parameters(struct snd_opl4 *opl4,
snd_opl4          464 sound/drivers/opl4/opl4_synth.c static struct opl4_voice *snd_opl4_get_voice(struct snd_opl4 *opl4)
snd_opl4          474 sound/drivers/opl4/opl4_synth.c static void snd_opl4_wait_for_wave_headers(struct snd_opl4 *opl4)
snd_opl4          484 sound/drivers/opl4/opl4_synth.c 	struct snd_opl4 *opl4 = private_data;
snd_opl4          555 sound/drivers/opl4/opl4_synth.c static void snd_opl4_voice_off(struct snd_opl4 *opl4, struct opl4_voice *voice)
snd_opl4          565 sound/drivers/opl4/opl4_synth.c 	struct snd_opl4 *opl4 = private_data;
snd_opl4          570 sound/drivers/opl4/opl4_synth.c static void snd_opl4_terminate_voice(struct snd_opl4 *opl4, struct opl4_voice *voice)
snd_opl4          580 sound/drivers/opl4/opl4_synth.c 	struct snd_opl4 *opl4 = private_data;
snd_opl4          587 sound/drivers/opl4/opl4_synth.c 	struct snd_opl4 *opl4 = private_data;
snd_opl4          627 sound/drivers/opl4/opl4_synth.c 	struct snd_opl4 *opl4 = private_data;
snd_opl4           36 sound/drivers/opl4/yrw801.c int snd_yrw801_detect(struct snd_opl4 *opl4)
snd_opl4         1365 sound/isa/opti9xx/miro.c 		struct snd_opl4 *opl4;
snd_opl4          905 sound/isa/opti9xx/opti92x-ad1848.c 			struct snd_opl4 *opl4;