Searched refs:gpiod_to_chip (Results 1 – 6 of 6) sorted by relevance
801 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc);815 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()
960 struct gpio_chip *chip = gpiod_to_chip(desc); in aspeed_gpio_copro_grab_gpio()1009 struct gpio_chip *chip = gpiod_to_chip(desc); in aspeed_gpio_copro_release_gpio()
531 struct gpio_chip *parent = gpiod_to_chip(descs[i]); in gpiochip_fwd_create()
237 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip() function244 EXPORT_SYMBOL_GPL(gpiod_to_chip);
244 struct gpio_chip *gc = gpiod_to_chip(hub->gpio_reset); in usb251x_check_gpio_chip()