Home
last modified time | relevance | path

Searched refs:UsbRawInterfaceDescriptor (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/usb/ddk/host/src/
Dusb_protocol.c90 const struct UsbRawInterfaceDescriptor *iface, const struct UsbRawInterface *altsettings) in UsbInterfaceInit()
144 static const struct UsbRawInterfaceDescriptor *UsbGetInterfaceDesc( in UsbGetInterfaceDesc()
156 const struct UsbRawInterfaceDescriptor *ifDes, uint8_t idx) in UsbGetEpDesc()
172 const struct UsbRawInterfaceDescriptor *ifDes, const struct UsbSdkInterface *interfaceObj) in UsbProtocalCreatePipeObj()
209 const struct UsbRawInterfaceDescriptor *ifDes = NULL; in UsbProtocalCreatInterfaceObj()
Dusb_raw_api_library.c363 struct UsbRawInterfaceDescriptor *infPtr = NULL; in ClearInterface()
378 infPtr = (struct UsbRawInterfaceDescriptor *)(usbInterface->altsetting + i); in ClearInterface()
403 const struct UsbRawInterfaceDescriptor *ifp) in RawParseDescriptor()
423 static int32_t ParseInterfaceCopy(struct UsbRawInterfaceDescriptor * const ifp, int32_t len, const … in ParseInterfaceCopy()
442 static int32_t ParseInterfaceEndpoint(struct UsbRawInterfaceDescriptor *ifp, const uint8_t **buffer… in ParseInterfaceEndpoint()
476 struct UsbRawInterfaceDescriptor *ifp = NULL; in ParseInterface()
484 …ifp = (struct UsbRawInterfaceDescriptor *)(usbInterface->altsetting + usbInterface->numAltsetting); in ParseInterface()
612 …e = RawUsbMemCalloc(sizeof(struct UsbRawInterface) + sizeof(struct UsbRawInterfaceDescriptor) * j); in ParseConfiguration()
/drivers/peripheral/usb/interfaces/ddk/host/
Dusb_raw_api.h168 struct UsbRawInterfaceDescriptor { struct
186 const struct UsbRawInterfaceDescriptor altsetting[]; argument