Searched refs:USBLP_FIRST_PROTOCOL (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.c120 #define USBLP_FIRST_PROTOCOL 1 macro
182 for (p = USBLP_FIRST_PROTOCOL; p <= USBLP_LAST_PROTOCOL; p++) {
542 for (i = USBLP_FIRST_PROTOCOL;
1229 if (ifd->desc.bInterfaceProtocol < USBLP_FIRST_PROTOCOL ||
1269 if (proto_bias >= USBLP_FIRST_PROTOCOL &&
1290 if (protocol < USBLP_FIRST_PROTOCOL || protocol > USBLP_LAST_PROTOCOL)

Completed in 109 milliseconds