Searched refs:rt305x_ic_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/mips/rt305x/
H A Drt305x_icvar.h31 struct rt305x_ic_softc { struct
H A Drt305x_ic.c50 static struct rt305x_ic_softc *rt305x_ic_softc = NULL; variable in typeref:struct:rt305x_ic_softc
62 struct rt305x_ic_softc *sc = device_get_softc(dev);
68 if (rt305x_ic_softc != NULL)
70 rt305x_ic_softc = sc;
90 struct rt305x_ic_softc *sc = device_get_softc(dev);
104 struct rt305x_ic_softc *sc = rt305x_ic_softc;
115 struct rt305x_ic_softc *sc = rt305x_ic_softc;
[all...]

Completed in 101 milliseconds