Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A 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()
H A Df_dfu.h68 struct dfu_status { struct
/openbmc/linux/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()