Searched refs:dfu_stat_buf (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/
H A Dat76c50x-usb.c374 struct dfu_status *dfu_stat_buf = NULL; at76_usbdfu_download() local
386 dfu_stat_buf = kmalloc(sizeof(struct dfu_status), GFP_KERNEL); at76_usbdfu_download()
387 if (!dfu_stat_buf) { at76_usbdfu_download()
419 ret = at76_dfu_get_status(udev, dfu_stat_buf); at76_usbdfu_download()
421 *dfu_state = dfu_stat_buf->state; at76_usbdfu_download()
422 dfu_timeout = at76_get_timeout(dfu_stat_buf); at76_usbdfu_download()
465 ret = at76_dfu_get_status(udev, dfu_stat_buf); at76_usbdfu_download()
469 *dfu_state = dfu_stat_buf->state; at76_usbdfu_download()
470 dfu_timeout = at76_get_timeout(dfu_stat_buf); at76_usbdfu_download()
511 kfree(dfu_stat_buf); at76_usbdfu_download()

Completed in 49 milliseconds