Lines Matching refs:test_firmware
40 static const struct firmware *test_firmware; variable
157 if (test_firmware) in test_fw_misc_read()
159 test_firmware->data, in test_fw_misc_read()
160 test_firmware->size); in test_fw_misc_read()
680 release_firmware(test_firmware); in trigger_request_store()
683 test_firmware = NULL; in trigger_request_store()
684 rc = request_firmware(&test_firmware, name, dev); in trigger_request_store()
689 pr_info("loaded: %zu\n", test_firmware->size); in trigger_request_store()
763 test_firmware = fw; in trigger_async_request_cb()
781 release_firmware(test_firmware); in trigger_async_request_store()
782 test_firmware = NULL; in trigger_async_request_store()
797 if (test_firmware) { in trigger_async_request_store()
798 pr_info("loaded: %zu\n", test_firmware->size); in trigger_async_request_store()
826 release_firmware(test_firmware); in trigger_custom_fallback_store()
829 test_firmware = NULL; in trigger_custom_fallback_store()
843 if (test_firmware) { in trigger_custom_fallback_store()
844 pr_info("loaded: %zu\n", test_firmware->size); in trigger_custom_fallback_store()
1558 release_firmware(test_firmware); in test_firmware_exit()