Searched refs:debounce_time (Results 1 - 21 of 21) sorted by relevance

/linux-master/include/linux/platform_data/
H A Dlm8323.h21 int debounce_time; /* Time to watch for key bouncing, in ms. */ member in struct:lm8323_platform_data
/linux-master/include/linux/input/
H A Dlm8333.h17 unsigned debounce_time; member in struct:lm8333_platform_data
/linux-master/include/sound/
H A Dsoc-jack.h32 * @debounce_time: debounce_time for jack, codec driver should wait for this
40 unsigned int debounce_time; member in struct:snd_soc_jack_zone
55 * @debounce_time: debounce time in ms
68 int debounce_time; member in struct:snd_soc_jack_gpio
/linux-master/drivers/input/keyboard/
H A Dlm8333.c140 if (active_time / 3 <= pdata->debounce_time / 3) {
167 if (pdata->debounce_time) {
169 pdata->debounce_time / 3);
H A Dlm8323.c145 int debounce_time; member in struct:lm8323_chip
325 int debounce = lm->debounce_time >> 2;
669 lm->debounce_time = pdata->debounce_time;
/linux-master/sound/soc/
H A Dsoc-jack.c241 pm_wakeup_event(dev, gpio->debounce_time + 50);
244 msecs_to_jiffies(gpio->debounce_time));
398 msecs_to_jiffies(gpios[i].debounce_time));
/linux-master/sound/soc/intel/boards/
H A Dbdw-rt5677.c106 .debounce_time = 200,
112 .debounce_time = 200,
H A Dkbl_rt5660.c83 .debounce_time = 200,
89 .debounce_time = 200,
H A Dcht_bsw_max98090_ti.c167 .debounce_time = 200,
173 .debounce_time = 200,
H A Dbytcr_rt5640.c475 .debounce_time = 200,
482 .debounce_time = 200,
/linux-master/sound/soc/fsl/
H A Dimx-es8328.c35 .debounce_time = 200,
/linux-master/sound/soc/rockchip/
H A Drk3288_hdmi_analog.c113 .debounce_time = 150
/linux-master/sound/soc/ti/
H A Domap-twl4030.c132 .debounce_time = 200,
H A Drx51.c202 .debounce_time = 200,
H A Dams-delta.c219 .debounce_time = 150,
/linux-master/sound/soc/tegra/
H A Dtegra_asoc_machine.c34 .debounce_time = 150,
49 .debounce_time = 150,
75 .debounce_time = 150,
/linux-master/sound/soc/samsung/
H A Daries_wm8994.c154 .debounce_time = 30,
/linux-master/sound/soc/codecs/
H A Drt5670.c532 gpio->debounce_time = 25;
568 gpio->debounce_time = 150; /* for jack in */
588 rt5670->hp_gpio.debounce_time = 150;
H A Dcx2072x.c1452 .debounce_time = 150,
/linux-master/sound/soc/generic/
H A Dsimple-card-utils.c785 sjack->gpio.debounce_time = 150;
/linux-master/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm8xx.c87 struct debounce_time { struct
95 struct debounce_time debounce;

Completed in 463 milliseconds