Searched refs:zx_gpio (Results 1 – 1 of 1) sorted by relevance
39 struct zx_gpio { struct46 static inline struct zx_gpio *to_zx(struct gpio_chip *gc) in to_zx() argument48 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()[all …]