Lines Matching refs:pl061_gpio
50 struct pl061_gpio { struct
68 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_gpio_request() argument
78 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_gpio_free()
87 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_direction_input()
106 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_direction_output()
131 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_get_value()
138 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_set_value()
146 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_irq_type()
195 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_irq_handler()
214 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_irq_mask()
227 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_irq_unmask()
248 struct pl061_gpio *chip; in pl061_probe()
330 struct pl061_gpio *chip = dev_get_drvdata(dev); in pl061_suspend()
351 struct pl061_gpio *chip = dev_get_drvdata(dev); in pl061_resume()