Searched refs:dfu_stat_buf (Results 1 – 1 of 1) sorted by relevance
374 struct dfu_status *dfu_stat_buf = NULL; in at76_usbdfu_download() local386 dfu_stat_buf = kmalloc(sizeof(struct dfu_status), GFP_KERNEL); in at76_usbdfu_download()387 if (!dfu_stat_buf) { in at76_usbdfu_download()419 ret = at76_dfu_get_status(udev, dfu_stat_buf); in at76_usbdfu_download()421 *dfu_state = dfu_stat_buf->state; in at76_usbdfu_download()422 dfu_timeout = at76_get_timeout(dfu_stat_buf); in at76_usbdfu_download()465 ret = at76_dfu_get_status(udev, dfu_stat_buf); in at76_usbdfu_download()469 *dfu_state = dfu_stat_buf->state; in at76_usbdfu_download()470 dfu_timeout = at76_get_timeout(dfu_stat_buf); in at76_usbdfu_download()511 kfree(dfu_stat_buf); in at76_usbdfu_download()