Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pinctrl/
Dpinctrl-amd.c220 char *debounce_enable; in amd_gpio_dbg_show() local
360 debounce_enable = "b +"; in amd_gpio_dbg_show()
362 debounce_enable = "↓ +"; in amd_gpio_dbg_show()
364 debounce_enable = "↑ +"; in amd_gpio_dbg_show()
367 debounce_enable = " ∅"; in amd_gpio_dbg_show()
370 seq_printf(s, "debounce %s (�� %sus)| ", debounce_enable, debounce_value); in amd_gpio_dbg_show()