Searched refs:USBLP_LAST_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.c121 #define USBLP_LAST_PROTOCOL 3 macro
122 #define USBLP_MAX_PROTOCOLS (USBLP_LAST_PROTOCOL+1)
182 for (p = USBLP_FIRST_PROTOCOL; p <= USBLP_LAST_PROTOCOL; p++) {
543 i <= USBLP_LAST_PROTOCOL; i++) {
1230 ifd->desc.bInterfaceProtocol > USBLP_LAST_PROTOCOL)
1270 proto_bias <= USBLP_LAST_PROTOCOL &&
1290 if (protocol < USBLP_FIRST_PROTOCOL || protocol > USBLP_LAST_PROTOCOL)

Completed in 134 milliseconds