Lines Matching refs:gpio_softc
74 struct gpio_softc { struct
88 ((struct gpio_softc *)((char *)(pic) - \ argument
89 offsetof(struct gpio_softc, gpio_pic)))
99 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic); in gpio_pic_unblock_irqs()
115 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic); in gpio_pic_block_irqs()
125 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic); in gpio_pic_find_pending_irqs()
170 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic); in gpio_pic_establish_irq()
223 sizeof(struct gpio_softc),
232 struct gpio_softc * const gpio = arg; in imxgpio_pin_read()
240 struct gpio_softc * const gpio = arg; in imxgpio_pin_write()
257 struct gpio_softc * const gpio = arg; in imxgpio_pin_ctl()
275 struct gpio_softc * const gpio = device_private(self); in gpio_defer()
337 struct gpio_softc * const gpio = device_private(self); in gpio_attach()