Lines Matching refs:test_firmware
36 static const struct firmware *test_firmware; variable
123 if (test_firmware) in test_fw_misc_read()
125 test_firmware->data, in test_fw_misc_read()
126 test_firmware->size); in test_fw_misc_read()
588 release_firmware(test_firmware); in trigger_request_store()
589 test_firmware = NULL; in trigger_request_store()
590 rc = request_firmware(&test_firmware, name, dev); in trigger_request_store()
595 pr_info("loaded: %zu\n", test_firmware->size); in trigger_request_store()
669 test_firmware = fw; in trigger_async_request_cb()
687 release_firmware(test_firmware); in trigger_async_request_store()
688 test_firmware = NULL; in trigger_async_request_store()
701 if (test_firmware) { in trigger_async_request_store()
702 pr_info("loaded: %zu\n", test_firmware->size); in trigger_async_request_store()
730 release_firmware(test_firmware); in trigger_custom_fallback_store()
731 test_firmware = NULL; in trigger_custom_fallback_store()
745 if (test_firmware) { in trigger_custom_fallback_store()
746 pr_info("loaded: %zu\n", test_firmware->size); in trigger_custom_fallback_store()
1129 release_firmware(test_firmware); in test_firmware_exit()