Lines Matching refs:device_get_softc
99 sc = device_get_softc(dev); in mtkswitch_probe()
170 sc = device_get_softc(dev); in mtkswitch_attach()
250 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_detach()
293 return (device_get_softc(sc->miibus[phy])); in mtkswitch_miiforport()
360 mii = device_get_softc(sc->miibus[i]); in mtkswitch_miipollstat()
398 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_lock()
407 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_unlock()
416 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_getinfo()
436 sc = device_get_softc(dev); in mtkswitch_getport()
479 sc = device_get_softc(dev); in mtkswitch_setport()
543 sc = device_get_softc(dev); in mtkswitch_getconf()
558 sc = device_get_softc(dev); in mtkswitch_setconf()
573 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_getvgroup()
581 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_setvgroup()
589 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_readphy()
597 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_writephy()
605 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_readreg()
613 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_writereg()