Lines Matching refs:req
61 void (*complete)(uint8_t pipe, struct UsbFnRequest *req);
113 * @param req Indicates the pointer to the USB request.
118 int32_t UsbFnFreeRequest(struct UsbFnRequest *req);
123 * @param req Indicates the pointer to the USB request.
129 int32_t UsbFnGetRequestStatus(struct UsbFnRequest *req, UsbRequestStatus *status);
134 * @param req Indicates the pointer to the USB request.
139 int32_t UsbFnSubmitRequestAsync(struct UsbFnRequest *req);
146 * @param req Indicates the pointer to the USB request.
151 int32_t UsbFnCancelRequest(struct UsbFnRequest *req);
156 * @param req Indicates the pointer to the USB request.
163 int32_t UsbFnSubmitRequestSync(struct UsbFnRequest *req, uint32_t timeout);