Lines Matching refs:ti_gpio_softc
198 struct ti_gpio_softc { struct
243 ti_gpio_read_4(struct ti_gpio_softc *sc, unsigned int bank, bus_size_t off) in ti_gpio_read_4()
259 ti_gpio_write_4(struct ti_gpio_softc *sc, unsigned int bank, bus_size_t off, in ti_gpio_write_4()
266 ti_gpio_intr_clr(struct ti_gpio_softc *sc, unsigned int bank, uint32_t mask) in ti_gpio_intr_clr()
295 struct ti_gpio_softc *sc = device_get_softc(dev); in ti_gpio_pin_max()
337 struct ti_gpio_softc *sc = device_get_softc(dev); in ti_gpio_pin_getcaps()
375 struct ti_gpio_softc *sc = device_get_softc(dev); in ti_gpio_pin_getflags()
412 struct ti_gpio_softc *sc = device_get_softc(dev); in ti_gpio_pin_getname()
454 struct ti_gpio_softc *sc = device_get_softc(dev); in ti_gpio_pin_setflags()
503 struct ti_gpio_softc *sc = device_get_softc(dev); in ti_gpio_pin_set()
541 struct ti_gpio_softc *sc = device_get_softc(dev); in ti_gpio_pin_get()
583 struct ti_gpio_softc *sc = device_get_softc(dev); in ti_gpio_pin_toggle()
621 struct ti_gpio_softc *sc = arg; in ti_gpio_intr()
659 struct ti_gpio_softc *sc; in ti_gpio_attach_intr()
685 struct ti_gpio_softc *sc; in ti_gpio_detach_intr()
706 struct ti_gpio_softc *sc; in ti_gpio_bank_init()
761 struct ti_gpio_softc *sc; in ti_gpio_attach()
837 struct ti_gpio_softc *sc = device_get_softc(dev); in ti_gpio_detach()
892 sizeof(struct ti_gpio_softc),