Lines Matching defs:power
648 * rescan PCI bus to activate power, then store a second time to save correctly.
1273 /* The charge threshold is only reset when the system is power cycled,
3668 int power, err = 0;
3670 power = read_backlight_power(asus);
3671 if (power != -ENODEV && bd->props.power != power) {
3672 ctrl_param = !!(bd->props.power == FB_BLANK_UNBLANK);
3676 asus->driver->panel_power = bd->props.power;
3679 * will mess with the backlight power */
3723 int power;
3729 power = read_backlight_power(asus);
3730 if (power == -ENODEV)
3731 power = FB_BLANK_UNBLANK;
3732 else if (power < 0)
3733 return power;
3749 asus->driver->panel_power = power;
3752 bd->props.power = power;