Searched refs:parport_pc_probe_port (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/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-v5.4/arch/sparc/include/asm/ | 
| D | parport.h | 121 		p = parport_pc_probe_port(base, base + 0x400,  in ecpp_probe() 171 	p = parport_pc_probe_port(base, base + 0x400,  in ecpp_probe()
  | 
| /Linux-v5.4/drivers/parport/ | 
| D | parport_cs.c | 140     p = parport_pc_probe_port(link->resource[0]->start,  in parport_config()
  | 
| D | parport_pc.c | 2024 struct parport *parport_pc_probe_port(unsigned long int base,  in parport_pc_probe_port()  function 2269 EXPORT_SYMBOL(parport_pc_probe_port); 2397 	if (parport_pc_probe_port(ite8872_lpt, ite8872_lpthi,  in sio_ite_8872_probe() 2581 	if (parport_pc_probe_port(port1, port2, irq, dma, &pdev->dev, 0)) {  in sio_via_probe() 2867 			parport_pc_probe_port(io_lo, io_hi, irq,  in parport_pc_pci_probe() 2981 	pdata = parport_pc_probe_port(io_lo, io_hi, irq, dma, &dev->dev, 0);  in parport_pc_pnp_probe() 3030 	if (parport_pc_probe_port(0x3bc, 0x7bc, autoirq, autodma, NULL, 0))  in parport_pc_find_isa_ports() 3032 	if (parport_pc_probe_port(0x378, 0x778, autoirq, autodma, NULL, 0))  in parport_pc_find_isa_ports() 3034 	if (parport_pc_probe_port(0x278, 0x678, autoirq, autodma, NULL, 0))  in parport_pc_find_isa_ports() 3327 			parport_pc_probe_port(io[i], io_hi[i],  in parport_pc_init()
  | 
| D | parport_serial.c | 620 		port = parport_pc_probe_port (io_lo, io_hi, irq,  in parport_register()
  | 
| /Linux-v5.4/include/linux/ | 
| D | parport_pc.h | 232 extern struct parport *parport_pc_probe_port(unsigned long base,
  | 
| /Linux-v5.4/drivers/parisc/ | 
| D | superio.c | 421 	if (!parport_pc_probe_port(sio_dev.pp_base,  in superio_parport_init()
  |