/linux-6.1.9/include/linux/pinctrl/ |
D | pinconf-generic.h | 126 PIN_CONFIG_INPUT_DEBOUNCE, enumerator
|
/linux-6.1.9/drivers/pinctrl/ |
D | pinconf-generic.c | 42 PCONFDUMP(PIN_CONFIG_INPUT_DEBOUNCE, "input debounce", "usec", true), 172 { "input-debounce", PIN_CONFIG_INPUT_DEBOUNCE, 0 },
|
D | pinctrl-amd.c | 188 if (pinconf_to_config_param(config) != PIN_CONFIG_INPUT_DEBOUNCE) in amd_gpio_set_config() 742 case PIN_CONFIG_INPUT_DEBOUNCE: in amd_pinconf_get() 787 case PIN_CONFIG_INPUT_DEBOUNCE: in amd_pinconf_set()
|
/linux-6.1.9/drivers/gpio/ |
D | gpio-max77650.c | 123 case PIN_CONFIG_INPUT_DEBOUNCE: in max77650_gpio_set_config()
|
D | gpio-menz127.c | 119 case PIN_CONFIG_INPUT_DEBOUNCE: in men_z127_set_config()
|
D | gpio-wm831x.c | 143 case PIN_CONFIG_INPUT_DEBOUNCE: in wm831x_set_config()
|
D | gpio-hisi.c | 80 case PIN_CONFIG_INPUT_DEBOUNCE: in hisi_gpio_set_config()
|
D | gpio-max77620.c | 256 case PIN_CONFIG_INPUT_DEBOUNCE: in max77620_gpio_set_config()
|
D | gpio-pmic-eic-sprd.c | 144 if (param == PIN_CONFIG_INPUT_DEBOUNCE) in sprd_pmic_eic_set_config()
|
D | gpio-ftgpio010.c | 167 if (param != PIN_CONFIG_INPUT_DEBOUNCE) in ftgpio_gpio_set_config()
|
D | gpio-ep93xx.c | 314 if (pinconf_to_config_param(config) != PIN_CONFIG_INPUT_DEBOUNCE) in ep93xx_gpio_set_config()
|
D | gpio-max3191x.c | 272 if (pinconf_to_config_param(config) != PIN_CONFIG_INPUT_DEBOUNCE) in max3191x_set_config()
|
D | gpio-dln2.c | 277 if (pinconf_to_config_param(config) != PIN_CONFIG_INPUT_DEBOUNCE) in dln2_gpio_set_config()
|
D | gpio-merrifield.c | 202 if (pinconf_to_config_param(config) != PIN_CONFIG_INPUT_DEBOUNCE) in mrfld_gpio_set_config()
|
D | gpio-thunderx.c | 220 case PIN_CONFIG_INPUT_DEBOUNCE: in thunderx_gpio_set_config()
|
D | gpio-eic-sprd.c | 229 if (param == PIN_CONFIG_INPUT_DEBOUNCE) in sprd_eic_set_config()
|
D | gpio-bcm-kona.c | 307 if (pinconf_to_config_param(config) != PIN_CONFIG_INPUT_DEBOUNCE) in bcm_kona_gpio_set_config()
|
D | gpio-rockchip.c | 282 case PIN_CONFIG_INPUT_DEBOUNCE: in rockchip_gpio_set_config()
|
/linux-6.1.9/drivers/pinctrl/cirrus/ |
D | pinctrl-madera-core.c | 793 case PIN_CONFIG_INPUT_DEBOUNCE: in madera_pin_conf_get() 866 case PIN_CONFIG_INPUT_DEBOUNCE: in madera_pin_conf_set()
|
/linux-6.1.9/drivers/pinctrl/aspeed/ |
D | pinctrl-aspeed-g4.c | 2534 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, A18, D16, SCUA8, 20), 2535 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, B17, A17, SCUA8, 21), 2536 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, C16, B16, SCUA8, 22), 2537 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, A16, E15, SCUA8, 23), 2538 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, D15, C15, SCUA8, 24), 2539 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, B15, A15, SCUA8, 25), 2540 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, E14, D14, SCUA8, 26), 2541 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, C14, B14, SCUA8, 27),
|
D | pinctrl-aspeed-g5.c | 2607 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, F19, E21, SCUA8, 20), 2608 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, F20, D20, SCUA8, 21), 2609 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, D21, E20, SCUA8, 22), 2610 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, G18, C21, SCUA8, 23), 2611 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, B20, C20, SCUA8, 24), 2612 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, F18, F17, SCUA8, 25), 2613 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, E18, D19, SCUA8, 26), 2614 ASPEED_SB_PINCONF(PIN_CONFIG_INPUT_DEBOUNCE, A20, B19, SCUA8, 27),
|
/linux-6.1.9/drivers/staging/greybus/ |
D | gpio.c | 471 if (pinconf_to_config_param(config) != PIN_CONFIG_INPUT_DEBOUNCE) in gb_gpio_set_config()
|
/linux-6.1.9/drivers/pinctrl/mediatek/ |
D | pinctrl-moore.c | 513 pinconf_to_config_param(config) != PIN_CONFIG_INPUT_DEBOUNCE || in mtk_gpio_set_config()
|
/linux-6.1.9/drivers/pinctrl/nuvoton/ |
D | pinctrl-wpcm450.c | 922 case PIN_CONFIG_INPUT_DEBOUNCE: in wpcm450_config_get() 948 case PIN_CONFIG_INPUT_DEBOUNCE: in wpcm450_config_set_one()
|
/linux-6.1.9/drivers/pinctrl/intel/ |
D | pinctrl-baytrail.c | 946 case PIN_CONFIG_INPUT_DEBOUNCE: in byt_pin_config_get() 1061 case PIN_CONFIG_INPUT_DEBOUNCE: in byt_pin_config_set()
|