Searched refs:debounce_time (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/input/keyboard/ |
| H A D | lm8333.c | 140 if (active_time / 3 <= pdata->debounce_time / 3) { in lm8333_probe() 167 if (pdata->debounce_time) { in lm8333_probe() 169 pdata->debounce_time / 3); in lm8333_probe()
|
| H A D | lm8323.c | 146 int debounce_time; member 326 int debounce = lm->debounce_time >> 2; in lm8323_configure() 665 lm->debounce_time = pdata->debounce_time; in lm8323_probe()
|
| /linux/include/sound/ |
| H A D | soc-jack.h | 40 unsigned int debounce_time; member 66 int debounce_time; member
|
| /linux/drivers/regulator/ |
| H A D | max77675-regulator.c | 278 u8 debounce_time; member 658 FIELD_PREP(MAX77675_DBEN_EN_BIT, cfg->debounce_time)); in max77675_apply_config() 832 u8 *debounce_time) in max77675_parse_debounce_time_us() argument 836 *debounce_time = MAX77675_DBEN_100US; in max77675_parse_debounce_time_us() 841 *debounce_time = MAX77675_DBEN_100US; in max77675_parse_debounce_time_us() 844 *debounce_time = MAX77675_DBEN_30000US; in max77675_parse_debounce_time_us() 882 ret = max77675_parse_debounce_time_us(maxreg->dev, np, &cfg->debounce_time); in max77675_parse_config()
|
| /linux/include/linux/platform_data/ |
| H A D | lm8323.h | 21 int debounce_time; /* Time to watch for key bouncing, in ms. */ member
|
| /linux/sound/soc/ |
| H A D | soc-jack.c | 240 pm_wakeup_event(dev, gpio->debounce_time + 50); in gpio_handler() 243 msecs_to_jiffies(gpio->debounce_time)); in gpio_handler() 385 msecs_to_jiffies(gpios[i].debounce_time)); in snd_soc_jack_add_gpios()
|
| /linux/include/linux/input/ |
| H A D | lm8333.h | 17 unsigned debounce_time; member
|
| /linux/sound/soc/intel/boards/ |
| H A D | cht_bsw_max98090_ti.c | 166 .debounce_time = 200, 172 .debounce_time = 200,
|
| /linux/sound/soc/fsl/ |
| H A D | imx-es8328.c | 33 .debounce_time = 200,
|
| /linux/sound/soc/ti/ |
| H A D | ams-delta.c | 219 .debounce_time = 150,
|
| /linux/sound/soc/generic/ |
| H A D | simple-card-utils.c | 816 sjack->gpio.debounce_time = 150; in simple_util_init_jack()
|
| /linux/sound/soc/sunxi/ |
| H A D | sun4i-codec.c | 1597 .debounce_time = 150,
|
| /linux/drivers/pinctrl/nuvoton/ |
| H A D | pinctrl-npcm8xx.c | 93 struct debounce_time { struct 101 struct debounce_time debounce; argument
|