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

NAME

6       parport_unregister_driver - deregister a parallel port device driver
7

SYNOPSIS

9       void parport_unregister_driver(struct parport_driver * drv);
10

ARGUMENTS

12       drv
13           structure describing the driver that was given to
14           parport_register_driver
15

DESCRIPTION

17       This should be called by a parallel port device driver that has
18       registered itself using parport_register_driver when it is about to be
19       unloaded.
20
21       When it returns, the driverĀ“s attach routine will no longer be called,
22       and for each port that attach was called for, the detach routine will
23       have been called.
24
25       All the driverĀ“s attach and detach calls are guaranteed to have
26       finished by the time this function returns.
27
29Kernel Hackers Manual 2.6.         June 2019           PARPORT_UNREGISTER_D(9)
Impressum