Lines Matching refs:imxgpio_softc
74 static struct imxgpio_softc *imxgpio_handles[MAX_NGROUP];
76 CFATTACH_DECL_NEW(imxgpio, sizeof(struct imxgpio_softc),
80 ((struct imxgpio_softc *)((char *)(pic) - \
81 offsetof(struct imxgpio_softc, gpio_pic)))
91 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic); in imxgpio_pic_unblock_irqs()
103 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic); in imxgpio_pic_block_irqs()
113 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic); in imxgpio_pic_find_pending_irqs()
178 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic); in imxgpio_pic_establish_irq()
231 struct imxgpio_softc * const gpio = arg; in imxgpio_pin_read()
242 struct imxgpio_softc * const gpio = arg; in imxgpio_pin_write()
264 struct imxgpio_softc * const gpio = arg; in imxgpio_pin_ctl()
291 imxgpio_attach_ports(struct imxgpio_softc *gpio) in imxgpio_attach_ports()
328 struct imxgpio_softc * const gpio = device_private(self); in imxgpio_attach_common()