Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_dfu.c40 unsigned int dfu_status; member
127 static void dfu_set_poll_timeout(struct dfu_status *dstat, unsigned int ms) in dfu_set_poll_timeout()
164 f_dfu->dfu_status = DFU_STATUS_errUNKNOWN; in dnload_request_complete()
183 struct dfu_status *dstat = (struct dfu_status *)req->buf; in handle_getstatus()
210 dstat->bStatus = f_dfu->dfu_status; in handle_getstatus()
214 return sizeof(struct dfu_status); in handle_getstatus()
557 f_dfu->dfu_status = DFU_STATUS_OK; in state_dfu_error()
704 f_dfu->dfu_status = DFU_STATUS_OK; in dfu_bind()
771 f_dfu->dfu_status = DFU_STATUS_OK; in dfu_set_alt()
H A Df_dfu.h69 struct dfu_status { struct