Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fpga/
H A 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()
577 static enum fw_upload_err m10bmc_sec_fw_write(struct fw_upload *fwl, const u8 *data, in m10bmc_sec_fw_write()
607 static enum fw_upload_err m10bmc_sec_poll_complete(struct fw_upload *fwl) in m10bmc_sec_poll_complete()
649 static void m10bmc_sec_cancel(struct fw_upload *fwl) in m10bmc_sec_cancel()
656 static void m10bmc_sec_cleanup(struct fw_upload *fwl) in m10bmc_sec_cleanup()
689 struct fw_upload *fwl; in m10bmc_sec_probe() local
/openbmc/linux/drivers/cxl/core/
H A Dmemdev.c743 static void cxl_fw_cleanup(struct fw_upload *fwl) in cxl_fw_cleanup()
750 static int cxl_fw_do_cancel(struct fw_upload *fwl) in cxl_fw_do_cancel()
764 static enum fw_upload_err cxl_fw_prepare(struct fw_upload *fwl, const u8 *data, in cxl_fw_prepare()
789 static enum fw_upload_err cxl_fw_write(struct fw_upload *fwl, const u8 *data, in cxl_fw_write()
889 static enum fw_upload_err cxl_fw_poll_complete(struct fw_upload *fwl) in cxl_fw_poll_complete()
905 static void cxl_fw_cancel(struct fw_upload *fwl) in cxl_fw_cancel()
920 static void cxl_remove_fw_upload(void *fwl) in cxl_remove_fw_upload()
929 struct fw_upload *fwl; in devm_cxl_setup_fw_upload() local
/openbmc/linux/lib/
H A Dtest_firmware.c134 struct fw_upload *fwl; member
1183 static enum fw_upload_err test_fw_upload_prepare(struct fw_upload *fwl, in test_fw_upload_prepare()
1223 static enum fw_upload_err test_fw_upload_write(struct fw_upload *fwl, in test_fw_upload_write()
1249 static enum fw_upload_err test_fw_upload_complete(struct fw_upload *fwl) in test_fw_upload_complete()
1267 static void test_fw_upload_cancel(struct fw_upload *fwl) in test_fw_upload_cancel()
1274 static void test_fw_cleanup(struct fw_upload *fwl) in test_fw_cleanup()
1295 struct fw_upload *fwl; in upload_register_store() local
/openbmc/linux/drivers/base/firmware_loader/
H A Dsysfs_upload.c165 struct fw_upload *fwl; in fw_upload_main() local
/openbmc/linux/sound/soc/sof/
H A Dtopology.c187 static u32 vol_pow32(u32 a, int exp, u32 fwl) in vol_pow32()