Lines Matching refs:rv
277 int rv, value; in store_sys_acpi() local
279 rv = parse_arg(buf, &value); in store_sys_acpi()
280 if (rv < 0) in store_sys_acpi()
281 return rv; in store_sys_acpi()
282 rv = set_acpi(eeepc, cm, value); in store_sys_acpi()
283 if (rv < 0) in store_sys_acpi()
380 int rv, value; in cpufv_store() local
386 rv = parse_arg(buf, &value); in cpufv_store()
387 if (rv < 0) in cpufv_store()
388 return rv; in cpufv_store()
391 rv = set_acpi(eeepc, CM_ASL_CPUFV, value); in cpufv_store()
392 if (rv) in cpufv_store()
393 return rv; in cpufv_store()
411 int rv, value; in cpufv_disabled_store() local
413 rv = parse_arg(buf, &value); in cpufv_disabled_store()
414 if (rv < 0) in cpufv_disabled_store()
415 return rv; in cpufv_disabled_store()
522 int rv; in eeepc_led_init() local
538 rv = led_classdev_register(&eeepc->platform_device->dev, in eeepc_led_init()
540 if (rv) { in eeepc_led_init()
542 return rv; in eeepc_led_init()
1047 int rv, value; in store_sys_hwmon() local
1049 rv = parse_arg(buf, &value); in store_sys_hwmon()
1050 if (rv < 0) in store_sys_hwmon()
1051 return rv; in store_sys_hwmon()