Home | History | Annotate | Download | only in imx

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);
103 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic);
113 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic);
178 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic);
231 struct imxgpio_softc * const gpio = arg;
242 struct imxgpio_softc * const gpio = arg;
264 struct imxgpio_softc * const gpio = arg;
291 imxgpio_attach_ports(struct imxgpio_softc *gpio)
328 struct imxgpio_softc * const gpio = device_private(self);