Lines Matching refs:zx_gpio
39 struct zx_gpio { struct
46 static inline struct zx_gpio *to_zx(struct gpio_chip *gc) in to_zx() argument
48 return container_of(gc, struct zx_gpio, gc); in to_zx()
53 struct zx_gpio *chip = to_zx(gc); in zx_direction_input()
72 struct zx_gpio *chip = to_zx(gc); in zx_direction_output()
95 struct zx_gpio *chip = to_zx(gc); in zx_get_value()
102 struct zx_gpio *chip = to_zx(gc); in zx_set_value()
113 struct zx_gpio *chip = to_zx(gc); in zx_irq_type()
165 struct zx_gpio *chip = to_zx(gc); in zx_irq_handler()
184 struct zx_gpio *chip = to_zx(gc); in zx_irq_mask()
199 struct zx_gpio *chip = to_zx(gc); in zx_irq_unmask()
221 struct zx_gpio *chip; in zx_gpio_probe()