Home
last modified time | relevance | path

Searched refs:four_key (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/sound/soc/codecs/
A Dmt6359-accdet.c337 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() local
656 four_key, in mt6359_accdet_parse_dt()
657 ARRAY_SIZE(four_key)); in mt6359_accdet_parse_dt()
[all …]
A Dmt6359-accdet.h92 struct four_key_threshold four_key; member

Completed in 5 milliseconds