Searched refs:of_flags (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpio/ |
H A D | gpiolib-of.c | 367 static struct gpio_desc *of_find_spi_gpio(struct device *dev, const char *con_id, enum of_gpio_flags *of_flags) in of_find_spi_gpio() argument 389 desc = of_get_named_gpiod_flags(np, prop_name, 0, of_flags); in of_find_spi_gpio() 430 static struct gpio_desc *of_find_regulator_gpio(struct device *dev, const char *con_id, enum of_gpio_flags *of_flags) in of_find_regulator_gpio() argument 455 desc = of_get_named_gpiod_flags(np, con_id, 0, of_flags); in of_find_regulator_gpio() 459 static struct gpio_desc *of_find_arizona_gpio(struct device *dev, const char *con_id, enum of_gpio_flags *of_flags) in of_find_arizona_gpio() argument 469 return of_get_named_gpiod_flags(dev->of_node, con_id, 0, of_flags); in of_find_arizona_gpio() 472 static struct gpio_desc *of_find_usb_gpio(struct device *dev, const char *con_id, enum of_gpio_flags *of_flags) in of_find_usb_gpio() argument 487 return of_get_named_gpiod_flags(dev->of_node, con_id, 0, of_flags); in of_find_usb_gpio() 493 enum of_gpio_flags of_flags; in of_find_gpio() local 505 desc = of_get_named_gpiod_flags(dev->of_node, prop_name, idx, &of_flags); in of_find_gpio() [all...] |
Completed in 2 milliseconds