Searched refs:four_key (Results 1 – 2 of 2) sorted by relevance
337 if (v < priv->data->four_key.down && in check_button()338 v >= priv->data->four_key.up) in check_button()340 if (v < priv->data->four_key.up && in check_button()341 v >= priv->data->four_key.voice) in check_button()343 if (v < priv->data->four_key.voice && in check_button()344 v >= priv->data->four_key.mid) in check_button()346 if (v < priv->data->four_key.mid) in check_button()651 int four_key[5]; in mt6359_accdet_parse_dt() local656 four_key, in mt6359_accdet_parse_dt()657 ARRAY_SIZE(four_key)); in mt6359_accdet_parse_dt()[all …]
92 struct four_key_threshold four_key; member