Lines Matching refs:test_result
72 * @test_result: a test may use this to collect the result from the call
117 int test_result;
238 test_fw_config->test_result = 0;
862 test_fw_config->test_result = -EINVAL;
901 if (!test_fw_config->test_result)
902 test_fw_config->test_result = req->rc;
984 test_fw_config->test_result = rc;
1001 test_fw_config->test_result = -EINVAL;
1017 if (!fw && !test_fw_config->test_result)
1018 test_fw_config->test_result = -ENOENT;
1094 test_fw_config->test_result = rc;
1379 return test_dev_config_show_int(buf, test_fw_config->test_result);
1381 static DEVICE_ATTR_RO(test_result);
1501 /* These use the config and can use the test_result */
1506 TEST_FW_DEV_ATTR(test_result),