Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dmt6359-accdet.c345 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() local
641 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 …]
Dmt6359-accdet.h91 struct three_key_threshold three_key; member