Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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
/OK3568_Linux_fs/kernel/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c296 struct dfu_status { struct
329 struct dfu_status *status) in at76_dfu_get_status()
335 0, 0, status, sizeof(struct dfu_status), in at76_dfu_get_status()
351 static inline unsigned long at76_get_timeout(struct dfu_status *s) in at76_get_timeout()
369 struct dfu_status *dfu_stat_buf = NULL; in at76_usbdfu_download()
381 dfu_stat_buf = kmalloc(sizeof(struct dfu_status), GFP_KERNEL); in at76_usbdfu_download()