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

/linux-master/lib/
H A Dtest_firmware.c58 * @into_buf: when the into_buf is used if this is true
60 * @buf_size: size of buf to allocate when into_buf is true
102 bool into_buf; member in struct:test_config
232 test_fw_config->into_buf = false;
306 "into_buf:\t\t%s\n",
307 test_fw_config->into_buf ? "true" : "false");
522 &test_fw_config->into_buf);
529 return test_dev_config_show_bool(buf, test_fw_config->into_buf);
866 if (test_fw_config->into_buf) {
[all...]

Completed in 104 milliseconds