Searched refs:possible_ports (Results 1 – 10 of 10) sorted by relevance
/sound/isa/sb/ |
D | sb8.c | 110 static const unsigned long possible_ports[] = { in snd_sb8_probe() local 114 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_sb8_probe() 115 err = snd_sbdsp_create(card, possible_ports[i], in snd_sb8_probe() 123 port[dev] = possible_ports[i]; in snd_sb8_probe() 127 if (i >= ARRAY_SIZE(possible_ports)) { in snd_sb8_probe()
|
D | sb16.c | 538 static const int possible_ports[] = {0x220, 0x240, 0x260, 0x280}; in snd_sb16_isa_probe() local 540 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_sb16_isa_probe() 541 port[dev] = possible_ports[i]; in snd_sb16_isa_probe()
|
/sound/isa/gus/ |
D | gusclassic.c | 70 static const long possible_ports[] = {0x220, 0x230, 0x240, 0x250, 0x260}; in snd_gusclassic_create() local 104 port[n] = possible_ports[i]; in snd_gusclassic_create() 107 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_gusclassic_create()
|
D | gusmax.c | 244 static const unsigned long possible_ports[] = { in snd_gusmax_probe() local 248 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_gusmax_probe() 250 possible_ports[i], in snd_gusmax_probe() 256 port[dev] = possible_ports[i]; in snd_gusmax_probe()
|
D | gusextreme.c | 86 static const long possible_ports[] = {0x220, 0x240, 0x260}; in snd_gusextreme_es1688_create() local 113 port[n] = possible_ports[i]; in snd_gusextreme_es1688_create() 116 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_gusextreme_es1688_create()
|
D | interwave.c | 816 static const long possible_ports[] = {0x210, 0x220, 0x230, 0x240, 0x250, 0x260}; in snd_interwave_isa_probe() local 818 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_interwave_isa_probe() 819 port[dev] = possible_ports[i]; in snd_interwave_isa_probe()
|
/sound/isa/es1688/ |
D | es1688.c | 87 static const long possible_ports[] = {0x220, 0x240, 0x260}; in snd_es1688_legacy_create() local 114 port[n] = possible_ports[i]; in snd_es1688_legacy_create() 117 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_es1688_legacy_create()
|
/sound/isa/opti9xx/ |
D | opti92x-ad1848.c | 816 static const long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; local 831 port = snd_legacy_find_free_ioport(possible_ports, 4);
|
D | miro.c | 1393 static const long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; in snd_miro_isa_probe() local 1421 port = snd_legacy_find_free_ioport(possible_ports, 4); in snd_miro_isa_probe()
|
/sound/isa/ |
D | es18xx.c | 2201 static const unsigned long possible_ports[] = {0x220, 0x240, 0x260, 0x280}; in snd_es18xx_isa_probe() local 2203 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_es18xx_isa_probe() 2204 port[dev] = possible_ports[i]; in snd_es18xx_isa_probe()
|