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

/linux-master/lib/
H A Dtest_firmware.c137 static struct test_config *test_fw_config; variable in typeref:struct:test_config
174 if (!test_fw_config->reqs)
177 for (i = 0; i < test_fw_config->num_requests; i++) {
178 req = &test_fw_config->reqs[i];
189 vfree(test_fw_config->reqs);
190 test_fw_config->reqs = NULL;
204 kfree_const(test_fw_config->name);
205 test_fw_config->name = NULL;
225 ret = __kstrncpy(&test_fw_config->name, TEST_FIRMWARE_NAME,
230 test_fw_config
[all...]

Completed in 147 milliseconds