Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/char/
Dlp.c222 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()
/linux-3.4.99/include/linux/
Dlp.h22 #define LP_ABORT 0x0040 macro
/linux-3.4.99/drivers/usb/class/
Dusblp.c458 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()