Searched refs:proto_bias (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/class/
H A Dusblp.c27 * v0.11 - add proto_bias option (Pete Zaitcev)
284 static int proto_bias = -1; variable
1194 * The "proto_bias" option may be used to specify the preferred protocol
1269 if (proto_bias >= USBLP_FIRST_PROTOCOL &&
1270 proto_bias <= USBLP_LAST_PROTOCOL &&
1271 usblp->protocol[proto_bias].alt_setting != -1)
1272 return proto_bias;
1425 module_param(proto_bias, int, S_IRUGO | S_IWUSR);
1426 MODULE_PARM_DESC(proto_bias, "Favourite protocol number");

Completed in 95 milliseconds