1PARPORT_FIND_BASE(9)         Parallel Port Devices        PARPORT_FIND_BASE(9)
2
3
4

NAME

6       parport_find_base - find a parallel port by base address
7

SYNOPSIS

9       struct parport * parport_find_base(unsigned long base);
10

ARGUMENTS

12       base
13           base I/O address
14

DESCRIPTION

16       This returns the parallel port with the specified base address, or NULL
17       if there is none.
18
19       There is an implicit parport_get_port done already; to throw away the
20       reference to the port that parport_find_base gives you, use
21       parport_put_port.
22
24Kernel Hackers Manual 3.10         June 2019              PARPORT_FIND_BASE(9)
Impressum