Searched refs:possible_ports (Results 1 – 10 of 10) sorted by relevance
/linux/sound/isa/sb/ |
H A D | sb8.c | 102 static const unsigned long possible_ports[] = { in snd_sb8_probe() local 106 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_sb8_probe() 107 err = snd_sbdsp_create(card, possible_ports[i], in snd_sb8_probe() 115 port[dev] = possible_ports[i]; in snd_sb8_probe() 119 if (i >= ARRAY_SIZE(possible_ports)) in snd_sb8_probe()
|
H A D | sb16.c | 525 static const int possible_ports[] = {0x220, 0x240, 0x260, 0x280}; in snd_sb16_isa_probe() local 527 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_sb16_isa_probe() 528 port[dev] = possible_ports[i]; in snd_sb16_isa_probe()
|
/linux/sound/isa/gus/ |
H A D | gusmax.c | 236 static const unsigned long possible_ports[] = { in snd_gusmax_probe() local 240 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_gusmax_probe() 242 possible_ports[i], in snd_gusmax_probe() 248 port[dev] = possible_ports[i]; in snd_gusmax_probe()
|
H A D | gusclassic.c | 69 static const long possible_ports[] = {0x220, 0x230, 0x240, 0x250, 0x260}; in snd_gusclassic_create() local 103 port[n] = possible_ports[i]; in snd_gusclassic_create() 106 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_gusclassic_create()
|
H A D | gusextreme.c | 85 static const long possible_ports[] = {0x220, 0x240, 0x260}; in snd_gusextreme_es1688_create() local 112 port[n] = possible_ports[i]; in snd_gusextreme_es1688_create() 115 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_gusextreme_es1688_create()
|
H A D | interwave.c | 814 static const long possible_ports[] = {0x210, 0x220, 0x230, 0x240, 0x250, 0x260}; in snd_interwave_isa_probe() local 816 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_interwave_isa_probe() 817 port[dev] = possible_ports[i]; in snd_interwave_isa_probe()
|
/linux/sound/isa/es1688/ |
H A D | es1688.c | 82 static const long possible_ports[] = {0x220, 0x240, 0x260}; in snd_es1688_legacy_create() local 109 port[n] = possible_ports[i]; in snd_es1688_legacy_create() 112 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_es1688_legacy_create()
|
/linux/sound/isa/opti9xx/ |
H A D | opti92x-ad1848.c | 798 static const long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; local 813 port = snd_legacy_find_free_ioport(possible_ports, 4);
|
H A D | miro.c | 1400 static const long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; in snd_miro_isa_probe() local 1426 port = snd_legacy_find_free_ioport(possible_ports, 4); in snd_miro_isa_probe()
|
/linux/sound/isa/ |
H A D | es18xx.c | 2164 static const unsigned long possible_ports[] = {0x220, 0x240, 0x260, 0x280}; in snd_es18xx_isa_probe() local 2166 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_es18xx_isa_probe() 2167 port[dev] = possible_ports[i]; in snd_es18xx_isa_probe()
|