Home
last modified time | relevance | path

Searched refs:dfu_status (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Df_dfu.c39 unsigned int dfu_status; member
126 static void dfu_set_poll_timeout(struct dfu_status *dstat, unsigned int ms) in dfu_set_poll_timeout()
163 f_dfu->dfu_status = DFU_STATUS_errUNKNOWN; in dnload_request_complete()
182 struct dfu_status *dstat = (struct dfu_status *)req->buf; in handle_getstatus()
209 dstat->bStatus = f_dfu->dfu_status; in handle_getstatus()
213 return sizeof(struct dfu_status); in handle_getstatus()
556 f_dfu->dfu_status = DFU_STATUS_OK; in state_dfu_error()
703 f_dfu->dfu_status = DFU_STATUS_OK; in dfu_bind()
769 f_dfu->dfu_status = DFU_STATUS_OK; in dfu_set_alt()
Df_dfu.h68 struct dfu_status { struct