Home
last modified time | relevance | path

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

/Linux-v5.4/include/asm-generic/
Dgpio.h61 return gpiod_to_chip(gpio_to_desc(gpio)); in gpio_to_chip()
/Linux-v5.4/include/linux/gpio/
Ddriver.h726 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc);
730 static inline struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip() function
/Linux-v5.4/drivers/gpio/
Dgpio-aspeed.c1008 struct gpio_chip *chip = gpiod_to_chip(desc); in aspeed_gpio_copro_grab_gpio()
1054 struct gpio_chip *chip = gpiod_to_chip(desc); in aspeed_gpio_copro_release_gpio()
Dgpiolib.c174 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip() function
180 EXPORT_SYMBOL_GPL(gpiod_to_chip);
220 chip = gpiod_to_chip(desc); in gpiod_get_direction()
4680 chip = gpiod_to_chip(desc); in gpiod_hog()
4757 chip = gpiod_to_chip(desc); in gpiod_get_array()
/Linux-v5.4/drivers/usb/misc/
Dusb251xb.c239 struct gpio_chip *gc = gpiod_to_chip(hub->gpio_reset); in usb251x_check_gpio_chip()