Searched refs:LP_ABORT (Results 1 – 3 of 3) sorted by relevance
22 #define LP_ABORT 0x0040 macro
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()599 LP_F(minor) |= LP_ABORT; in lp_do_ioctl()601 LP_F(minor) &= ~LP_ABORT; in lp_do_ioctl()
473 usblp->flags &= ~LP_ABORT; in usblp_release()689 usblp->flags |= LP_ABORT; in usblp_ioctl()691 usblp->flags &= ~LP_ABORT; in usblp_ioctl()898 if (usblp->flags & LP_ABORT) { in usblp_wwait()