Searched refs:gpiod_configure_flags (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/gpio/ |
D | gpiolib.h | 200 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id,
|
D | gpiolib-of.c | 358 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in gpiod_get_from_of_node()
|
D | gpiolib.c | 2150 ret = gpiod_configure_flags(desc, label, lflags, dflags); in gpiochip_request_own_desc() 3869 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in fwnode_get_named_gpiod() 4000 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id, in gpiod_configure_flags() function 4132 ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_get_index()
|
D | gpiolib-acpi.c | 1059 ret = gpiod_configure_flags(desc, label, lflags, dflags); in acpi_dev_gpio_irq_wake_get_by()
|