Searched refs:dfu_stat_buf (Results 1 – 1 of 1) sorted by relevance
369 struct dfu_status *dfu_stat_buf = NULL; in at76_usbdfu_download() local381 dfu_stat_buf = kmalloc(sizeof(struct dfu_status), GFP_KERNEL); in at76_usbdfu_download()382 if (!dfu_stat_buf) { in at76_usbdfu_download()414 ret = at76_dfu_get_status(udev, dfu_stat_buf); in at76_usbdfu_download()416 *dfu_state = dfu_stat_buf->state; in at76_usbdfu_download()417 dfu_timeout = at76_get_timeout(dfu_stat_buf); in at76_usbdfu_download()460 ret = at76_dfu_get_status(udev, dfu_stat_buf); in at76_usbdfu_download()464 *dfu_state = dfu_stat_buf->state; in at76_usbdfu_download()465 dfu_timeout = at76_get_timeout(dfu_stat_buf); in at76_usbdfu_download()506 kfree(dfu_stat_buf); in at76_usbdfu_download()