Searched refs:of_get_named_gpiod_flags (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/gpio/ |
D | gpiolib-of.c | 239 static struct gpio_desc *of_get_named_gpiod_flags(const struct device_node *np, in of_get_named_gpiod_flags() function 283 desc = of_get_named_gpiod_flags(np, list_name, index, flags); in of_get_named_gpio_flags() 346 desc = of_get_named_gpiod_flags(node, propname, index, &of_flags); in gpiod_get_from_of_node() 394 return of_get_named_gpiod_flags(np, prop_name, idx, of_flags); in of_find_spi_gpio() 424 return of_get_named_gpiod_flags(np, "gpios", idx, of_flags); in of_find_spi_cs_gpio() 455 return of_get_named_gpiod_flags(np, con_id, idx, of_flags); in of_find_regulator_gpio() 469 return of_get_named_gpiod_flags(np, con_id, idx, of_flags); in of_find_arizona_gpio() 488 return of_get_named_gpiod_flags(np, con_id, idx, of_flags); in of_find_usb_gpio() 522 desc = of_get_named_gpiod_flags(dev->of_node, prop_name, idx, in of_find_gpio()
|