Searched defs:ep (Results 1 - 8 of 8) sorted by relevance
/drivers/peripheral/usb/ddk/device/src/ |
H A D | usbfn_io_mgr.c | 80 int32_t ep; in UsbFnIoMgrRequestAlloc() local
|
H A D | adapter_if_liteos.c | 40 int32_t ep; in UsbFnAdapterOpenFn() local 226 int32_t ep; in UsbFnAdapterOpenPipe() local 251 UsbFnAdapterClosePipe(int32_t ep) UsbFnAdapterClosePipe() argument 748 UsbFnAdapterGetPipeInfo(int32_t ep, struct UsbFnPipeInfo * const pipeInfo) UsbFnAdapterGetPipeInfo() argument 778 UsbFnAdapterQueueInit(int32_t ep) UsbFnAdapterQueueInit() argument 784 UsbFnAdapterQueueDel(int32_t ep) UsbFnAdapterQueueDel() argument 790 UsbFnAdapterReleaseBuf(int32_t ep, const struct GenericMemory *mem) UsbFnAdapterReleaseBuf() argument 795 UsbFnAdapterPipeIo(int32_t ep, struct IoData * const ioData) UsbFnAdapterPipeIo() argument 809 UsbFnAdapterCancelIo(int32_t ep, const struct IoData * const ioData) UsbFnAdapterCancelIo() argument 819 UsbFnAdapterRequestGetStatus(int32_t ep, const struct IoData *ioData) UsbFnAdapterRequestGetStatus() argument 827 UsbFnAdapterMapAddr(int32_t ep, uint32_t len) UsbFnAdapterMapAddr() argument [all...] |
H A D | adapter_if.c | 306 int32_t ep = -1; in UsbFnAdapterOpenFn() local 403 int32_t ep = -1; in UsbFnAdapterOpenPipe() local 418 UsbFnAdapterClosePipe(int32_t ep) UsbFnAdapterClosePipe() argument 1026 UsbFnAdapterGetPipeInfo(int32_t ep, struct UsbFnPipeInfo * const pipeInfo) UsbFnAdapterGetPipeInfo() argument 1052 UsbFnAdapterQueueInit(int32_t ep) UsbFnAdapterQueueInit() argument 1060 UsbFnAdapterQueueDel(int32_t ep) UsbFnAdapterQueueDel() argument 1069 UsbFnAdapterReleaseBuf(int32_t ep, const struct GenericMemory *mem) UsbFnAdapterReleaseBuf() argument 1078 UsbFnAdapterPipeIo(int32_t ep, struct IoData *ioData) UsbFnAdapterPipeIo() argument 1099 UsbFnAdapterCancelIo(int32_t ep, const struct IoData * const ioData) UsbFnAdapterCancelIo() argument 1107 UsbFnAdapterMapAddr(int32_t ep, uint32_t len) UsbFnAdapterMapAddr() argument 1209 UsbFnAdapterRequestGetStatus(int32_t ep, const struct IoData *ioData) UsbFnAdapterRequestGetStatus() argument [all...] |
/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_protocol.c | 95 static int32_t UsbPipeInit(struct UsbPipe *pipe, const struct UsbRawEndpointDescriptor *ep) in UsbPipeInit() argument 158 const struct UsbRawEndpointDescriptor *ep = NULL; in UsbProtocalCreatePipeObj() local [all...] |
/drivers/hdf_core/framework/model/audio/usb/src/ |
H A D | audio_usb_dma_ops.c | 221 static void AudioUsbEndpointInit(struct AudioUsbDriver *audioUsbDriver, struct AudioUsbEndpoint *ep, in AudioUsbEndpointInit() argument 257 struct AudioUsbEndpoint *ep = NULL; AudioUsbAddEndpoint() local 947 AudioUsbUpdataEndpointPacket(struct AudioUsbDriver *audioUsbDriver, struct AudioUsbUrbCtx *ctx, struct AudioUsbEndpoint *ep, struct urb *urb, uint32_t *frames) AudioUsbUpdataEndpointPacket() argument 990 struct AudioUsbEndpoint *ep = NULL; AudioUsbPreparePlaybackUrb() local [all...] |
H A D | audio_usb_parse_interface.c | 766 uint32_t ep; in AudioUsbV1SetSampleRate() local 720 AudioUsbV1SetSampleRateSub( struct AudioUsbDriver *audioUsbDriver, struct usb_device *dev, uint32_t ep, uint8_t *data, uint32_t lenth) AudioUsbV1SetSampleRateSub() argument [all...] |
/drivers/peripheral/usb/ddk/host/include/ |
H A D | linux_adapter.h | 88 unsigned int ep; member
|
/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_ddk.h | 548 inline int32_t UsbEndpointDirIn(uint8_t ep)
in UsbEndpointDirIn() argument 561 inline int32_t UsbEndpointDirOut(uint8_t ep)
in UsbEndpointDirOut() argument
|
Completed in 10 milliseconds