Searched refs:debounce (Results 1 – 25 of 75) sorted by relevance
123
/arch/arm/boot/dts/ |
D | s3c6410-mini6410.dts | 81 debounce-interval = <20>; 88 debounce-interval = <20>; 95 debounce-interval = <20>; 102 debounce-interval = <20>; 109 debounce-interval = <20>; 116 debounce-interval = <20>; 123 debounce-interval = <20>; 130 debounce-interval = <20>;
|
D | omap3-devkit8000-lcd-common.dtsi | 65 ti,debounce-max = /bits/ 16 <10>; 66 ti,debounce-tol = /bits/ 16 <5>; 67 ti,debounce-rep = /bits/ 16 <1>;
|
D | r8a7791-koelsch.dts | 83 debounce-interval = <20>; 90 debounce-interval = <20>; 97 debounce-interval = <20>; 104 debounce-interval = <20>; 111 debounce-interval = <20>; 118 debounce-interval = <20>; 125 debounce-interval = <20>; 132 debounce-interval = <20>; 139 debounce-interval = <20>; 146 debounce-interval = <20>; [all …]
|
D | armada-370-seagate-personal-cloud.dtsi | 134 debounce-interval = <100>; 140 debounce-interval = <100>; 146 debounce-interval = <100>;
|
D | at91sam9261ek.dts | 139 ti,debounce-rep = /bits/ 16 <0>; 140 ti,debounce-tol = /bits/ 16 <65535>; 141 ti,debounce-max = /bits/ 16 <1>;
|
D | armada-370-seagate-nas-xbay.dtsi | 166 debounce-interval = <100>; 172 debounce-interval = <100>; 178 debounce-interval = <100>;
|
D | exynos4210-universal_c210.dts | 80 debounce-interval = <1>; 87 debounce-interval = <1>; 94 debounce-interval = <1>; 102 debounce-interval = <1>; 109 debounce-interval = <1>; 117 debounce-interval = <1>;
|
D | kirkwood-iconnect.dts | 143 debounce-interval = <100>; 149 debounce-interval = <100>;
|
D | exynos4210-trats.dts | 100 debounce-interval = <10>; 107 debounce-interval = <10>; 114 debounce-interval = <10>; 122 debounce-interval = <10>;
|
D | qcom-msm8660.dtsi | 131 debounce = <15625>; 140 debounce = <15>;
|
D | omap3-cm-t3x.dtsi | 237 ti,debounce-max = /bits/ 16 <30>; 238 ti,debounce-tol = /bits/ 16 <10>; 239 ti,debounce-rep = /bits/ 16 <1>;
|
D | r8a7790-lager.dts | 81 debounce-interval = <20>; 88 debounce-interval = <20>; 95 debounce-interval = <20>; 102 debounce-interval = <20>;
|
D | exynos4412-odroidx.dts | 50 debounce-interval = <10>;
|
D | spear320-hmi.dts | 143 debounce-interval = <20>; 151 debounce-interval = <20>;
|
D | stih41x-b2000.dtsi | 76 st,debounce-us = <5000>;
|
D | rk3066a-bqcurie2.dts | 78 debounce-interval = <100>; 86 debounce-interval = <100>;
|
/arch/sh/drivers/ |
D | push-switch.c | 81 init_timer(&psw->debounce); in switch_drv_probe() 83 psw->debounce.function = switch_timer; in switch_drv_probe() 84 psw->debounce.data = (unsigned long)psw; in switch_drv_probe() 111 del_timer_sync(&psw->debounce); in switch_drv_remove()
|
/arch/sh/include/asm/ |
D | push-switch.h | 13 struct timer_list debounce; member
|
/arch/mips/boot/dts/qca/ |
D | ar9132_tl_wr1043nd_v1.dts | 78 debounce-interval = <60>; 85 debounce-interval = <60>;
|
/arch/mips/sgi-ip22/ |
D | ip22-reset.c | 99 static void debounce(unsigned long data) in debounce() function 152 debounce_timer.function = debounce; in panel_int()
|
/arch/arm/mach-omap2/ |
D | gpio.c | 92 pdata->regs->debounce = OMAP24XX_GPIO_DEBOUNCE_VAL; in omap2_gpio_dev_init() 116 pdata->regs->debounce = OMAP4_GPIO_DEBOUNCINGTIME; in omap2_gpio_dev_init()
|
/arch/sh/boards/mach-highlander/ |
D | psw.c | 40 mod_timer(&psw->debounce, jiffies + 50); in psw_irq_handler()
|
/arch/sh/boards/mach-landisk/ |
D | psw.c | 39 mod_timer(&psw->debounce, jiffies + 50); in psw_irq_handler()
|
/arch/arm64/boot/dts/qcom/ |
D | pm8916.dtsi | 24 debounce = <15625>;
|
/arch/mips/include/asm/mach-au1x00/ |
D | gpio-au1300.h | 228 static inline int gpio_set_debounce(unsigned gpio, unsigned debounce) in gpio_set_debounce() argument
|
123