Lines Matching full:parallel

2  * Parallel-port resource manager code.
235 * if the device is a parallel port.
246 * __parport_register_driver - register a parallel port device driver
251 * This can be called by a parallel port device driver in order
294 * check if bus has any parallel port registered, if in __parport_register_driver()
323 * parport_unregister_driver - deregister a parallel port device driver
327 * This should be called by a parallel port device driver that
405 * parport_register_port - register a parallel port
411 * When a parallel port (lowlevel) driver finds a port that
412 * should be made available to parallel port device drivers, it
421 * If there are parallel port device drivers in the system that
502 * parport_announce_port - tell device drivers about a parallel port
503 * @port: parallel port to announce
505 * After a port driver has registered a parallel port with
549 * parport_remove_port - deregister a parallel port
550 * @port: parallel port to deregister
552 * When a parallel port driver is forcibly unloaded, or a
553 * parallel port becomes inaccessible, the port driver must call
619 * parport_register_dev_model - register a device on a parallel port
625 * This function, called by parallel port device drivers,
655 * arrives from the parallel port. Note that if a device driver
660 * The parallel port (lowlevel) driver is the one that has called
822 * parport_unregister_device - deregister a device on a parallel port
892 * parport_find_number - find a parallel port by number
893 * @number: parallel port number
895 * This returns the parallel port with the specified number, or
923 * parport_find_base - find a parallel port by base address
926 * This returns the parallel port with the specified base
954 * parport_claim - claim access to a parallel port device
1070 * parport_claim_or_block - claim access to a parallel port device
1136 * parport_release - give up access to a parallel port device
1137 * @dev: pointer to structure representing parallel port device