USBLP_FIRST_PROTOCOL  179 drivers/usb/class/usblp.c 	for (p = USBLP_FIRST_PROTOCOL; p <= USBLP_LAST_PROTOCOL; p++) {
USBLP_FIRST_PROTOCOL  548 drivers/usb/class/usblp.c 			for (i = USBLP_FIRST_PROTOCOL;
USBLP_FIRST_PROTOCOL 1253 drivers/usb/class/usblp.c 		if (ifd->desc.bInterfaceProtocol < USBLP_FIRST_PROTOCOL ||
USBLP_FIRST_PROTOCOL 1285 drivers/usb/class/usblp.c 	if (proto_bias >= USBLP_FIRST_PROTOCOL &&
USBLP_FIRST_PROTOCOL 1306 drivers/usb/class/usblp.c 	if (protocol < USBLP_FIRST_PROTOCOL || protocol > USBLP_LAST_PROTOCOL)