Searched refs:parport_pc_probe_port (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | parport.h | 35 if (parport_pc_probe_port(io1, io2, virq, autodma, NULL, 0) in parport_pc_find_nonpci_ports()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | parport.h | 119 p = parport_pc_probe_port(base, base + 0x400, in ecpp_probe() 169 p = parport_pc_probe_port(base, base + 0x400, in ecpp_probe()
|
/Linux-v4.19/drivers/parport/ |
D | parport_cs.c | 140 p = parport_pc_probe_port(link->resource[0]->start, in parport_config()
|
D | parport_pc.c | 2023 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() 2866 parport_pc_probe_port(io_lo, io_hi, irq, in parport_pc_pci_probe() 2980 pdata = parport_pc_probe_port(io_lo, io_hi, irq, dma, &dev->dev, 0); in parport_pc_pnp_probe() 3029 if (parport_pc_probe_port(0x3bc, 0x7bc, autoirq, autodma, NULL, 0)) in parport_pc_find_isa_ports() 3031 if (parport_pc_probe_port(0x378, 0x778, autoirq, autodma, NULL, 0)) in parport_pc_find_isa_ports() 3033 if (parport_pc_probe_port(0x278, 0x678, autoirq, autodma, NULL, 0)) in parport_pc_find_isa_ports() 3326 parport_pc_probe_port(io[i], io_hi[i], in parport_pc_init()
|
D | parport_serial.c | 600 port = parport_pc_probe_port (io_lo, io_hi, irq, in parport_register()
|
/Linux-v4.19/include/linux/ |
D | parport_pc.h | 232 extern struct parport *parport_pc_probe_port(unsigned long base,
|
/Linux-v4.19/drivers/parisc/ |
D | superio.c | 425 if (!parport_pc_probe_port(sio_dev.pp_base, in superio_parport_init()
|