Home
last modified time | relevance | path

Searched refs:isa_probe (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/pcmcia/
Dyenta_socket.c31 static bool isa_probe = 1; variable
32 module_param(isa_probe, bool, 0444);
33 MODULE_PARM_DESC(isa_probe, "If set ISA interrupts are probed (default). Set to N to disable probin…
1016 if (isa_probe) in yenta_get_socket_capabilities()
Di82365.c753 static void __init isa_probe(void) in isa_probe() function
1263 isa_probe(); in init_i82365()
Dti113x.h325 if (!isa_probe) in ti113x_use_isa_irq()
/linux-4.4.14/drivers/scsi/
Deata.c905 static int isa_probe = 1; variable
907 static int isa_probe = 0; variable
1380 YESNO(ext_tran), YESNO(isa_probe), YESNO(eisa_probe), in port_detect()
1481 isa_probe = val; in internal_setup()
1570 if (!isa_probe) in eata2x_detect()