Searched defs:parport_claim (Results 1 - 1 of 1) sorted by relevance

/drivers/parport/
H A Dshare.c490 * is, parport_claim() is guaranteed to succeed when called from
762 * parport_claim - claim access to a parallel port device
766 * context. If parport_claim() succeeds in claiming access to
773 int parport_claim(struct pardevice *dev) function
877 * This behaves like parport_claim(), but will block if necessary
887 /* Signal to parport_claim() that we can wait even without a
892 r = parport_claim(dev);
895 printk(KERN_DEBUG "%s: parport_claim() returned -EAGAIN\n", dev->name);
983 parport_claim(pd);
1016 EXPORT_SYMBOL(parport_claim); variable
[all...]

Completed in 58 milliseconds