Searched refs:possible_ports (Results  1 – 10 of 10) sorted by relevance
| /linux-4.4.14/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 | 554 		static int possible_ports[] = {0x220, 0x240, 0x260, 0x280};  in snd_sb16_isa_probe()  local 556 		for (i = 0; i < ARRAY_SIZE(possible_ports); i++) {  in snd_sb16_isa_probe() 557 			port[dev] = possible_ports[i];  in snd_sb16_isa_probe()
  | 
| /linux-4.4.14/sound/isa/gus/ | 
| D | gusclassic.c | 85 	static long possible_ports[] = {0x220, 0x230, 0x240, 0x250, 0x260};  in snd_gusclassic_create()  local 119 		port[n] = possible_ports[i];  in snd_gusclassic_create() 122 	} 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 | 101 	static long possible_ports[] = {0x220, 0x240, 0x260};  in snd_gusextreme_es1688_create()  local 128 		port[n] = possible_ports[i];  in snd_gusextreme_es1688_create() 131 	} while (error < 0 && ++i < ARRAY_SIZE(possible_ports));  in snd_gusextreme_es1688_create()
  | 
| D | interwave.c | 830 		static long possible_ports[] = {0x210, 0x220, 0x230, 0x240, 0x250, 0x260};  in snd_interwave_isa_probe()  local 832 		for (i = 0; i < ARRAY_SIZE(possible_ports); i++) {  in snd_interwave_isa_probe() 833 			port[dev] = possible_ports[i];  in snd_interwave_isa_probe()
  | 
| /linux-4.4.14/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-4.4.14/sound/isa/opti9xx/ | 
| D | opti92x-ad1848.c | 818 	static long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1};  local 833 		port = snd_legacy_find_free_ioport(possible_ports, 4);
  | 
| D | miro.c | 1400 	static long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1};  in snd_miro_isa_probe()  local 1428 		port = snd_legacy_find_free_ioport(possible_ports, 4);  in snd_miro_isa_probe()
  | 
| /linux-4.4.14/sound/isa/ | 
| D | es18xx.c | 2232 		static unsigned long possible_ports[] = {0x220, 0x240, 0x260, 0x280};  in snd_es18xx_isa_probe()  local 2234 		for (i = 0; i < ARRAY_SIZE(possible_ports); i++) {  in snd_es18xx_isa_probe() 2235 			port[dev] = possible_ports[i];  in snd_es18xx_isa_probe()
  |