Searched defs:fwl (Results 1 – 4 of 4) sorted by relevance
20 struct fw_upload *fwl; member413 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
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
182 static u32 vol_pow32(u32 a, int exp, u32 fwl) in vol_pow32()