Lines Matching full:parallel

2  * Parallel-port resource manager code.
226 * if the device is a parallel port.
237 * __parport_register_driver - register a parallel port device driver
242 * This can be called by a parallel port device driver in order
285 * check if bus has any parallel port registered, if in __parport_register_driver()
314 * parport_unregister_driver - deregister a parallel port device driver
318 * This should be called by a parallel port device driver that
396 * parport_register_port - register a parallel port
402 * When a parallel port (lowlevel) driver finds a port that
403 * should be made available to parallel port device drivers, it
412 * If there are parallel port device drivers in the system that
493 * parport_announce_port - tell device drivers about a parallel port
494 * @port: parallel port to announce
496 * After a port driver has registered a parallel port with
540 * parport_remove_port - deregister a parallel port
541 * @port: parallel port to deregister
543 * When a parallel port driver is forcibly unloaded, or a
544 * parallel port becomes inaccessible, the port driver must call
610 * parport_register_dev_model - register a device on a parallel port
616 * This function, called by parallel port device drivers,
646 * arrives from the parallel port. Note that if a device driver
651 * The parallel port (lowlevel) driver is the one that has called
813 * parport_unregister_device - deregister a device on a parallel port
883 * parport_find_number - find a parallel port by number
884 * @number: parallel port number
886 * This returns the parallel port with the specified number, or
914 * parport_find_base - find a parallel port by base address
917 * This returns the parallel port with the specified base
945 * parport_claim - claim access to a parallel port device
1061 * parport_claim_or_block - claim access to a parallel port device
1127 * parport_release - give up access to a parallel port device
1128 * @dev: pointer to structure representing parallel port device
1213 MODULE_DESCRIPTION("Parallel-port resource manager");