sed1356_softc
struct sed1356_softc *sc = ctx;
void sed1356_init_brightness(struct sed1356_softc *, int);
void sed1356_init_contrast(struct sed1356_softc *, int);
CFATTACH_DECL_NEW(sed, sizeof(struct sed1356_softc),
struct sed1356_softc *sc = device_private(self);
struct sed1356_softc *sc = arg;
sed1356_update_powerstate(struct sed1356_softc *sc, int updates)
struct sed1356_softc *sc = (struct sed1356_softc *)v;
struct sed1356_softc *sc = (struct sed1356_softc *)ctx;
sed1356_init_backlight(struct sed1356_softc *sc, int inattach)
sed1356_init_brightness(struct sed1356_softc *sc, int inattach)
sed1356_init_contrast(struct sed1356_softc *sc, int inattach)
sed1356_set_brightness(struct sed1356_softc *sc, int val)
sed1356_set_contrast(struct sed1356_softc *sc, int val)
struct sed1356_softc *sc = device_lookup_private(&sed_cd, 0);
static void sed1356_update_powerstate(struct sed1356_softc *, int);
static void sed1356_init_backlight(struct sed1356_softc *, int);
static void sed1356_set_brightness(struct sed1356_softc *, int);
static void sed1356_set_contrast(struct sed1356_softc *, int);