Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib.h267 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id,
H A Dgpiolib-acpi-core.c1024 ret = gpiod_configure_flags(desc, label, lflags, dflags); in acpi_dev_gpio_irq_wake_get_by()
H A Dgpiolib.c2618 ret = gpiod_configure_flags(desc, label, lflags, dflags); in gpiochip_request_own_desc()
4665 ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_find_and_request()
4779 * gpiod_configure_flags - helper function to configure a given GPIO
4791 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id, in gpiod_configure_flags() function