Home
last modified time | relevance | path

Searched defs:parport_yield (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/driver-api/
H A Dparport-lowlevel.rst634 int parport_yield (struct pardevice *dev) argument
641 driver to temporarily ``borrow`` it. ``parport_yield`` does not block; argument
650 A positive return value from ``parport_yield_blocking`` indicates that argument
656 ERRORS
663 SEE ALSO
/openbmc/linux/include/linux/
H A Dparport.h418 static __inline__ int parport_yield(struct pardevice *dev) in parport_yield() function