Lines Matching refs:sed1356_softc
79 static void sed1356_update_powerstate(struct sed1356_softc *, int);
80 static void sed1356_init_backlight(struct sed1356_softc *, int);
81 static void sed1356_set_brightness(struct sed1356_softc *, int);
82 static void sed1356_set_contrast(struct sed1356_softc *, int);
101 CFATTACH_DECL_NEW(sed, sizeof(struct sed1356_softc),
123 struct sed1356_softc *sc = device_private(self);
309 struct sed1356_softc *sc = arg;
325 sed1356_update_powerstate(struct sed1356_softc *sc, int updates)
344 struct sed1356_softc *sc = (struct sed1356_softc *)v;
559 struct sed1356_softcsed1356_softc *)ctx;
570 sed1356_init_backlight(struct sed1356_softc *sc, int inattach)
601 sed1356_init_brightness(struct sed1356_softc *sc, int inattach)
643 sed1356_init_contrast(struct sed1356_softc *sc, int inattach)
683 sed1356_set_brightness(struct sed1356_softc *sc, int val)
695 sed1356_set_contrast(struct sed1356_softc *sc, int val)
709 struct sed1356_softc *sc = device_lookup_private(&sed_cd, 0);