Searched refs:possible_ports (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/sound/isa/sb/
H A Dsb8.c125 static unsigned long possible_ports[] = { snd_sb8_probe() local
129 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { snd_sb8_probe()
130 err = snd_sbdsp_create(card, possible_ports[i], snd_sb8_probe()
138 port[dev] = possible_ports[i]; snd_sb8_probe()
142 if (i >= ARRAY_SIZE(possible_ports)) { snd_sb8_probe()
H A Dsb16.c554 static int possible_ports[] = {0x220, 0x240, 0x260, 0x280}; snd_sb16_isa_probe() local
556 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { snd_sb16_isa_probe()
557 port[dev] = possible_ports[i]; snd_sb16_isa_probe()
/linux-4.4.14/sound/isa/gus/
H A Dgusmax.c259 static unsigned long possible_ports[] = { snd_gusmax_probe() local
263 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { snd_gusmax_probe()
265 possible_ports[i], snd_gusmax_probe()
271 port[dev] = possible_ports[i]; snd_gusmax_probe()
H A Dgusclassic.c85 static long possible_ports[] = {0x220, 0x230, 0x240, 0x250, 0x260}; snd_gusclassic_create() local
119 port[n] = possible_ports[i]; snd_gusclassic_create()
122 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); snd_gusclassic_create()
H A Dgusextreme.c101 static long possible_ports[] = {0x220, 0x240, 0x260}; snd_gusextreme_es1688_create() local
128 port[n] = possible_ports[i]; snd_gusextreme_es1688_create()
131 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); snd_gusextreme_es1688_create()
H A Dinterwave.c830 static long possible_ports[] = {0x210, 0x220, 0x230, 0x240, 0x250, 0x260}; snd_interwave_isa_probe() local
832 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { snd_interwave_isa_probe()
833 port[dev] = possible_ports[i]; snd_interwave_isa_probe()
/linux-4.4.14/sound/isa/es1688/
H A Des1688.c102 static long possible_ports[] = {0x220, 0x240, 0x260}; snd_es1688_legacy_create() local
129 port[n] = possible_ports[i]; snd_es1688_legacy_create()
132 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); snd_es1688_legacy_create()
/linux-4.4.14/sound/isa/opti9xx/
H A Dmiro.c1400 static long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; snd_miro_isa_probe() local
1428 port = snd_legacy_find_free_ioport(possible_ports, 4); snd_miro_isa_probe()
H A Dopti92x-ad1848.c818 static long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; snd_opti9xx_probe() local
833 port = snd_legacy_find_free_ioport(possible_ports, 4); snd_opti9xx_probe()
/linux-4.4.14/sound/isa/
H A Des18xx.c2232 static unsigned long possible_ports[] = {0x220, 0x240, 0x260, 0x280}; snd_es18xx_isa_probe() local
2234 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { snd_es18xx_isa_probe()
2235 port[dev] = possible_ports[i]; snd_es18xx_isa_probe()

Completed in 177 milliseconds