Searched refs:gpiod_configure_flags (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib.h | 135 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id,
|
H A D | gpiolib-of.c | 357 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in gpiod_get_from_of_node()
|
H A D | gpiolib.c | 2255 ret = gpiod_configure_flags(desc, label, lflags, dflags); in gpiochip_request_own_desc() 3908 * gpiod_configure_flags - helper function to configure a given GPIO 3919 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id, in gpiod_configure_flags() function 4050 ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_get_index() 4119 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in fwnode_get_named_gpiod()
|
H A D | gpiolib-acpi.c | 965 ret = gpiod_configure_flags(desc, label, lflags, info.flags); in acpi_dev_gpio_irq_get_by()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib.h | 218 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id,
|
H A D | gpiolib.c | 2327 ret = gpiod_configure_flags(desc, label, lflags, dflags); in gpiochip_request_own_desc() 4074 ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_find_and_request() 4179 * gpiod_configure_flags - helper function to configure a given GPIO 4190 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id, in gpiod_configure_flags() function
|
H A D | gpiolib-acpi.c | 1086 ret = gpiod_configure_flags(desc, label, lflags, dflags); in acpi_dev_gpio_irq_wake_get_by()
|
Completed in 18 milliseconds