/linux-4.4.14/sound/oss/ |
D | mpu401.h | 3 int probe_uart401 (struct address_info *hw_config, struct module *owner); 4 void unload_uart401 (struct address_info *hw_config); 9 int probe_mpu401(struct address_info *hw_config, struct resource *ports); 10 int attach_mpu401(struct address_info * hw_config, struct module *owner); 11 void unload_mpu401(struct address_info *hw_info);
|
D | sb.h | 163 int sb_dsp_detect (struct address_info *hw_config, int pci, int pciio, struct sb_module_options *sb… 164 int sb_dsp_init (struct address_info *hw_config, struct module *owner); 165 void sb_dsp_unload(struct address_info *hw_config, int sbmpu); 181 int probe_sbmpu (struct address_info *hw_config, struct module *owner); 182 void unload_sbmpu (struct address_info *hw_config); 184 void unload_sb16(struct address_info *hw_info); 185 void unload_sb16midi(struct address_info *hw_info);
|
D | trix.c | 75 static int trix_set_wss_port(struct address_info *hw_config) in trix_set_wss_port() 123 static int __init init_trix_wss(struct address_info *hw_config) in init_trix_wss() 271 static int __init probe_trix_sb(struct address_info *hw_config) in probe_trix_sb() 330 static int __init probe_trix_mpu(struct address_info *hw_config) in probe_trix_mpu() 371 static void __exit unload_trix_wss(struct address_info *hw_config) in unload_trix_wss() 389 static inline void __exit unload_trix_mpu(struct address_info *hw_config) in unload_trix_mpu() 394 static inline void __exit unload_trix_sb(struct address_info *hw_config) in unload_trix_sb() 399 static struct address_info cfg; 400 static struct address_info cfg2; 401 static struct address_info cfg_mpu;
|
D | pas2_card.c | 59 static struct address_info cfg; 60 static struct address_info cfg2; 135 static int __init config_pas_hw(struct address_info *hw_config) in config_pas_hw() 239 struct address_info *sb_config; in config_pas_hw() 282 static int __init detect_pas_hw(struct address_info *hw_config) in detect_pas_hw() 323 static void __init attach_pas_card(struct address_info *hw_config) in attach_pas_card() 353 static inline int __init probe_pas(struct address_info *hw_config) in probe_pas() 358 static void __exit unload_pas(struct address_info *hw_config) in unload_pas()
|
D | ad1848.h | 21 void attach_ms_sound(struct address_info * hw_config, struct resource *ports, struct module * owner… 23 int probe_ms_sound(struct address_info *hw_config, struct resource *ports); 24 void unload_ms_sound(struct address_info *hw_info);
|
D | sb_ess.h | 8 (sb_devc *devc, struct address_info *hw_config); 13 (sb_devc *devc, struct address_info *hw_config); 18 (sb_devc *devc, struct address_info *hw_config);
|
D | vidc.h | 60 extern void vidc_synth_init(struct address_info *hw_config); 61 extern void vidc_synth_exit(struct address_info *hw_config);
|
D | kahlua.c | 57 struct address_info *hw_config; in probe_one() 143 hw_config = kzalloc(sizeof(struct address_info), GFP_KERNEL); in probe_one() 187 struct address_info *hw_config = pci_get_drvdata(pdev); in remove_one()
|
D | uart6850.c | 249 static void __init attach_uart6850(struct address_info *hw_config) in attach_uart6850() 291 static int __init probe_uart6850(struct address_info *hw_config) in probe_uart6850() 307 static void __exit unload_uart6850(struct address_info *hw_config) in unload_uart6850() 313 static struct address_info cfg_mpu;
|
D | v_midi.c | 175 static void __init attach_v_midi (struct address_info *hw_config) in attach_v_midi() 258 static inline int __init probe_v_midi(struct address_info *hw_config) in probe_v_midi() 264 static void __exit unload_v_midi(struct address_info *hw_config) in unload_v_midi() 271 static struct address_info cfg; /* dummy */
|
D | sb_common.c | 296 static void sb16_set_mpu_port(sb_devc * devc, struct address_info *hw_config) in sb16_set_mpu_port() 345 static void relocate_Jazz16(sb_devc * devc, struct address_info *hw_config) in relocate_Jazz16() 380 static int init_Jazz16(sb_devc * devc, struct address_info *hw_config) in init_Jazz16() 500 int sb_dsp_detect(struct address_info *hw_config, int pci, int pciio, struct sb_module_options *sbm… in sb_dsp_detect() 635 int sb_dsp_init(struct address_info *hw_config, struct module *owner) in sb_dsp_init() 877 void sb_dsp_unload(struct address_info *hw_config, int sbmpu) in sb_dsp_unload() 1004 static int smw_midi_init(sb_devc * devc, struct address_info *hw_config) in smw_midi_init() 1109 static int init_Jazz16_midi(sb_devc * devc, struct address_info *hw_config) in init_Jazz16_midi() 1183 int probe_sbmpu(struct address_info *hw_config, struct module *owner) in probe_sbmpu() 1269 void unload_sbmpu(struct address_info *hw_config) in unload_sbmpu()
|
D | dev_table.h | 53 void (*attach) (struct address_info *hw_config); 54 int (*probe) (struct address_info *hw_config); 55 void (*unload) (struct address_info *hw_config); 61 struct address_info config;
|
D | pss.c | 177 static int __init probe_pss(struct address_info *hw_config) in probe_pss() 687 static int __init attach_pss(struct address_info *hw_config) in attach_pss() 740 static int __init probe_pss_mpu(struct address_info *hw_config) in probe_pss_mpu() 1031 static int __init probe_pss_mss(struct address_info *hw_config) in probe_pss_mss() 1111 static inline void __exit unload_pss(struct address_info *hw_config) in unload_pss() 1117 static inline void __exit unload_pss_mpu(struct address_info *hw_config) in unload_pss_mpu() 1122 static inline void __exit unload_pss_mss(struct address_info *hw_config) in unload_pss_mss() 1128 static struct address_info cfg; 1129 static struct address_info cfg2; 1130 static struct address_info cfg_mpu;
|
D | vidc.c | 439 static void __init attach_vidc(struct address_info *hw_config) in attach_vidc() 508 static int __init probe_vidc(struct address_info *hw_config) in probe_vidc() 518 static void __exit unload_vidc(struct address_info *hw_config) in unload_vidc() 535 static struct address_info cfg;
|
D | sb_card.h | 12 struct address_info conf; 13 struct address_info mpucnf;
|
D | pas2.h | 10 void pas_pcm_init(struct address_info *hw_config);
|
D | uart401.c | 288 int probe_uart401(struct address_info *hw_config, struct module *owner) in probe_uart401() 395 void unload_uart401(struct address_info *hw_config) in unload_uart401() 427 static struct address_info cfg_mpu;
|
D | sound_config.h | 65 struct address_info { struct
|
D | waveartist.c | 96 struct address_info hw; /* hardware */ 161 waveartist_set_ctlr(struct address_info *hw, unsigned char clear, unsigned char set) in waveartist_set_ctlr() 194 struct address_info *hw = &devc->hw; in waveartist_reset() 1352 static int __init probe_waveartist(struct address_info *hw_config) in probe_waveartist() 1389 attach_waveartist(struct address_info *hw, const struct waveartist_mixer_info *mix) in attach_waveartist() 1432 static void __exit unload_waveartist(struct address_info *hw) in unload_waveartist() 1967 static struct address_info cfg;
|
D | sound_calls.h | 79 void conf_printf(char *name, struct address_info *hw_config);
|
D | ad1848.c | 117 static struct address_info cfg; 2279 static int init_deskpro_m(struct address_info *hw_config) in init_deskpro_m() 2307 static int init_deskpro(struct address_info *hw_config) in init_deskpro() 2505 int probe_ms_sound(struct address_info *hw_config, struct resource *ports) in probe_ms_sound() 2591 void attach_ms_sound(struct address_info *hw_config, struct resource *ports, struct module *owner) in attach_ms_sound() 2680 void unload_ms_sound(struct address_info *hw_config) in unload_ms_sound() 2903 struct address_info *hw_config, int slot) in ad1848_init_generic() 2927 static int __init ad1848_isapnp_init(struct address_info *hw_config, struct pnp_card *bus, int slot) in ad1848_isapnp_init() 2945 static int __init ad1848_isapnp_probe(struct address_info *hw_config) in ad1848_isapnp_probe()
|
D | mpu401.c | 946 int attach_mpu401(struct address_info *hw_config, struct module *owner) in attach_mpu401() 1184 int probe_mpu401(struct address_info *hw_config, struct resource *ports) in probe_mpu401() 1212 void unload_mpu401(struct address_info *hw_config) in unload_mpu401() 1746 static struct address_info cfg;
|
D | pas2_pcm.c | 373 void __init pas_pcm_init(struct address_info *hw_config) in pas_pcm_init()
|
D | sb_ess.c | 1013 int ess_init(sb_devc * devc, struct address_info *hw_config) 1302 int ess_dsp_init (sb_devc *devc, struct address_info *hw_config) 1778 int ess_midi_init(sb_devc * devc, struct address_info *hw_config)
|
D | soundcard.c | 692 void conf_printf(char *name, struct address_info *hw_config) in conf_printf()
|