Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcirrus,cs42l42.yaml113 cirrus,btn-det-init-dbnce:
127 cirrus,btn-det-event-dbnce:
221 cirrus,btn-det-init-dbnce = <100>;
222 cirrus,btn-det-event-dbnce = <10>;
/openbmc/linux/sound/soc/codecs/
H A Dcs42l42-sdw.c467 unsigned int dbnce; in cs42l42_sdw_runtime_resume() local
479 dbnce = max(cs42l42->ts_dbnc_rise, cs42l42->ts_dbnc_fall); in cs42l42_sdw_runtime_resume()
481 if (dbnce > 0) in cs42l42_sdw_runtime_resume()
482 msleep(ts_dbnce_ms[dbnce]); in cs42l42_sdw_runtime_resume()