Home
last modified time | relevance | path

Searched defs:fw_upload (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/include/linux/
Dfirmware.h47 struct fw_upload { struct
71 enum fw_upload_err (*prepare)(struct fw_upload *fw_upload, argument
206 static inline void firmware_upload_unregister(struct fw_upload *fw_upload) in firmware_upload_unregister()
/linux-6.12.1/drivers/base/firmware_loader/
Dsysfs_upload.c297 struct fw_upload *fw_upload; in firmware_upload_register() local
386 void firmware_upload_unregister(struct fw_upload *fw_upload) in firmware_upload_unregister()
Dsysfs_upload.h28 struct fw_upload *fw_upload; member
/linux-6.12.1/drivers/greybus/
Dgb-beagleplay.c860 static enum fw_upload_err cc1352_prepare(struct fw_upload *fw_upload, in cc1352_prepare()
930 static void cc1352_cleanup(struct fw_upload *fw_upload) in cc1352_cleanup()
937 static enum fw_upload_err cc1352_write(struct fw_upload *fw_upload, in cc1352_write()
972 static enum fw_upload_err cc1352_poll_complete(struct fw_upload *fw_upload) in cc1352_poll_complete()
1002 static void cc1352_cancel(struct fw_upload *fw_upload) in cc1352_cancel()
/linux-6.12.1/drivers/media/usb/as102/
Das102_drv.c27 static int fw_upload = 1; variable
/linux-6.12.1/drivers/media/i2c/
Dthp7312.c1782 static enum fw_upload_err thp7312_fw_prepare(struct fw_upload *fw_upload, in thp7312_fw_prepare()
1818 static enum fw_upload_err thp7312_fw_write(struct fw_upload *fw_upload, in thp7312_fw_write()
1865 static enum fw_upload_err thp7312_fw_poll_complete(struct fw_upload *fw_upload) in thp7312_fw_poll_complete()
1876 static void thp7312_fw_cancel(struct fw_upload *fw_upload) in thp7312_fw_cancel()