Searched refs:of_get_named_gpiod_flags (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpio/ |
H A D | gpiolib-of.c | 223 * of_get_named_gpiod_flags() - Get a GPIO descriptor and flags for GPIO API 233 static struct gpio_desc *of_get_named_gpiod_flags(struct device_node *np, const char *propname, int index, in of_get_named_gpiod_flags() function 275 desc = of_get_named_gpiod_flags(np, list_name, index, flags); in of_get_named_gpio_flags() 310 desc = of_get_named_gpiod_flags(node, propname, index, &flags); in gpiod_get_from_of_node() 389 desc = of_get_named_gpiod_flags(np, prop_name, 0, of_flags); in of_find_spi_gpio() 455 desc = of_get_named_gpiod_flags(np, con_id, 0, of_flags); in of_find_regulator_gpio() 469 return of_get_named_gpiod_flags(dev->of_node, con_id, 0, of_flags); in of_find_arizona_gpio() 487 return of_get_named_gpiod_flags(dev->of_node, con_id, 0, of_flags); in of_find_usb_gpio() 505 desc = of_get_named_gpiod_flags(dev->of_node, prop_name, idx, &of_flags); in of_find_gpio()
|
Completed in 2 milliseconds