table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
PARPORT_ANNOUNCE_POR(9) | Parallel Port Devices | PARPORT_ANNOUNCE_POR(9) |
NAME¶
parport_announce_port - tell device drivers about a parallel portSYNOPSIS¶
void
parport_announce_port(struct parport * port);
ARGUMENTS¶
portparallel port to announce
DESCRIPTION¶
After a port driver has registered a parallel port with parport_register_port, and performed any necessary initialisation or adjustments, it should call parport_announce_port in order to notify all device drivers that have called parport_register_driver. Their attach functions will be called, with port as the parameter.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |