Home
last modified time | relevance | path

Searched defs:fwl (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/fpga/
Dintel-m10-bmc-sec-update.c26 struct fw_upload *fwl; member
528 static enum fw_upload_err m10bmc_sec_prepare(struct fw_upload *fwl, in m10bmc_sec_prepare()
578 static enum fw_upload_err m10bmc_sec_fw_write(struct fw_upload *fwl, const u8 *data, in m10bmc_sec_fw_write()
608 static enum fw_upload_err m10bmc_sec_poll_complete(struct fw_upload *fwl) in m10bmc_sec_poll_complete()
650 static void m10bmc_sec_cancel(struct fw_upload *fwl) in m10bmc_sec_cancel()
657 static void m10bmc_sec_cleanup(struct fw_upload *fwl) in m10bmc_sec_cleanup()
690 struct fw_upload *fwl; in m10bmc_sec_probe() local
/linux-6.12.1/drivers/cxl/core/
Dmemdev.c810 static void cxl_fw_cleanup(struct fw_upload *fwl) in cxl_fw_cleanup()
817 static int cxl_fw_do_cancel(struct fw_upload *fwl) in cxl_fw_do_cancel()
831 static enum fw_upload_err cxl_fw_prepare(struct fw_upload *fwl, const u8 *data, in cxl_fw_prepare()
857 static enum fw_upload_err cxl_fw_write(struct fw_upload *fwl, const u8 *data, in cxl_fw_write()
958 static enum fw_upload_err cxl_fw_poll_complete(struct fw_upload *fwl) in cxl_fw_poll_complete()
974 static void cxl_fw_cancel(struct fw_upload *fwl) in cxl_fw_cancel()
989 static void cxl_remove_fw_upload(void *fwl) in cxl_remove_fw_upload()
998 struct fw_upload *fwl; in devm_cxl_setup_fw_upload() local
/linux-6.12.1/drivers/net/pse-pd/
Dpd692x0.c90 struct fw_upload *fwl; member
1211 static enum fw_upload_err pd692x0_fw_prepare(struct fw_upload *fwl, in pd692x0_fw_prepare()
1267 static enum fw_upload_err pd692x0_fw_write(struct fw_upload *fwl, in pd692x0_fw_write()
1360 static enum fw_upload_err pd692x0_fw_poll_complete(struct fw_upload *fwl) in pd692x0_fw_poll_complete()
1393 static void pd692x0_fw_cancel(struct fw_upload *fwl) in pd692x0_fw_cancel()
1400 static void pd692x0_fw_cleanup(struct fw_upload *fwl) in pd692x0_fw_cleanup()
1430 struct fw_upload *fwl; in pd692x0_i2c_probe() local
/linux-6.12.1/lib/
Dtest_firmware.c134 struct fw_upload *fwl; member
1184 static enum fw_upload_err test_fw_upload_prepare(struct fw_upload *fwl, in test_fw_upload_prepare()
1224 static enum fw_upload_err test_fw_upload_write(struct fw_upload *fwl, in test_fw_upload_write()
1250 static enum fw_upload_err test_fw_upload_complete(struct fw_upload *fwl) in test_fw_upload_complete()
1268 static void test_fw_upload_cancel(struct fw_upload *fwl) in test_fw_upload_cancel()
1275 static void test_fw_cleanup(struct fw_upload *fwl) in test_fw_cleanup()
1296 struct fw_upload *fwl; in upload_register_store() local
/linux-6.12.1/drivers/base/firmware_loader/
Dsysfs_upload.c166 struct fw_upload *fwl; in fw_upload_main() local
/linux-6.12.1/drivers/greybus/
Dgb-beagleplay.c85 struct fw_upload *fwl; member
1043 struct fw_upload *fwl; in gb_fw_init() local
/linux-6.12.1/drivers/media/i2c/
Dthp7312.c292 struct fw_upload *fwl; member
1895 struct fw_upload *fwl; in thp7312_register_flash_mode() local
/linux-6.12.1/sound/soc/sof/
Dtopology.c187 static u32 vol_pow32(u32 a, int exp, u32 fwl) in vol_pow32()