Searched refs:possible_ports (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/sound/isa/sb/ |
D | sb8.c | 125 static unsigned long possible_ports[] = { in snd_sb8_probe() local 129 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_sb8_probe() 130 err = snd_sbdsp_create(card, possible_ports[i], in snd_sb8_probe() 138 port[dev] = possible_ports[i]; in snd_sb8_probe() 142 if (i >= ARRAY_SIZE(possible_ports)) { in snd_sb8_probe()
|
D | sb16.c | 553 static int possible_ports[] = {0x220, 0x240, 0x260, 0x280}; in snd_sb16_isa_probe() local 555 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_sb16_isa_probe() 556 port[dev] = possible_ports[i]; in snd_sb16_isa_probe()
|
/linux-2.6.39/sound/isa/gus/ |
D | gusclassic.c | 84 static long possible_ports[] = {0x220, 0x230, 0x240, 0x250, 0x260}; in snd_gusclassic_create() local 118 port[n] = possible_ports[i]; in snd_gusclassic_create() 121 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_gusclassic_create()
|
D | gusmax.c | 259 static unsigned long possible_ports[] = { in snd_gusmax_probe() local 263 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_gusmax_probe() 265 possible_ports[i], in snd_gusmax_probe() 271 port[dev] = possible_ports[i]; in snd_gusmax_probe()
|
D | gusextreme.c | 100 static long possible_ports[] = {0x220, 0x240, 0x260}; in snd_gusextreme_es1688_create() local 127 port[n] = possible_ports[i]; in snd_gusextreme_es1688_create() 130 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_gusextreme_es1688_create()
|
D | interwave.c | 838 static long possible_ports[] = {0x210, 0x220, 0x230, 0x240, 0x250, 0x260}; in snd_interwave_isa_probe() local 840 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_interwave_isa_probe() 841 port[dev] = possible_ports[i]; in snd_interwave_isa_probe()
|
/linux-2.6.39/sound/isa/es1688/ |
D | es1688.c | 102 static long possible_ports[] = {0x220, 0x240, 0x260}; in snd_es1688_legacy_create() local 129 port[n] = possible_ports[i]; in snd_es1688_legacy_create() 132 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_es1688_legacy_create()
|
/linux-2.6.39/sound/isa/opti9xx/ |
D | opti92x-ad1848.c | 835 static long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; local 854 port = snd_legacy_find_free_ioport(possible_ports, 4);
|
D | miro.c | 1417 static long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; in snd_miro_isa_probe() local 1445 port = snd_legacy_find_free_ioport(possible_ports, 4); in snd_miro_isa_probe()
|
/linux-2.6.39/sound/isa/ |
D | es18xx.c | 2222 static unsigned long possible_ports[] = {0x220, 0x240, 0x260, 0x280}; in snd_es18xx_isa_probe() local 2224 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_es18xx_isa_probe() 2225 port[dev] = possible_ports[i]; in snd_es18xx_isa_probe()
|