Home
last modified time | relevance | path

Searched refs:parport_pc_probe_port (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dparport.h34 if (parport_pc_probe_port(io1, io2, virq, autodma, NULL, 0) in parport_pc_find_nonpci_ports()
/linux-4.4.14/arch/sparc/include/asm/
Dparport.h118 p = parport_pc_probe_port(base, base + 0x400, in ecpp_probe()
168 p = parport_pc_probe_port(base, base + 0x400, in ecpp_probe()
/linux-4.4.14/drivers/parport/
Dparport_cs.c140 p = parport_pc_probe_port(link->resource[0]->start, in parport_config()
Dparport_pc.c2023 struct parport *parport_pc_probe_port(unsigned long int base, in parport_pc_probe_port() function
2268 EXPORT_SYMBOL(parport_pc_probe_port);
2396 if (parport_pc_probe_port(ite8872_lpt, ite8872_lpthi, in sio_ite_8872_probe()
2580 if (parport_pc_probe_port(port1, port2, irq, dma, &pdev->dev, 0)) { in sio_via_probe()
2862 parport_pc_probe_port(io_lo, io_hi, irq, in parport_pc_pci_probe()
2976 pdata = parport_pc_probe_port(io_lo, io_hi, irq, dma, &dev->dev, 0); in parport_pc_pnp_probe()
3025 if (parport_pc_probe_port(0x3bc, 0x7bc, autoirq, autodma, NULL, 0)) in parport_pc_find_isa_ports()
3027 if (parport_pc_probe_port(0x378, 0x778, autoirq, autodma, NULL, 0)) in parport_pc_find_isa_ports()
3029 if (parport_pc_probe_port(0x278, 0x678, autoirq, autodma, NULL, 0)) in parport_pc_find_isa_ports()
3322 parport_pc_probe_port(io[i], io_hi[i], in parport_pc_init()
Dparport_serial.c591 port = parport_pc_probe_port (io_lo, io_hi, irq, in parport_register()
/linux-4.4.14/include/linux/
Dparport_pc.h231 extern struct parport *parport_pc_probe_port(unsigned long base,
/linux-4.4.14/drivers/parisc/
Dsuperio.c425 if (!parport_pc_probe_port(sio_dev.pp_base, in superio_parport_init()