Lines Matching refs:four_key
333 if (v < priv->data->four_key.down && in check_button()
334 v >= priv->data->four_key.up) in check_button()
336 if (v < priv->data->four_key.up && in check_button()
337 v >= priv->data->four_key.voice) in check_button()
339 if (v < priv->data->four_key.voice && in check_button()
340 v >= priv->data->four_key.mid) in check_button()
342 if (v < priv->data->four_key.mid) in check_button()
647 int four_key[5]; in mt6359_accdet_parse_dt() local
652 four_key, in mt6359_accdet_parse_dt()
653 ARRAY_SIZE(four_key)); in mt6359_accdet_parse_dt()
655 memcpy(&priv->data->four_key, four_key + 1, in mt6359_accdet_parse_dt()