Searched refs:gpiod_to_chip (Results 1 – 3 of 3) sorted by relevance
178 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc);265 static inline struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip() function
56 return gpiod_to_chip(gpio_to_desc(gpio)); in gpio_to_chip()
119 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip() function123 EXPORT_SYMBOL_GPL(gpiod_to_chip);163 chip = gpiod_to_chip(desc); in gpiod_get_direction()2289 chip = gpiod_to_chip(desc); in gpiod_hog()