Lines Matching defs:power
102 * bit 3 - 2: power mode
345 * Normal state after power on or reset,
368 * may also not in full power state or
526 * can take up to an additional 2 seconds. If the device power is
873 * power mode. The touchpad needs to consume the incoming power mode set
888 * Set device power mode
890 * Write to the field to configure power state. Power states include :
905 * Device power mode can only be set when device is in operational mode.
911 u8 power;
931 * Return early if the power mode to set is the same as the current
938 power = ret;
939 power &= ~PWR_MODE_MASK;
940 power |= power_mode & PWR_MODE_MASK;
943 ret = cyapa_write_byte(cyapa, CYAPA_CMD_POWER_MODE, power);
950 * Wait for the newly set power command to go in at the previous
1085 * may cause problems, so we set the power mode first here.
1090 dev_err(dev, "%s: set full power mode failed: %d\n",
1207 * and it's known that it may failed in some situation after the set power