Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dmt6359-accdet.c349 if (v < priv->data->three_key.down && in check_button()
350 v >= priv->data->three_key.up) in check_button()
352 if (v < priv->data->three_key.up && in check_button()
353 v >= priv->data->three_key.mid) in check_button()
355 if (v < priv->data->three_key.mid) in check_button()
640 int three_key[4]; in mt6359_accdet_parse_dt() local
645 three_key, in mt6359_accdet_parse_dt()
646 ARRAY_SIZE(three_key)); in mt6359_accdet_parse_dt()
648 memcpy(&priv->data->three_key, three_key + 1, in mt6359_accdet_parse_dt()
666 int three_key[4]; in mt6359_accdet_parse_dt() local
[all …]
Dmt6359-accdet.h91 struct three_key_threshold three_key; member