1PARPORT_YIELD_BLOCKI(9) Parallel Port Devices PARPORT_YIELD_BLOCKI(9)
2
3
4
6 parport_yield_blocking - relinquish a parallel port temporarily
7
9 int parport_yield_blocking(struct pardevice * dev);
10
12 dev
13 a device on the parallel port
14
16 This function relinquishes the port if it would be helpful to other
17 drivers to do so. Afterwards it tries to reclaim the port using
18 parport_claim_or_block, and the return value is the same as for
19 parport_claim_or_block.
20
22Kernel Hackers Manual 2.6. June 2019 PARPORT_YIELD_BLOCKI(9)