Lines Matching refs:result
233 unsigned long long result;
236 status = acpi_evaluate_integer(handle, (char *)name, NULL, &result);
240 *res = result;
410 unsigned long result;
413 err = read_ec_data(priv->adev->handle, VPCCMD_R_CAMERA, &result);
417 return sysfs_emit(buf, "%d\n", !!result);
446 unsigned long result;
449 err = eval_gbmd(priv->adev->handle, &result);
453 return sysfs_emit(buf, "%d\n", !!test_bit(GBMD_CONSERVATION_STATE_BIT, &result));
482 unsigned long result;
485 err = read_ec_data(priv->adev->handle, VPCCMD_R_FAN, &result);
489 return sysfs_emit(buf, "%lu\n", result);
557 unsigned long result;
560 err = read_ec_data(priv->adev->handle, VPCCMD_R_TOUCHPAD, &result);
564 priv->r_touchpad_val = result;
566 return sysfs_emit(buf, "%d\n", !!result);
1710 unsigned long result;
1724 !eval_hals(priv->adev->handle, &result)) {
1725 bool state = test_bit(HALS_FNLOCK_STATE_BIT, &result);