Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c73 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()
H A Dusb_raw_api_library.c365 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()
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_raw_api.h168 struct UsbRawInterfaceDescriptor { struct
186 const struct UsbRawInterfaceDescriptor altsetting[]; argument
/ohos5.0/drivers/peripheral/usb/net/include/
H A Dusb_net_host.h95 struct UsbRawInterfaceDescriptor *intf;