Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c369 struct dfu_status *dfu_stat_buf = NULL; in at76_usbdfu_download() local
381 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()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c369 struct dfu_status *dfu_stat_buf = NULL; in at76_usbdfu_download() local
381 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()
[all...]

Completed in 4 milliseconds