Searched refs:gpiod_configure_flags (Results 1 – 4 of 4) sorted by relevance
/drivers/gpio/ |
D | gpiolib.h | 122 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id,
|
D | gpiolib-of.c | 365 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in gpiod_get_from_of_node()
|
D | gpiolib.c | 2886 ret = gpiod_configure_flags(desc, label, lflags, dflags); in gpiochip_request_own_desc() 4438 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id, in gpiod_configure_flags() function 4569 ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_get_index() 4635 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in fwnode_get_named_gpiod()
|
D | gpiolib-acpi.c | 895 ret = gpiod_configure_flags(desc, label, lflags, info.flags); in acpi_dev_gpio_irq_get()
|