Lines Matching refs:xgene_gpio
41 struct xgene_gpio { struct
50 static inline struct xgene_gpio *to_xgene_gpio(struct gpio_chip *chip) in to_xgene_gpio() argument
52 return container_of(chip, struct xgene_gpio, chip); in to_xgene_gpio()
57 struct xgene_gpio *chip = to_xgene_gpio(gc); in xgene_gpio_get()
68 struct xgene_gpio *chip = to_xgene_gpio(gc); in __xgene_gpio_set()
85 struct xgene_gpio *chip = to_xgene_gpio(gc); in xgene_gpio_set()
95 struct xgene_gpio *chip = to_xgene_gpio(gc); in xgene_gpio_dir_in()
116 struct xgene_gpio *chip = to_xgene_gpio(gc); in xgene_gpio_dir_out()
138 struct xgene_gpio *gpio = dev_get_drvdata(dev); in xgene_gpio_suspend()
151 struct xgene_gpio *gpio = dev_get_drvdata(dev); in xgene_gpio_resume()
171 struct xgene_gpio *gpio; in xgene_gpio_probe()
217 struct xgene_gpio *gpio = platform_get_drvdata(pdev); in xgene_gpio_remove()