Home
last modified time | relevance | path

Searched refs:gpio_device_get_chip (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/gpio/
Dgpiolib-of.c413 desc = of_xlate_and_get_gpiod_flags(gpio_device_get_chip(gdev), in of_get_named_gpiod_flags()
903 ret = of_gpiochip_add_hog(gpio_device_get_chip(gdev), rd->dn); in of_gpio_notify()
920 of_gpiochip_remove_hog(gpio_device_get_chip(gdev), rd->dn); in of_gpio_notify()
Dgpiolib.c242 return gpio_device_get_chip(desc->gdev); in gpiod_to_chip()
310 struct gpio_chip *gpio_device_get_chip(struct gpio_device *gdev) in gpio_device_get_chip() function
314 EXPORT_SYMBOL_GPL(gpio_device_get_chip);
4245 gpiochip_machine_hog(gpio_device_get_chip(gdev), hog); in gpiod_add_hogs()
4339 gc = gpio_device_get_chip(gdev); in gpiod_find()
/linux-6.14.4/include/linux/gpio/
Ddriver.h793 struct gpio_chip *gpio_device_get_chip(struct gpio_device *gdev);
/linux-6.14.4/arch/arm/mach-omap1/
Dboard-ams-delta.c623 chip = gpio_device_get_chip(gdev); in omap_gpio_deps_init()