Lines Matching full:parallel

80 SPP (Standard Parallel Port) functions modify so-called 'SPP'
86 EPP (Enhanced Parallel Port) functions are provided for reading and
118 In order to be notified about parallel ports when they are detected,
264 parport_enumerate - retrieve a list of parallel ports (DEPRECATED)
275 Retrieve the first of a list of valid parallel ports for this machine.
276 Successive parallel ports can be found using the 'struct parport
278 is NULL, there are no more parallel ports in the list. The number of
283 A 'struct parport *' describing a valid parallel port for the machine,
288 This function can return NULL to indicate that there are no parallel
338 Use this function to register your device driver on a parallel port
351 wishes to use the parallel port. The 'preempt' function should return
352 non-zero if the parallel port cannot be released yet -- if zero is
358 parallel port from within the 'wakeup' function (in which case the
362 If an interrupt occurs on the parallel port your driver has claimed,
372 PARPORT_DEV_EXCL The device cannot share the parallel port at all.
388 A 'struct pardevice *': a handle to the registered parallel port
473 parport_claim, parport_claim_or_block - claim the parallel port for a device
485 These functions attempt to gain control of the parallel port on which
495 claimed, and the caller now has possession of the parallel port.
509 parport_release - release the parallel port
520 Once a parallel port device has been claimed, it can be released using
541 parport_yield, parport_yield_blocking - temporarily release a parallel port
553 When a driver has control of a parallel port, it may allow another
570 -EAGAIN Ownership of the parallel port was given away.
1116 The parallel port hardware is instructed to generate interrupts at
1140 The parallel port hardware is instructed not to generate interrupts.