Home
last modified time | relevance | path

Searched refs:UsbFnReqEvent (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/usb/ddk/device/include/
H A Dadapter_if.h132 #define FUNCTIONFS_ENDPOINT_GET_EP0_EVENT _IOR('g', 56, struct UsbFnReqEvent)
182 struct UsbFnReqEvent { struct
191 struct UsbFnReqEvent reqEvent;
202 struct UsbFnReqEvent *reqEvent[MAX_EP];
H A Dusbfn_io_mgr.h44 struct UsbFnReqEvent *reqEvent[MAX_EP];
/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_dev_mgr.c389 static void HandleEp0IoEvent(const struct UsbFnFuncMgr *funcMgr, const struct UsbFnReqEvent *reqEvent) in HandleEp0IoEvent()
427 static void HandleEpsIoEvent(const struct UsbFnReqEvent *reqEvent, const struct UsbHandleMgr *handle) in HandleEpsIoEvent()
H A Dusbfn_io_mgr.c263 handle->reqEvent[i] = UsbFnMemCalloc(sizeof(struct UsbFnReqEvent) * MAX_REQUEST); in HandleInit()
H A Dadapter_if.c1151 event->numEvent[i] = read(event->epx[i], event->reqEvent[i], MAX_REQUEST * sizeof(struct UsbFnReqEvent)) / in EpEvent()
1152 sizeof(struct UsbFnReqEvent); in EpEvent()
H A Dadapter_if_liteos.c869 ret = handle_read(event->epx[i], event->reqEvent[i], MAX_REQUEST * sizeof(struct UsbFnReqEvent)); in EpEvent()
874 event->numEvent[i] = (uint8_t)(ret / sizeof(struct UsbFnReqEvent)); in EpEvent()

Completed in 7 milliseconds