tag | line | file | source code |
address_info | 35 | drivers/sound/adlib_card.c | attach_adlib_card (long mem_start, struct address_info *hw_config) |
address_info | 46 | drivers/sound/adlib_card.c | probe_adlib (struct address_info *hw_config) |
address_info | 63 | drivers/sound/dev_table.c | sndtable_probe (int unit, struct address_info *hw_config) |
address_info | 85 | drivers/sound/dev_table.c | sndtable_init_card (int unit, struct address_info *hw_config) |
address_info | 191 | drivers/sound/dev_table.c | struct address_info *sound_getconf(int card_type) |
address_info | 201 | drivers/sound/dev_table.c | if (ptr == -1) return (struct address_info *)NULL; |
address_info | 46 | drivers/sound/dev_table.h | long (*attach) (long mem_start, struct address_info *hw_config); |
address_info | 47 | drivers/sound/dev_table.h | int (*probe) (struct address_info *hw_config); |
address_info | 48 | drivers/sound/dev_table.h | struct address_info config; |
address_info | 237 | drivers/sound/dev_table.h | struct address_info *sound_getconf(int card_type); |
address_info | 41 | drivers/sound/gus_card.c | attach_gus_card (long mem_start, struct address_info *hw_config) |
address_info | 80 | drivers/sound/gus_card.c | probe_gus (struct address_info *hw_config) |
address_info | 230 | drivers/sound/mpu401.c | attach_mpu401 (long mem_start, struct address_info *hw_config) |
address_info | 303 | drivers/sound/mpu401.c | probe_mpu401 (struct address_info *hw_config) |
address_info | 143 | drivers/sound/pas2_card.c | config_pas_hw (struct address_info *hw_config) |
address_info | 232 | drivers/sound/pas2_card.c | struct address_info *sb_config; |
address_info | 269 | drivers/sound/pas2_card.c | detect_pas_hw (struct address_info *hw_config) |
address_info | 311 | drivers/sound/pas2_card.c | attach_pas_card (long mem_start, struct address_info *hw_config) |
address_info | 354 | drivers/sound/pas2_card.c | probe_pas (struct address_info *hw_config) |
address_info | 354 | drivers/sound/pas2_pcm.c | pas_pcm_init (long mem_start, struct address_info *hw_config) |
address_info | 492 | drivers/sound/sb16_dsp.c | sb16_dsp_init (long mem_start, struct address_info *hw_config) |
address_info | 533 | drivers/sound/sb16_dsp.c | sb16_dsp_detect (struct address_info *hw_config) |
address_info | 535 | drivers/sound/sb16_dsp.c | struct address_info *sb_config; |
address_info | 226 | drivers/sound/sb16_midi.c | attach_sb16midi (long mem_start, struct address_info *hw_config) |
address_info | 297 | drivers/sound/sb16_midi.c | probe_sb16midi (struct address_info *hw_config) |
address_info | 35 | drivers/sound/sb_card.c | attach_sb_card (long mem_start, struct address_info *hw_config) |
address_info | 47 | drivers/sound/sb_card.c | probe_sb (struct address_info *hw_config) |
address_info | 616 | drivers/sound/sb_dsp.c | sb_dsp_detect (struct address_info *hw_config) |
address_info | 650 | drivers/sound/sb_dsp.c | sb_dsp_init (long mem_start, struct address_info *hw_config) |
address_info | 112 | drivers/sound/sound_calls.h | int sb_dsp_detect (struct address_info *hw_config); |
address_info | 113 | drivers/sound/sound_calls.h | long sb_dsp_init (long mem_start, struct address_info *hw_config); |
address_info | 122 | drivers/sound/sound_calls.h | long sb16_dsp_init(long mem_start, struct address_info *hw_config); |
address_info | 123 | drivers/sound/sound_calls.h | int sb16_dsp_detect(struct address_info *hw_config); |
address_info | 127 | drivers/sound/sound_calls.h | long attach_sb16midi(long mem_start, struct address_info * hw_config); |
address_info | 128 | drivers/sound/sound_calls.h | int probe_sb16midi(struct address_info *hw_config); |
address_info | 144 | drivers/sound/sound_calls.h | long attach_sb_card(long mem_start, struct address_info *hw_config); |
address_info | 145 | drivers/sound/sound_calls.h | int probe_sb(struct address_info *hw_config); |
address_info | 148 | drivers/sound/sound_calls.h | long attach_adlib_card(long mem_start, struct address_info *hw_config); |
address_info | 149 | drivers/sound/sound_calls.h | int probe_adlib(struct address_info *hw_config); |
address_info | 152 | drivers/sound/sound_calls.h | long attach_pas_card(long mem_start, struct address_info *hw_config); |
address_info | 153 | drivers/sound/sound_calls.h | int probe_pas(struct address_info *hw_config); |
address_info | 161 | drivers/sound/sound_calls.h | long pas_pcm_init(long mem_start, struct address_info *hw_config); |
address_info | 171 | drivers/sound/sound_calls.h | long attach_gus_card(long mem_start, struct address_info * hw_config); |
address_info | 172 | drivers/sound/sound_calls.h | int probe_gus(struct address_info *hw_config); |
address_info | 190 | drivers/sound/sound_calls.h | long attach_mpu401(long mem_start, struct address_info * hw_config); |
address_info | 191 | drivers/sound/sound_calls.h | int probe_mpu401(struct address_info *hw_config); |