Searched refs:xgene_gpio (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpio/
H A Dgpio-xgene.c41 struct xgene_gpio { struct
50 static inline struct xgene_gpio *to_xgene_gpio(struct gpio_chip *chip) to_xgene_gpio()
52 return container_of(chip, struct xgene_gpio, chip); to_xgene_gpio()
57 struct xgene_gpio *chip = to_xgene_gpio(gc); xgene_gpio_get()
68 struct xgene_gpio *chip = to_xgene_gpio(gc); __xgene_gpio_set()
85 struct xgene_gpio *chip = to_xgene_gpio(gc); xgene_gpio_set()
95 struct xgene_gpio *chip = to_xgene_gpio(gc); xgene_gpio_dir_in()
116 struct xgene_gpio *chip = to_xgene_gpio(gc); xgene_gpio_dir_out()
138 struct xgene_gpio *gpio = dev_get_drvdata(dev); xgene_gpio_suspend()
151 struct xgene_gpio *gpio = dev_get_drvdata(dev); xgene_gpio_resume()
171 struct xgene_gpio *gpio; xgene_gpio_probe()
217 struct xgene_gpio *gpio = platform_get_drvdata(pdev); xgene_gpio_remove()

Completed in 78 milliseconds