Lines Matching refs:gpio_softc
81 struct gpio_softc { struct
102 ((struct gpio_softc *)((char *)(pic) - \ argument
103 offsetof(struct gpio_softc, gpio_pic)))
113 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic); in gpio_pic_unblock_irqs()
130 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic); in gpio_pic_block_irqs()
147 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic); in gpio_pic_find_pending_irqs()
166 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic); in gpio_pic_establish_irq()
243 sizeof(struct gpio_softc),
252 struct gpio_softc * const gpio = device_private(arg); in geminigpio_pin_read()
260 struct gpio_softc * const gpio = device_private(arg); in geminigpio_pin_write()
272 struct gpio_softc * const gpio = device_private(arg); in geminigpio_pin_ctl()
290 struct gpio_softc * const gpio = device_private(self); in gpio_defer()
345 struct gpio_softc * const gpio = device_private(self); in gpio_attach()