Lines Matching refs:gpio_desc
68 static struct gpio_desc *of_xlate_and_get_gpiod_flags(struct gpio_chip *chip, in of_xlate_and_get_gpiod_flags()
226 static struct gpio_desc *of_get_named_gpiod_flags(struct device_node *np, in of_get_named_gpiod_flags()
231 struct gpio_desc *desc; in of_get_named_gpiod_flags()
268 struct gpio_desc *desc; in of_get_named_gpio_flags()
293 struct gpio_desc *gpiod_get_from_of_node(struct device_node *node, in gpiod_get_from_of_node()
299 struct gpio_desc *desc; in gpiod_get_from_of_node()
353 static struct gpio_desc *of_find_spi_gpio(struct device *dev, const char *con_id, in of_find_spi_gpio()
358 struct gpio_desc *desc; in of_find_spi_gpio()
383 static struct gpio_desc *of_find_spi_cs_gpio(struct device *dev, in of_find_spi_cs_gpio()
414 static struct gpio_desc *of_find_regulator_gpio(struct device *dev, const char *con_id, in of_find_regulator_gpio()
424 struct gpio_desc *desc; in of_find_regulator_gpio()
441 static struct gpio_desc *of_find_arizona_gpio(struct device *dev, in of_find_arizona_gpio()
454 struct gpio_desc *of_find_gpio(struct device *dev, const char *con_id, in of_find_gpio()
459 struct gpio_desc *desc; in of_find_gpio()
535 static struct gpio_desc *of_parse_own_gpio(struct device_node *np, in of_parse_own_gpio()
544 struct gpio_desc *desc; in of_parse_own_gpio()
608 struct gpio_desc *desc = NULL; in of_gpiochip_scan_gpios()