Lines Matching refs:parport_claim
658 * is, parport_claim() is guaranteed to succeed when called from
966 * parport_claim - claim access to a parallel port device
970 * context. If parport_claim() succeeds in claiming access to
977 int parport_claim(struct pardevice *dev)
1079 EXPORT_SYMBOL(parport_claim);
1085 * This behaves like parport_claim(), but will block if necessary
1096 * Signal to parport_claim() that we can wait even without a
1102 r = parport_claim(dev);
1105 printk(KERN_DEBUG "%s: parport_claim() returned -EAGAIN\n",
1198 parport_claim(pd);