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
406 * parport_register_port - register a parallel port
412 * When a parallel port (lowlevel) driver finds a port that
413 * should be made available to parallel port device drivers, it
422 * If there are parallel port device drivers in the system that
514 * parport_announce_port - tell device drivers about a parallel port
515 * @port: parallel port to announce
517 * After a port driver has registered a parallel port with
561 * parport_remove_port - deregister a parallel port
562 * @port: parallel port to deregister
564 * When a parallel port driver is forcibly unloaded, or a
565 * parallel port becomes inaccessible, the port driver must call
631 * parport_register_dev_model - register a device on a parallel port
637 * This function, called by parallel port device drivers,
667 * arrives from the parallel port. Note that if a device driver
672 * The parallel port (lowlevel) driver is the one that has called
834 * parport_unregister_device - deregister a device on a parallel port
904 * parport_find_number - find a parallel port by number
905 * @number: parallel port number
907 * This returns the parallel port with the specified number, or
935 * parport_find_base - find a parallel port by base address
938 * This returns the parallel port with the specified base
966 * parport_claim - claim access to a parallel port device
1082 * parport_claim_or_block - claim access to a parallel port device
1148 * parport_release - give up access to a parallel port device
1149 * @dev: pointer to structure representing parallel port device