Searched refs:LP_ABORT (Results 1 – 3 of 3) sorted by relevance
222 if (LP_F(minor) & LP_ABORT) in lp_error()284 if (error && (nonblock || (LP_F(minor) & LP_ABORT))) in lp_wait_ready()304 (LP_F(minor) & LP_ABORT)); in lp_write()421 (LP_F(minor) & LP_ABORT)); in lp_read()597 LP_F(minor) |= LP_ABORT; in lp_do_ioctl()599 LP_F(minor) &= ~LP_ABORT; in lp_do_ioctl()
22 #define LP_ABORT 0x0040 macro
458 usblp->flags &= ~LP_ABORT; in usblp_release()669 usblp->flags |= LP_ABORT; in usblp_ioctl()671 usblp->flags &= ~LP_ABORT; in usblp_ioctl()875 if (usblp->flags & LP_ABORT) { in usblp_wwait()