Searched refs:gpiod_configure_flags (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/gpio/ |
| D | gpiolib.h | 122 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id,
|
| D | gpiolib-of.c | 338 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in gpiod_get_from_of_node()
|
| D | gpiolib.c | 2877 ret = gpiod_configure_flags(desc, label, lflags, dflags); in gpiochip_request_own_desc() 4428 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id, in gpiod_configure_flags() function 4559 ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_get_index() 4625 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in fwnode_get_named_gpiod()
|
| D | gpiolib-acpi.c | 887 ret = gpiod_configure_flags(desc, label, lflags, info.flags); in acpi_dev_gpio_irq_get()
|