Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_firmware.c138 static struct test_config *test_fw_config; variable
175 if (!test_fw_config->reqs) in __test_release_all_firmware()
178 for (i = 0; i < test_fw_config->num_requests; i++) { in __test_release_all_firmware()
179 req = &test_fw_config->reqs[i]; in __test_release_all_firmware()
190 vfree(test_fw_config->reqs); in __test_release_all_firmware()
191 test_fw_config->reqs = NULL; in __test_release_all_firmware()
205 kfree_const(test_fw_config->name); in __test_firmware_config_free()
206 test_fw_config->name = NULL; in __test_firmware_config_free()
226 ret = __kstrncpy(&test_fw_config->name, TEST_FIRMWARE_NAME, in __test_firmware_config_init()
231 test_fw_config->num_requests = TEST_FIRMWARE_NUM_REQS; in __test_firmware_config_init()
[all …]