Lines Matching defs:test_result
73 * @test_result: a test may use this to collect the result from the call
118 int test_result;
239 test_fw_config->test_result = 0;
863 test_fw_config->test_result = -EINVAL;
902 if (!test_fw_config->test_result)
903 test_fw_config->test_result = req->rc;
985 test_fw_config->test_result = rc;
1002 test_fw_config->test_result = -EINVAL;
1018 if (!fw && !test_fw_config->test_result)
1019 test_fw_config->test_result = -ENOENT;
1095 test_fw_config->test_result = rc;
1381 return test_dev_config_show_int(buf, test_fw_config->test_result);
1383 static DEVICE_ATTR_RO(test_result);
1503 /* These use the config and can use the test_result */
1508 TEST_FW_DEV_ATTR(test_result),