Searched refs:three_key (Results 1 – 2 of 2) sorted by relevance
345 if (v < priv->data->three_key.down && in check_button()346 v >= priv->data->three_key.up) in check_button()348 if (v < priv->data->three_key.up && in check_button()349 v >= priv->data->three_key.mid) in check_button()351 if (v < priv->data->three_key.mid) in check_button()636 int three_key[4]; in mt6359_accdet_parse_dt() local641 three_key, in mt6359_accdet_parse_dt()642 ARRAY_SIZE(three_key)); in mt6359_accdet_parse_dt()644 memcpy(&priv->data->three_key, three_key + 1, in mt6359_accdet_parse_dt()662 int three_key[4]; in mt6359_accdet_parse_dt() local[all …]
91 struct three_key_threshold three_key; member