first_intf       1723 drivers/usb/core/message.c 	int first_intf;
first_intf       1732 drivers/usb/core/message.c 		first_intf = intf_assoc->bFirstInterface;
first_intf       1733 drivers/usb/core/message.c 		last_intf = first_intf + (intf_assoc->bInterfaceCount - 1);
first_intf       1734 drivers/usb/core/message.c 		if (inum >= first_intf && inum <= last_intf) {