Searched defs:fwl (Results 1 – 3 of 3) sorted by relevance
132 struct fw_upload *fwl; member1137 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
165 struct fw_upload *fwl; in fw_upload_main() local
185 static u32 vol_pow32(u32 a, int exp, u32 fwl) in vol_pow32()