Lines Matching refs:ti_gpio_softc

116 struct ti_gpio_softc {  struct
133 struct ti_gpio_softc *pin_sc; argument
147 CFATTACH_DECL_NEW(ti_gpio, sizeof(struct ti_gpio_softc),
151 ti_gpio_ctl(struct ti_gpio_softc *sc, u_int pin, int flags) in ti_gpio_ctl()
172 struct ti_gpio_softc * const sc = device_private(dev); in ti_gpio_acquire()
205 struct ti_gpio_softc * const sc = device_private(dev); in ti_gpio_release()
218 struct ti_gpio_softc * const sc = device_private(dev); in ti_gpio_read()
242 struct ti_gpio_softc * const sc = device_private(dev); in ti_gpio_write()
265 ti_gpio_intr_disable(struct ti_gpio_softc * const sc, struct ti_gpio_intr * const intr) in ti_gpio_intr_disable()
288 struct ti_gpio_softc * const sc = device_private(dev); in ti_gpio_intr_establish()
364 struct ti_gpio_softc * const sc = device_private(dev); in ti_gpio_intr_disestablish()
373 struct ti_gpio_softc * const sc = device_private(dev); in ti_gpio_intrstr()
395 struct ti_gpio_softc * const sc = priv; in ti_gpio_pin_read()
412 struct ti_gpio_softc * const sc = priv; in ti_gpio_pin_write()
425 struct ti_gpio_softc * const sc = priv; in ti_gpio_pin_ctl()
438 struct ti_gpio_softc * const sc = vsc; in ti_gpio_gp_intr_establish()
516 struct ti_gpio_softc * const sc = vsc; in ti_gpio_gp_intr_disestablish()
525 struct ti_gpio_softc * const sc = vsc; in ti_gpio_gp_intrstr()
535 ti_gpio_attach_ports(struct ti_gpio_softc *sc) in ti_gpio_attach_ports()
569 struct ti_gpio_softc * const sc = priv; in ti_gpio_intr()
605 struct ti_gpio_softc * const sc = device_private(self); in ti_gpio_attach()