Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dtest_firmware.c100 static struct test_config *test_fw_config; variable
126 if (!test_fw_config->reqs) in __test_release_all_firmware()
129 for (i = 0; i < test_fw_config->num_requests; i++) { in __test_release_all_firmware()
130 req = &test_fw_config->reqs[i]; in __test_release_all_firmware()
135 vfree(test_fw_config->reqs); in __test_release_all_firmware()
136 test_fw_config->reqs = NULL; in __test_release_all_firmware()
150 kfree_const(test_fw_config->name); in __test_firmware_config_free()
151 test_fw_config->name = NULL; in __test_firmware_config_free()
171 ret = __kstrncpy(&test_fw_config->name, TEST_FIRMWARE_NAME, in __test_firmware_config_init()
176 test_fw_config->num_requests = TEST_FIRMWARE_NUM_REQS; in __test_firmware_config_init()
[all …]