Searched refs:gpiod_to_chip (Results 1 – 3 of 3) sorted by relevance
160 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc);230 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()
120 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip() function124 EXPORT_SYMBOL_GPL(gpiod_to_chip);164 chip = gpiod_to_chip(desc); in gpiod_get_direction()2116 chip = gpiod_to_chip(desc); in gpiod_hog()