Lines Matching refs:test_result
68 * @test_result: a test may use this to collect the result from the call
112 int test_result;
207 test_fw_config->test_result = 0;
797 test_fw_config->test_result = -EINVAL;
836 if (!test_fw_config->test_result)
837 test_fw_config->test_result = req->rc;
919 test_fw_config->test_result = rc;
936 test_fw_config->test_result = -EINVAL;
952 if (!fw && !test_fw_config->test_result)
953 test_fw_config->test_result = -ENOENT;
1029 test_fw_config->test_result = rc;
1042 return test_dev_config_show_int(buf, test_fw_config->test_result);
1044 static DEVICE_ATTR_RO(test_result);
1124 /* These use the config and can use the test_result */
1129 TEST_FW_DEV_ATTR(test_result),