Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib-of.c411 desc = of_xlate_and_get_gpiod_flags(gpio_device_get_chip(gdev), in of_get_named_gpiod_flags()
901 ret = of_gpiochip_add_hog(gpio_device_get_chip(gdev), rd->dn); in of_gpio_notify()
918 of_gpiochip_remove_hog(gpio_device_get_chip(gdev), rd->dn); in of_gpio_notify()
/linux/include/linux/gpio/
H A Ddriver.h793 struct gpio_chip *gpio_device_get_chip(struct gpio_device *gdev);
/linux/arch/arm/mach-omap1/
H A Dboard-ams-delta.c623 chip = gpio_device_get_chip(gdev); in omap_gpio_deps_init()