LP_ABORT          224 drivers/char/lp.c 	if (LP_F(minor) & LP_ABORT)
LP_ABORT          289 drivers/char/lp.c 		if (error && (nonblock || (LP_F(minor) & LP_ABORT)))
LP_ABORT          309 drivers/char/lp.c 			(LP_F(minor) & LP_ABORT));
LP_ABORT          426 drivers/char/lp.c 			(LP_F(minor) & LP_ABORT));
LP_ABORT          604 drivers/char/lp.c 				LP_F(minor) |= LP_ABORT;
LP_ABORT          606 drivers/char/lp.c 				LP_F(minor) &= ~LP_ABORT;
LP_ABORT          461 drivers/usb/class/usblp.c 	usblp->flags &= ~LP_ABORT;
LP_ABORT          679 drivers/usb/class/usblp.c 				usblp->flags |= LP_ABORT;
LP_ABORT          681 drivers/usb/class/usblp.c 				usblp->flags &= ~LP_ABORT;
LP_ABORT          888 drivers/usb/class/usblp.c 			if (usblp->flags & LP_ABORT) {