1PARPORT_FIND_BASE(9) Parallel Port Devices PARPORT_FIND_BASE(9)
2
3
4
6 parport_find_base - find a parallel port by base address
7
9 struct parport * parport_find_base(unsigned long base);
10
12 base
13 base I/O address
14
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 2.6. November 2011 PARPORT_FIND_BASE(9)