Home
last modified time | relevance | path

Searched refs:gpio_device_get_chip (Results 1 – 4 of 4) 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()
H A 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);
4102 gpiochip_machine_hog(gpio_device_get_chip(gdev), hog); in gpiod_add_hogs()
4196 gc = gpio_device_get_chip(gdev); in gpiod_find()
/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()