Home
last modified time | relevance | path

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

/drivers/mmc/core/
Dslot-gpio.c193 ret = gpiod_set_debounce(desc, debounce); in mmc_gpiod_request_cd()
241 ret = gpiod_set_debounce(desc, debounce); in mmc_gpiod_request_ro()
/drivers/extcon/
Dextcon-usb-gpio.c141 ret = gpiod_set_debounce(info->id_gpiod, in usb_extcon_probe()
144 ret = gpiod_set_debounce(info->vbus_gpiod, in usb_extcon_probe()
Dextcon-palmas.c234 status = gpiod_set_debounce(palmas_usb->id_gpiod, in palmas_usb_probe()
/drivers/usb/common/
Dusb-conn-gpio.c203 ret = gpiod_set_debounce(info->id_gpiod, USB_GPIO_DEB_US); in usb_conn_probe()
205 ret = gpiod_set_debounce(info->vbus_gpiod, USB_GPIO_DEB_US); in usb_conn_probe()
/drivers/phy/broadcom/
Dphy-bcm-ns2-usbdrd.c354 ret = gpiod_set_debounce(driver->id_gpiod, GPIO_DELAY * 1000); in ns2_drd_phy_probe()
/drivers/input/keyboard/
Dgpio_keys.c541 error = gpiod_set_debounce(bdata->gpiod, in gpio_keys_setup_key()
/drivers/gpio/
Dgpiolib.c2545 int gpiod_set_debounce(struct gpio_desc *desc, unsigned debounce) in gpiod_set_debounce() function
2552 EXPORT_SYMBOL_GPL(gpiod_set_debounce);
Dgpiolib-cdev.c693 ret = gpiod_set_debounce(line->desc, debounce_period_us); in debounce_setup()
/drivers/pci/controller/dwc/
Dpcie-tegra194.c1931 ret = gpiod_set_debounce(pcie->pex_rst_gpiod, PERST_DEBOUNCE_TIME); in tegra_pcie_config_ep()