proto_bias        285 drivers/usb/class/usblp.c static int proto_bias = -1;
proto_bias       1285 drivers/usb/class/usblp.c 	if (proto_bias >= USBLP_FIRST_PROTOCOL &&
proto_bias       1286 drivers/usb/class/usblp.c 	    proto_bias <= USBLP_LAST_PROTOCOL &&
proto_bias       1287 drivers/usb/class/usblp.c 	    usblp->protocol[proto_bias].alt_setting != -1)
proto_bias       1288 drivers/usb/class/usblp.c 		return proto_bias;
proto_bias       1436 drivers/usb/class/usblp.c module_param(proto_bias, int, S_IRUGO | S_IWUSR);
proto_bias       1437 drivers/usb/class/usblp.c MODULE_PARM_DESC(proto_bias, "Favourite protocol number");