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

/linux-master/include/linux/gpio/
H A Ddriver.h806 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc);
820 static inline struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) function
/linux-master/drivers/soc/fsl/qe/
H A Dgpio.c182 gc = gpiod_to_chip(gpiod);
/linux-master/drivers/gpio/
H A Dgpio-aggregator.c519 struct gpio_chip *parent = gpiod_to_chip(descs[i]);
H A Dgpio-aspeed.c1014 struct gpio_chip *chip = gpiod_to_chip(desc);
1060 struct gpio_chip *chip = gpiod_to_chip(desc);
H A Dgpiolib.c223 * gpiod_to_chip - Return the GPIO chip to which a GPIO descriptor belongs
231 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) function
238 EXPORT_SYMBOL_GPL(gpiod_to_chip); variable
4583 gc = gpiod_to_chip(desc);
/linux-master/drivers/usb/misc/
H A Dusb251xb.c244 struct gpio_chip *gc = gpiod_to_chip(hub->gpio_reset);

Completed in 245 milliseconds