Lines Matching refs:test_firmware
39 static const struct firmware *test_firmware; variable
156 if (test_firmware) in test_fw_misc_read()
158 test_firmware->data, in test_fw_misc_read()
159 test_firmware->size); in test_fw_misc_read()
679 release_firmware(test_firmware); in trigger_request_store()
682 test_firmware = NULL; in trigger_request_store()
683 rc = request_firmware(&test_firmware, name, dev); in trigger_request_store()
688 pr_info("loaded: %zu\n", test_firmware->size); in trigger_request_store()
762 test_firmware = fw; in trigger_async_request_cb()
780 release_firmware(test_firmware); in trigger_async_request_store()
781 test_firmware = NULL; in trigger_async_request_store()
796 if (test_firmware) { in trigger_async_request_store()
797 pr_info("loaded: %zu\n", test_firmware->size); in trigger_async_request_store()
825 release_firmware(test_firmware); in trigger_custom_fallback_store()
828 test_firmware = NULL; in trigger_custom_fallback_store()
842 if (test_firmware) { in trigger_custom_fallback_store()
843 pr_info("loaded: %zu\n", test_firmware->size); in trigger_custom_fallback_store()
1556 release_firmware(test_firmware); in test_firmware_exit()