Searched refs:gpiod_configure_flags (Results 1 – 4 of 4) sorted by relevance
/drivers/gpio/ |
D | gpiolib.h | 135 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id,
|
D | gpiolib-of.c | 357 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in gpiod_get_from_of_node()
|
D | gpiolib.c | 2243 ret = gpiod_configure_flags(desc, label, lflags, dflags); in gpiochip_request_own_desc() 3907 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id, in gpiod_configure_flags() function 4038 ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_get_index() 4107 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in fwnode_get_named_gpiod()
|
D | gpiolib-acpi.c | 965 ret = gpiod_configure_flags(desc, label, lflags, info.flags); in acpi_dev_gpio_irq_get_by()
|