Searched refs:gpiod_configure_flags (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpio/ |
| H A D | gpiolib.h | 270 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id,
|
| H A D | gpiolib.c | 2589 ret = gpiod_configure_flags(desc, label, lflags, dflags); in gpiochip_request_own_desc() 4643 ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_find_and_request() 4769 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id, in gpiod_configure_flags() function
|
| H A D | gpiolib-acpi.c | 1097 ret = gpiod_configure_flags(desc, label, lflags, dflags); in acpi_dev_gpio_irq_wake_get_by()
|