Lines Matching refs:pl061_gpio
50 struct pl061_gpio { struct
63 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_direction_input() argument
82 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_direction_output()
107 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_get_value()
114 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_set_value()
122 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_irq_type()
212 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_irq_handler()
230 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_irq_mask()
243 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_irq_unmask()
264 struct pl061_gpio *chip = container_of(gc, struct pl061_gpio, gc); in pl061_irq_ack()
284 struct pl061_gpio *chip; in pl061_probe()
366 struct pl061_gpio *chip = dev_get_drvdata(dev); in pl061_suspend()
387 struct pl061_gpio *chip = dev_get_drvdata(dev); in pl061_resume()