Lines Matching defs:power
509 * rescan PCI bus to activate power, then store a second time to save correctly.
595 /* The charge threshold is only reset when the system is power cycled,
2056 int power, err = 0;
2058 power = read_backlight_power(asus);
2059 if (power != -ENODEV && bd->props.power != power) {
2060 ctrl_param = !!(bd->props.power == FB_BLANK_UNBLANK);
2064 asus->driver->panel_power = bd->props.power;
2067 * will mess with the backlight power */
2111 int power;
2117 power = read_backlight_power(asus);
2118 if (power == -ENODEV)
2119 power = FB_BLANK_UNBLANK;
2120 else if (power < 0)
2121 return power;
2137 asus->driver->panel_power = power;
2140 bd->props.power = power;