Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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/drivers/base/firmware_loader/
H A 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()
H A Dsysfs_upload.h28 struct fw_upload *fw_upload; member
/linux/drivers/media/usb/as102/
H A Das102_drv.c27 static int fw_upload = 1; variable
/linux/drivers/media/i2c/
H A Dthp7312.c1779 static enum fw_upload_err thp7312_fw_prepare(struct fw_upload *fw_upload, in thp7312_fw_prepare()
1815 static enum fw_upload_err thp7312_fw_write(struct fw_upload *fw_upload, in thp7312_fw_write()
1862 static enum fw_upload_err thp7312_fw_poll_complete(struct fw_upload *fw_upload) in thp7312_fw_poll_complete()
1873 static void thp7312_fw_cancel(struct fw_upload *fw_upload) in thp7312_fw_cancel()