Searched refs:pl061_gpio (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpio/ |
D | gpio-pl061.c | 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() [all …]
|