Home
last modified time | relevance | path

Searched refs:gpiod_to_chip (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/asm-generic/
Dgpio.h59 return gpiod_to_chip(gpio_to_desc(gpio)); in gpio_to_chip()
/Linux-v5.10/include/linux/gpio/
Ddriver.h766 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc);
770 static inline struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip() function
/Linux-v5.10/drivers/gpio/
Dgpio-aggregator.c472 struct gpio_chip *parent = gpiod_to_chip(descs[i]); in gpiochip_fwd_create()
Dgpiolib.c171 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip() function
177 EXPORT_SYMBOL_GPL(gpiod_to_chip);
217 gc = gpiod_to_chip(desc); in gpiod_get_direction()
4123 gc = gpiod_to_chip(desc); in gpiod_hog()
4199 gc = gpiod_to_chip(desc); in gpiod_get_array()
Dgpio-aspeed.c1007 struct gpio_chip *chip = gpiod_to_chip(desc); in aspeed_gpio_copro_grab_gpio()
1053 struct gpio_chip *chip = gpiod_to_chip(desc); in aspeed_gpio_copro_release_gpio()
/Linux-v5.10/drivers/usb/misc/
Dusb251xb.c244 struct gpio_chip *gc = gpiod_to_chip(hub->gpio_reset); in usb251x_check_gpio_chip()