gpio_device_get_chip
chip = gpio_device_get_chip(gdev);
desc = of_xlate_and_get_gpiod_flags(gpio_device_get_chip(gdev),
ret = of_gpiochip_add_hog(gpio_device_get_chip(gdev), rd->dn);
of_gpiochip_remove_hog(gpio_device_get_chip(gdev), rd->dn);
return gpio_device_get_chip(desc->gdev);
EXPORT_SYMBOL_GPL(gpio_device_get_chip);
gpiochip_machine_hog(gpio_device_get_chip(gdev), hog);
gc = gpio_device_get_chip(gdev);
struct gpio_chip *gpio_device_get_chip(struct gpio_device *gdev);