Lines Matching defs:USBDescIface
149 struct USBDescIface { struct150 uint8_t bInterfaceNumber;151 uint8_t bAlternateSetting;152 uint8_t bNumEndpoints;153 uint8_t bInterfaceClass;154 uint8_t bInterfaceSubClass;155 uint8_t bInterfaceProtocol;156 uint8_t iInterface;158 uint8_t ndesc;159 USBDescOther *descs;160 USBDescEndpoint *eps;