Rechercher une page de manuel
parport_find_base
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
parport_find_base - find a parallel port by base addressSYNOPSIS
- struct parport * parport_find_base(unsigned long base);
ARGUMENTS
base
- base I/O address
DESCRIPTION
This returns the parallel port with the specified base address, or NULL if there is none.
There is an implicit parport_get_port done already; to throw away the reference to the port that parport_find_base gives you, use parport_put_port.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre