Searched refs:gpiod_set_debounce (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | slot-gpio.c | 189 ret = gpiod_set_debounce(desc, debounce); in mmc_gpiod_request_cd() 237 ret = gpiod_set_debounce(desc, debounce); in mmc_gpiod_request_ro()
|
| /OK3568_Linux_fs/kernel/drivers/extcon/ |
| H A D | extcon-usb-gpio.c | 141 ret = gpiod_set_debounce(info->id_gpiod, in usb_extcon_probe() 144 ret = gpiod_set_debounce(info->vbus_gpiod, in usb_extcon_probe()
|
| H A D | extcon-palmas.c | 234 status = gpiod_set_debounce(palmas_usb->id_gpiod, in palmas_usb_probe()
|
| /OK3568_Linux_fs/kernel/drivers/usb/common/ |
| H A D | usb-conn-gpio.c | 200 ret = gpiod_set_debounce(info->id_gpiod, USB_GPIO_DEB_US); in usb_conn_probe() 202 ret = gpiod_set_debounce(info->vbus_gpiod, USB_GPIO_DEB_US); in usb_conn_probe()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | gpio.h | 79 return gpiod_set_debounce(gpio_to_desc(gpio), debounce); in gpio_set_debounce()
|
| /OK3568_Linux_fs/kernel/include/linux/gpio/ |
| H A D | consumer.h | 161 int gpiod_set_debounce(struct gpio_desc *desc, unsigned debounce); 484 static inline int gpiod_set_debounce(struct gpio_desc *desc, unsigned debounce) in gpiod_set_debounce() function
|
| /OK3568_Linux_fs/kernel/drivers/phy/broadcom/ |
| H A D | phy-bcm-ns2-usbdrd.c | 354 ret = gpiod_set_debounce(driver->id_gpiod, GPIO_DELAY * 1000); in ns2_drd_phy_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | gpio_keys.c | 540 error = gpiod_set_debounce(bdata->gpiod, in gpio_keys_setup_key()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_db845c | 893 gpiod_set_debounce
|
| H A D | abi_gki_aarch64_qcom | 1006 gpiod_set_debounce
|
| H A D | abi_gki_aarch64_mtk | 885 gpiod_set_debounce
|
| H A D | abi_gki_aarch64_oplus | 1115 gpiod_set_debounce
|
| H A D | abi_gki_aarch64_galaxy | 2051 gpiod_set_debounce
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib.c | 2547 int gpiod_set_debounce(struct gpio_desc *desc, unsigned debounce) in gpiod_set_debounce() function 2554 EXPORT_SYMBOL_GPL(gpiod_set_debounce);
|
| H A D | gpiolib-cdev.c | 690 ret = gpiod_set_debounce(line->desc, debounce_period_us); in debounce_setup()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pcie-tegra194.c | 1923 ret = gpiod_set_debounce(pcie->pex_rst_gpiod, PERST_DEBOUNCE_TIME); in tegra_pcie_config_ep()
|