Searched refs:pin_state (Results 1 – 2 of 2) sorted by relevance
55 base::win::MetroSecondaryTilePinUmaResult pin_state = in Respond() local64 pin_state = type_ == PIN ? in Respond()69 pin_state = type_ == PIN ? in Respond()74 pin_state = type_ == PIN ? in Respond()82 pin_state = type_ == PIN ? in Respond()86 callback_.Run(pin_state); in Respond()
32 int pin_state; member412 int state = s->pin_state; in csrhci_pins()414 s->pin_state &= ~(1 << line); in csrhci_pins()415 s->pin_state |= (!!level) << line; in csrhci_pins()417 if ((state & ~s->pin_state) & (1 << csrhci_pin_reset)) { in csrhci_pins()422 if (s->pin_state == 3 && state != 3) { in csrhci_pins()