Lines Matching defs:power_on
191 bool power_on; /* iicbus lock */
538 if (!sc->power_on)
604 maxlen = sc->power_on ? sc->intr_bufsize : 0;
607 if (sc->power_on) {
628 bool power_on;
631 * Request iicbus early as sc->suspend and sc->power_on
665 power_on = sc->open & !sc->suspend;
667 if (power_on != sc->power_on) {
669 power_on ? I2C_HID_POWER_ON : I2C_HID_POWER_OFF);
671 sc->power_on = power_on;
674 if (power_on) {
788 if (sc->power_on)
791 if (sc->power_on)
796 if (sc->power_on && value > 0)
1130 sc->power_on = true;
1208 sc->power_on = false;