Home
last modified time | relevance | path

Searched refs:ti_softc (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/ic/
H A Dti.c121 void ti_stop(struct ti_softc *);
132 void ti_iff(struct ti_softc *);
385 ti_loadfw(struct ti_softc *sc) in ti_loadfw()
968 ti_iff(struct ti_softc *sc) in ti_iff()
1710 struct ti_softc *sc; in ti_intr()
1941 struct ti_softc *sc; in ti_start()
2000 struct ti_softc *sc = xsc; in ti_init()
2099 struct ti_softc *sc; in ti_ifmedia_upd()
2162 struct ti_softc *sc; in ti_ifmedia_sts()
2257 struct ti_softc *sc; in ti_watchdog()
[all …]
H A Dtivar.h45 struct ti_softc;
47 int ti_attach(struct ti_softc *sc);
H A Dtireg.h1112 struct ti_softc { struct
/openbsd/sys/dev/pci/
H A Dif_ti_pci.c95 sizeof(struct ti_softc), ti_pci_match, ti_pci_attach
117 struct ti_softc *sc = (struct ti_softc *)self; in ti_pci_attach()
/openbsd/sys/dev/sbus/
H A Dif_ti_sbus.c41 struct ti_softc tsc_sc;
64 struct ti_softc *sc = &tsc->tsc_sc; in ti_sbus_attach()