Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/core/
Dslot-gpio.c192 ret = gpiod_set_debounce(desc, debounce); in mmc_gpiod_request_cd()
239 ret = gpiod_set_debounce(desc, debounce); in mmc_gpiod_request_ro()
/Linux-v5.4/drivers/usb/common/
Dusb-conn-gpio.c149 ret = gpiod_set_debounce(info->id_gpiod, USB_GPIO_DEB_US); in usb_conn_probe()
151 ret = gpiod_set_debounce(info->vbus_gpiod, USB_GPIO_DEB_US); in usb_conn_probe()
/Linux-v5.4/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.c236 status = gpiod_set_debounce(palmas_usb->id_gpiod, in palmas_usb_probe()
/Linux-v5.4/include/asm-generic/
Dgpio.h81 return gpiod_set_debounce(gpio_to_desc(gpio), debounce); in gpio_set_debounce()
/Linux-v5.4/include/linux/gpio/
Dconsumer.h159 int gpiod_set_debounce(struct gpio_desc *desc, unsigned debounce);
468 static inline int gpiod_set_debounce(struct gpio_desc *desc, unsigned debounce) in gpiod_set_debounce() function
/Linux-v5.4/drivers/phy/broadcom/
Dphy-bcm-ns2-usbdrd.c359 ret = gpiod_set_debounce(driver->id_gpiod, GPIO_DELAY * 1000); in ns2_drd_phy_probe()
/Linux-v5.4/drivers/input/keyboard/
Dgpio_keys.c542 error = gpiod_set_debounce(bdata->gpiod, in gpio_keys_setup_key()
/Linux-v5.4/drivers/gpio/
Dgpiolib.c3138 int gpiod_set_debounce(struct gpio_desc *desc, unsigned debounce) in gpiod_set_debounce() function
3155 EXPORT_SYMBOL_GPL(gpiod_set_debounce);