Searched refs:UsbRawInterfaceDescriptor (Results 1 – 4 of 4) sorted by relevance
73 const struct UsbRawInterfaceDescriptor *iface, const struct UsbRawInterface *altsettings) in UsbInterfaceInit()127 static const struct UsbRawInterfaceDescriptor *UsbGetInterfaceDesc( in UsbGetInterfaceDesc()139 const struct UsbRawInterfaceDescriptor *ifDes, uint8_t idx) in UsbGetEpDesc()155 const struct UsbRawInterfaceDescriptor *ifDes, const struct UsbSdkInterface *interfaceObj) in UsbProtocalCreatePipeObj()192 const struct UsbRawInterfaceDescriptor *ifDes = NULL; in UsbProtocalCreatInterfaceObj()
365 struct UsbRawInterfaceDescriptor *infPtr = NULL; in ClearInterface()381 infPtr = (struct UsbRawInterfaceDescriptor *)(usbInterface->altsetting + i); in ClearInterface()406 const struct UsbRawInterfaceDescriptor *ifp) in RawParseDescriptor()426 static int32_t ParseInterfaceCopy(struct UsbRawInterfaceDescriptor * const ifp, int32_t len, const … in ParseInterfaceCopy()447 static int32_t ParseInterfaceEndpoint(struct UsbRawInterfaceDescriptor *ifp, const uint8_t **buffer… in ParseInterfaceEndpoint()481 struct UsbRawInterfaceDescriptor *ifp = NULL; in ParseInterface()489 …ifp = (struct UsbRawInterfaceDescriptor *)(usbInterface->altsetting + usbInterface->numAltsetting); in ParseInterface()618 …e = RawUsbMemCalloc(sizeof(struct UsbRawInterface) + sizeof(struct UsbRawInterfaceDescriptor) * j); in ParseConfiguration()
168 struct UsbRawInterfaceDescriptor { struct186 const struct UsbRawInterfaceDescriptor altsetting[]; argument
95 struct UsbRawInterfaceDescriptor *intf;