Searched defs:nIntf (Results 1 – 1 of 1) sorted by relevance
133 const struct UsbDescriptorHeader *header, uint8_t nIntf[], uint8_t nAlts[], int32_t *num) in GetInterfaceNumberDes()162 static int32_t GetInterfaceNumber(const uint8_t *buffer, size_t size, uint8_t nIntf[], uint8_t nAlt… in GetInterfaceNumber()536 struct UsbRawInterface *usbInterface, const uint8_t *nIntf) in ParseConfigurationDes()589 uint8_t nIntf[USB_MAXINTERFACES] = {0}; in ParseConfiguration() local