1PARPORT_RELEASE(9) Parallel Port Devices PARPORT_RELEASE(9)
23
4
NAME
6parport_release - give up access to a parallel port device
7
SYNOPSIS
9void parport_release(struct pardevice * dev);
10
ARGUMENTS
12dev
13pointer to structure representing parallel port device
14
DESCRIPTION
16This function cannot fail, but it should not be called without the port
17claimed. Similarly, if the port is already claimed you should not try
18claiming it again.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 PARPORT_RELEASE(9)