Lines Matching defs:state
38 u32 state;67 bool state;83 * but ONLY the first byte is the key state, other85 * ONLY take the first byte as key state.87 state = (bool)(msg.state & 0xff);89 if (state ^ priv->keystate) {90 priv->keystate = state;91 input_event(input, EV_KEY, priv->keycode, state);97 if (state)