Home
last modified time | relevance | path

Searched refs:possible_irqs (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/sound/isa/gus/
H A Dgusextreme.c87 static const int possible_irqs[] = {5, 9, 10, 7, -1}; in snd_gusextreme_es1688_create() local
93 irq[n] = snd_legacy_find_free_irq(possible_irqs); in snd_gusextreme_es1688_create()
125 static const int possible_irqs[] = {11, 12, 15, 9, 5, 7, 3, -1}; in snd_gusextreme_gus_card_create() local
129 gf1_irq[n] = snd_legacy_find_free_irq(possible_irqs); in snd_gusextreme_gus_card_create()
H A Dgusclassic.c71 static const int possible_irqs[] = {5, 11, 12, 9, 7, 15, 3, 4, -1}; in snd_gusclassic_create() local
77 irq[n] = snd_legacy_find_free_irq(possible_irqs); in snd_gusclassic_create()
H A Dgusmax.c194 static const int possible_irqs[] = {5, 11, 12, 9, 7, 15, 3, -1}; in snd_gusmax_probe() local
213 if ((xirq = snd_legacy_find_free_irq(possible_irqs)) < 0) { in snd_gusmax_probe()
H A Dinterwave.c791 static const int possible_irqs[] = {5, 11, 12, 9, 7, 15, 3, -1}; in snd_interwave_isa_probe() local
795 if ((irq[dev] = snd_legacy_find_free_irq(possible_irqs)) < 0) { in snd_interwave_isa_probe()
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Djazz16.c227 static const int possible_irqs[] = {2, 3, 5, 7, 9, 10, 15, -1}; in snd_jazz16_probe() local
241 xirq = snd_legacy_find_free_irq(possible_irqs); in snd_jazz16_probe()
H A Dsb16.c512 static const int possible_irqs[] = {5, 9, 10, 7, -1}; in snd_sb16_isa_probe() local
517 if ((irq[dev] = snd_legacy_find_free_irq(possible_irqs)) < 0) { in snd_sb16_isa_probe()
/OK3568_Linux_fs/kernel/sound/isa/es1688/
H A Des1688.c88 static const int possible_irqs[] = {5, 9, 10, 7, -1}; in snd_es1688_legacy_create() local
94 irq[n] = snd_legacy_find_free_irq(possible_irqs); in snd_es1688_legacy_create()
/OK3568_Linux_fs/kernel/sound/isa/opti9xx/
H A Dopti92x-ad1848.c968 static const int possible_irqs[] = {5, 9, 10, 11, 7, -1}; local
970 static const int possible_irqs[] = {9, 10, 11, 7, -1}; local
985 if ((irq = snd_legacy_find_free_irq(possible_irqs)) < 0) {
H A Dmiro.c1395 static const int possible_irqs[] = {11, 9, 10, 7, -1}; in snd_miro_isa_probe() local
1440 irq = snd_legacy_find_free_irq(possible_irqs); in snd_miro_isa_probe()
/OK3568_Linux_fs/kernel/sound/isa/
H A Dsc6000.c537 static const int possible_irqs[] = { 5, 7, 9, 10, 11, -1 }; in snd_sc6000_probe() local
556 xirq = snd_legacy_find_free_irq(possible_irqs); in snd_sc6000_probe()
H A Des18xx.c2176 static const int possible_irqs[] = {5, 9, 10, 7, 11, 12, -1}; in snd_es18xx_isa_probe() local
2180 if ((irq[dev] = snd_legacy_find_free_irq(possible_irqs)) < 0) { in snd_es18xx_isa_probe()