Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dtest_firmware.c106 static struct test_config *test_fw_config; variable
132 if (!test_fw_config->reqs) in __test_release_all_firmware()
135 for (i = 0; i < test_fw_config->num_requests; i++) { in __test_release_all_firmware()
136 req = &test_fw_config->reqs[i]; in __test_release_all_firmware()
141 vfree(test_fw_config->reqs); in __test_release_all_firmware()
142 test_fw_config->reqs = NULL; in __test_release_all_firmware()
156 kfree_const(test_fw_config->name); in __test_firmware_config_free()
157 test_fw_config->name = NULL; in __test_firmware_config_free()
177 ret = __kstrncpy(&test_fw_config->name, TEST_FIRMWARE_NAME, in __test_firmware_config_init()
182 test_fw_config->num_requests = TEST_FIRMWARE_NUM_REQS; in __test_firmware_config_init()
[all …]