Searched refs:gpiod_configure_flags (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpio/ |
D | gpiolib.h | 228 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id,
|
D | gpiolib-acpi.c | 798 ret = gpiod_configure_flags(desc, label, 0, info.flags); in acpi_dev_gpio_irq_get() 898 err = gpiod_configure_flags(desc, label, 0, flags); in acpi_gpio_adr_space_handler()
|
D | gpiolib.c | 3810 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id, in gpiod_configure_flags() function 3915 status = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_get_index() 3987 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in gpiod_get_from_of_node() 4054 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in fwnode_get_named_gpiod() 4120 status = gpiod_configure_flags(desc, name, lflags, dflags); in gpiod_hog()
|