Home
last modified time | relevance | path

Searched refs:LP_ABORT (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/char/
H A Dlp.c226 if (LP_F(minor) & LP_ABORT) in lp_error()
291 if (error && (nonblock || (LP_F(minor) & LP_ABORT))) in lp_wait_ready()
311 (LP_F(minor) & LP_ABORT)); in lp_write()
428 (LP_F(minor) & LP_ABORT)); in lp_read()
606 LP_F(minor) |= LP_ABORT; in lp_do_ioctl()
608 LP_F(minor) &= ~LP_ABORT; in lp_do_ioctl()
/linux/include/uapi/linux/
H A Dlp.h25 #define LP_ABORT 0x0040 macro
/linux/drivers/usb/class/
H A Dusblp.c478 usblp->flags &= ~LP_ABORT; in usblp_release()
705 usblp->flags |= LP_ABORT; in usblp_ioctl()
707 usblp->flags &= ~LP_ABORT; in usblp_ioctl()
919 if (usblp->flags & LP_ABORT) { in usblp_wwait()