Searched refs:gpiod_configure_flags (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/gpio/ |
D | gpiolib.h | 195 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 | 2146 ret = gpiod_configure_flags(desc, label, lflags, dflags); in gpiochip_request_own_desc() 3865 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in fwnode_get_named_gpiod() 3996 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id, in gpiod_configure_flags() function 4128 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()
|