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()
591 release_firmware(test_firmware); in trigger_request_store()
592 test_firmware = NULL; in trigger_request_store()
593 rc = request_firmware(&test_firmware, name, dev); in trigger_request_store()
598 pr_info("loaded: %zu\n", test_firmware->size); in trigger_request_store()
672 test_firmware = fw; in trigger_async_request_cb()
690 release_firmware(test_firmware); in trigger_async_request_store()
691 test_firmware = NULL; in trigger_async_request_store()
704 if (test_firmware) { in trigger_async_request_store()
705 pr_info("loaded: %zu\n", test_firmware->size); in trigger_async_request_store()
733 release_firmware(test_firmware); in trigger_custom_fallback_store()
734 test_firmware = NULL; in trigger_custom_fallback_store()
748 if (test_firmware) { in trigger_custom_fallback_store()
749 pr_info("loaded: %zu\n", test_firmware->size); in trigger_custom_fallback_store()
1132 release_firmware(test_firmware); in test_firmware_exit()