Lines Matching refs:test_firmware
38 static const struct firmware *test_firmware; variable
154 if (test_firmware) in test_fw_misc_read()
156 test_firmware->data, in test_fw_misc_read()
157 test_firmware->size); in test_fw_misc_read()
653 release_firmware(test_firmware); in trigger_request_store()
654 test_firmware = NULL; in trigger_request_store()
655 rc = request_firmware(&test_firmware, name, dev); in trigger_request_store()
660 pr_info("loaded: %zu\n", test_firmware->size); in trigger_request_store()
734 test_firmware = fw; in trigger_async_request_cb()
752 release_firmware(test_firmware); in trigger_async_request_store()
753 test_firmware = NULL; in trigger_async_request_store()
766 if (test_firmware) { in trigger_async_request_store()
767 pr_info("loaded: %zu\n", test_firmware->size); in trigger_async_request_store()
795 release_firmware(test_firmware); in trigger_custom_fallback_store()
796 test_firmware = NULL; in trigger_custom_fallback_store()
810 if (test_firmware) { in trigger_custom_fallback_store()
811 pr_info("loaded: %zu\n", test_firmware->size); in trigger_custom_fallback_store()
1509 release_firmware(test_firmware); in test_firmware_exit()