Searched refs:gpiod_to_chip (Results 1 – 8 of 8) sorted by relevance
756 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc);760 static inline struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip() function
182 gc = gpiod_to_chip(gpiod); in qe_pin_request()
430 struct gpio_chip *parent = gpiod_to_chip(descs[i]); in gpiochip_fwd_create()
1005 struct gpio_chip *chip = gpiod_to_chip(desc); in aspeed_gpio_copro_grab_gpio()1051 struct gpio_chip *chip = gpiod_to_chip(desc); in aspeed_gpio_copro_release_gpio()
176 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip() function182 EXPORT_SYMBOL_GPL(gpiod_to_chip);221 gc = gpiod_to_chip(desc); in gpiod_get_direction()4203 gc = gpiod_to_chip(desc); in gpiod_hog()4277 gc = gpiod_to_chip(desc); in gpiod_get_array()
244 struct gpio_chip *gc = gpiod_to_chip(hub->gpio_reset); in usb251x_check_gpio_chip()
533 return hte_dev->c == gpiod_to_chip(hdesc->attr.line_data); in tegra_hte_match_from_linedata()
333 struct gpio_chip *chip = gpiod_to_chip(gpio_to_desc(gpio)); in pinctrl_ready_for_gpio_range()1670 chip = gpiod_to_chip(gpio_to_desc(gpio_num)); in pinctrl_pins_show()
Completed in 25 milliseconds