HomeSort by: relevance | last modified time | path
    Searched defs:sc_hwops (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/tc/
sfbplus.c 118 struct hwops sc_hwops; member in struct:sfbp_softc
279 sc->sc_hwops.visible = bt459visible;
280 sc->sc_hwops.locate = bt459locate;
281 sc->sc_hwops.shape = bt459shape;
282 sc->sc_hwops.color = bt459color;
283 sc->sc_hwops.setlut = bt459setlut;
284 sc->sc_hwops.getlut = noplut;
286 sc->sc_hwops.visible = sfbpvisible;
287 sc->sc_hwops.locate = sfbplocate;
288 sc->sc_hwops.shape = sfbpshape
    [all...]

Completed in 41 milliseconds