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

/freebsd-10.0-release/sys/mips/rt305x/
H A Drt305x_sysctlvar.h31 struct rt305x_sysctl_softc { struct
H A Drt305x_sysctl.c50 static struct rt305x_sysctl_softc *rt305x_sysctl_softc = NULL; variable in typeref:struct:rt305x_sysctl_softc
141 struct rt305x_sysctl_softc *sc = device_get_softc(dev);
147 if (rt305x_sysctl_softc != NULL)
149 rt305x_sysctl_softc = sc;
186 struct rt305x_sysctl_softc *sc = device_get_softc(dev);
212 struct rt305x_sysctl_softc *sc = rt305x_sysctl_softc;
219 struct rt305x_sysctl_softc *sc = rt305x_sysctl_softc;
[all...]

Completed in 45 milliseconds