Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/fpga/
Dintel-m10-bmc-sec-update.c20 struct fw_upload *fwl; member
413 static enum fw_upload_err m10bmc_sec_prepare(struct fw_upload *fwl, in m10bmc_sec_prepare()
444 static enum fw_upload_err m10bmc_sec_write(struct fw_upload *fwl, const u8 *data, in m10bmc_sec_write()
490 static enum fw_upload_err m10bmc_sec_poll_complete(struct fw_upload *fwl) in m10bmc_sec_poll_complete()
530 static void m10bmc_sec_cancel(struct fw_upload *fwl) in m10bmc_sec_cancel()
537 static void m10bmc_sec_cleanup(struct fw_upload *fwl) in m10bmc_sec_cleanup()
557 struct fw_upload *fwl; in m10bmc_sec_probe() local
/Linux-v6.1/lib/
Dtest_firmware.c132 struct fw_upload *fwl; member
1137 static enum fw_upload_err test_fw_upload_prepare(struct fw_upload *fwl, in test_fw_upload_prepare()
1177 static enum fw_upload_err test_fw_upload_write(struct fw_upload *fwl, in test_fw_upload_write()
1203 static enum fw_upload_err test_fw_upload_complete(struct fw_upload *fwl) in test_fw_upload_complete()
1221 static void test_fw_upload_cancel(struct fw_upload *fwl) in test_fw_upload_cancel()
1228 static void test_fw_cleanup(struct fw_upload *fwl) in test_fw_cleanup()
1249 struct fw_upload *fwl; in upload_register_store() local
/Linux-v6.1/drivers/base/firmware_loader/
Dsysfs_upload.c165 struct fw_upload *fwl; in fw_upload_main() local
/Linux-v6.1/sound/soc/sof/
Dtopology.c182 static u32 vol_pow32(u32 a, int exp, u32 fwl) in vol_pow32()