1PARPORT_FIND_NUMBER(9) Parallel Port Devices PARPORT_FIND_NUMBER(9)
2
3
4
6 parport_find_number - find a parallel port by number
7
9 struct parport * parport_find_number(int number);
10
12 number
13 parallel port number
14
16 This returns the parallel port with the specified number, or NULL if
17 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_number gives you, use
21 parport_put_port.
22
24Kernel Hackers Manual 2.6. June 2019 PARPORT_FIND_NUMBER(9)