Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/drivers/base/firmware_loader/ !
Dsysfs_upload.c165 struct fw_upload *fwl; in fw_upload_main() local
/linux-5.19.10/sound/soc/sof/ !
Dtopology.c185 static u32 vol_pow32(u32 a, int exp, u32 fwl) in vol_pow32()