Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib-acpi-core.c1056 ret = gpiod_configure_flags(desc, label, lflags, dflags); in acpi_dev_gpio_irq_wake_get_by()
H A Dgpiolib.c2776 ret = gpiod_configure_flags(desc, label, lflags, dflags); in gpiochip_request_own_desc()
4861 ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_find_and_request()
4987 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id, in gpiod_configure_flags() function