gpiod_set_debounce
status = gpiod_set_debounce(palmas_usb->id_gpiod,
ret = gpiod_set_debounce(info->id_gpiod,
ret = gpiod_set_debounce(info->vbus_gpiod,
ret = gpiod_set_debounce(ld->ad.desc, (unsigned int)val);
EXPORT_SYMBOL_GPL(gpiod_set_debounce);
error = gpiod_set_debounce(bdata->gpiod,
gpiod_set_debounce(ts->gpio_pendown,
ret = gpiod_set_debounce(desc, debounce);
ret = gpiod_set_debounce(desc, debounce);
ret = gpiod_set_debounce(pcie->pex_rst_gpiod, PERST_DEBOUNCE_TIME);
ret = gpiod_set_debounce(driver->id_gpiod, GPIO_DELAY * 1000);
ret = gpiod_set_debounce(info->id_gpiod, USB_GPIO_DEB_US);
ret = gpiod_set_debounce(info->vbus_gpiod, USB_GPIO_DEB_US);
int gpiod_set_debounce(struct gpio_desc *desc, unsigned int debounce);