Home
last modified time | relevance | path

Searched refs:test_fw_config (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/lib/
Dtest_firmware.c137 static struct test_config *test_fw_config; variable
174 if (!test_fw_config->reqs) in __test_release_all_firmware()
177 for (i = 0; i < test_fw_config->num_requests; i++) { in __test_release_all_firmware()
178 req = &test_fw_config->reqs[i]; in __test_release_all_firmware()
189 vfree(test_fw_config->reqs); in __test_release_all_firmware()
190 test_fw_config->reqs = NULL; in __test_release_all_firmware()
204 kfree_const(test_fw_config->name); in __test_firmware_config_free()
205 test_fw_config->name = NULL; in __test_firmware_config_free()
225 ret = __kstrncpy(&test_fw_config->name, TEST_FIRMWARE_NAME, in __test_firmware_config_init()
230 test_fw_config->num_requests = TEST_FIRMWARE_NUM_REQS; in __test_firmware_config_init()
[all …]