Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dparport.h35 if (parport_pc_probe_port(io1, io2, virq, autodma, NULL, 0) in parport_pc_find_nonpci_ports()
/linux-6.1.9/arch/sparc/include/asm/
Dparport.h121 p = parport_pc_probe_port(base, base + 0x400, in ecpp_probe()
171 p = parport_pc_probe_port(base, base + 0x400, in ecpp_probe()
/linux-6.1.9/drivers/parport/
Dparport_cs.c140 p = parport_pc_probe_port(link->resource[0]->start, in parport_config()
Dparport_pc.c2003 struct parport *parport_pc_probe_port(unsigned long int base, in parport_pc_probe_port() function
2242 EXPORT_SYMBOL(parport_pc_probe_port);
2367 if (parport_pc_probe_port(ite8872_lpt, ite8872_lpthi, in sio_ite_8872_probe()
2547 if (parport_pc_probe_port(port1, port2, irq, dma, &pdev->dev, 0)) { in sio_via_probe()
2834 parport_pc_probe_port(io_lo, io_hi, irq, in parport_pc_pci_probe()
2948 pdata = parport_pc_probe_port(io_lo, io_hi, irq, dma, &dev->dev, 0); in parport_pc_pnp_probe()
2997 if (parport_pc_probe_port(0x3bc, 0x7bc, autoirq, autodma, NULL, 0)) in parport_pc_find_isa_ports()
2999 if (parport_pc_probe_port(0x378, 0x778, autoirq, autodma, NULL, 0)) in parport_pc_find_isa_ports()
3001 if (parport_pc_probe_port(0x278, 0x678, autoirq, autodma, NULL, 0)) in parport_pc_find_isa_ports()
3288 parport_pc_probe_port(io[i], io_hi[i], in parport_pc_init()
Dparport_serial.c623 port = parport_pc_probe_port (io_lo, io_hi, irq, in parport_register()
/linux-6.1.9/include/linux/
Dparport_pc.h232 extern struct parport *parport_pc_probe_port(unsigned long base,
/linux-6.1.9/drivers/parisc/
Dsuperio.c421 if (!parport_pc_probe_port(sio_dev.pp_base, in superio_parport_init()