Searched refs:parport_pc_probe_port (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | parport.h | 34 if (parport_pc_probe_port(io1, io2, virq, autodma, NULL, 0) for_each_compatible_node()
|
/linux-4.4.14/drivers/parport/ |
H A D | parport_cs.c | 140 p = parport_pc_probe_port(link->resource[0]->start, parport_config() 145 printk(KERN_NOTICE "parport_cs: parport_pc_probe_port() at " parport_config()
|
H A D | parport_pc.c | 2023 struct parport *parport_pc_probe_port(unsigned long int base, parport_pc_probe_port() function 2268 EXPORT_SYMBOL(parport_pc_probe_port); variable 2393 * Release the resource so that parport_pc_probe_port can get it. sio_ite_8872_probe() 2396 if (parport_pc_probe_port(ite8872_lpt, ite8872_lpthi, sio_ite_8872_probe() 2580 if (parport_pc_probe_port(port1, port2, irq, dma, &pdev->dev, 0)) { sio_via_probe() 2862 parport_pc_probe_port(io_lo, io_hi, irq, parport_pc_pci_probe() 2976 pdata = parport_pc_probe_port(io_lo, io_hi, irq, dma, &dev->dev, 0); parport_pc_pnp_probe() 3008 * parport_pc_probe_port(). */ parport_pc_platform_probe() 3025 if (parport_pc_probe_port(0x3bc, 0x7bc, autoirq, autodma, NULL, 0)) parport_pc_find_isa_ports() 3027 if (parport_pc_probe_port(0x378, 0x778, autoirq, autodma, NULL, 0)) parport_pc_find_isa_ports() 3029 if (parport_pc_probe_port(0x278, 0x678, autoirq, autodma, NULL, 0)) parport_pc_find_isa_ports() 3322 parport_pc_probe_port(io[i], io_hi[i], parport_pc_init()
|
H A D | parport_serial.c | 591 port = parport_pc_probe_port (io_lo, io_hi, irq, parport_register()
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | parport.h | 118 p = parport_pc_probe_port(base, base + 0x400, ecpp_probe() 168 p = parport_pc_probe_port(base, base + 0x400, ecpp_probe()
|
/linux-4.4.14/include/linux/ |
H A D | parport_pc.h | 231 extern struct parport *parport_pc_probe_port(unsigned long base,
|
/linux-4.4.14/drivers/parisc/ |
H A D | superio.c | 425 if (!parport_pc_probe_port(sio_dev.pp_base, superio_parport_init()
|
Completed in 241 milliseconds