Lines Matching refs:gpio_desc
44 static struct gpio_desc *of_xlate_and_get_gpiod_flags(struct gpio_chip *chip, in of_xlate_and_get_gpiod_flags()
108 struct gpio_desc *of_get_named_gpiod_flags(struct device_node *np, in of_get_named_gpiod_flags()
113 struct gpio_desc *desc; in of_get_named_gpiod_flags()
150 struct gpio_desc *desc; in of_get_named_gpio_flags()
166 static struct gpio_desc *of_find_spi_gpio(struct device *dev, const char *con_id, in of_find_spi_gpio()
171 struct gpio_desc *desc; in of_find_spi_gpio()
196 static struct gpio_desc *of_find_regulator_gpio(struct device *dev, const char *con_id, in of_find_regulator_gpio()
206 struct gpio_desc *desc; in of_find_regulator_gpio()
223 struct gpio_desc *of_find_gpio(struct device *dev, const char *con_id, in of_find_gpio()
229 struct gpio_desc *desc; in of_find_gpio()
300 static struct gpio_desc *of_parse_own_gpio(struct device_node *np, in of_parse_own_gpio()
309 struct gpio_desc *desc; in of_parse_own_gpio()
373 struct gpio_desc *desc = NULL; in of_gpiochip_scan_gpios()