ssdfb_softc
struct ssdfb_softc sc;
static void ssdfb_clear_screen(struct ssdfb_softc *);
ssdfb_set_contrast(struct ssdfb_softc *sc, uint8_t value, bool usepoll)
ssdfb_set_display_on(struct ssdfb_softc *sc, bool value, bool usepoll)
ssdfb_set_mode(struct ssdfb_softc *sc, u_int mode)
ssdfb_damage(struct ssdfb_softc *sc)
ssdfb_udv_attach(struct ssdfb_softc *sc)
ssdfb_is_modified(struct ssdfb_softc *sc)
ssdfb_clear_modify(struct ssdfb_softc *sc)
struct ssdfb_softc *sc = (struct ssdfb_softc *)arg;
ssdfb_set_usepoll(struct ssdfb_softc *sc, bool enable)
ssdfb_sync(struct ssdfb_softc *sc, bool usepoll)
ssdfb_sync_ssd1306(struct ssdfb_softc *sc, bool usepoll)
ssdfb_sync_ssd1322(struct ssdfb_softc *sc, bool usepoll)
ssdfb_sync_ssd1353(struct ssdfb_softc *sc, bool usepoll)
ssdfb_clear_screen(struct ssdfb_softc *sc)
struct ssdfb_softc *sc;
ssdfb_attach(struct ssdfb_softc *sc, int flags)
ssdfb_detach(struct ssdfb_softc *sc)
struct ssdfb_softc *sc = v;
struct ssdfb_softc *sc = (struct ssdfb_softc *)v;
struct ssdfb_softc *sc = v;
struct ssdfb_softc *sc = v;
struct ssdfb_softc *sc = ri->ri_hw;
struct ssdfb_softc *sc = ri->ri_hw;
struct ssdfb_softc *sc = ri->ri_hw;
struct ssdfb_softc *sc = ri->ri_hw;
struct ssdfb_softc *sc = ri->ri_hw;
struct ssdfb_softc *sc = ri->ri_hw;
ssdfb_init_ssd1306(struct ssdfb_softc *sc)
static int ssdfb_init_ssd1306(struct ssdfb_softc *);
ssdfb_init_ssd1322(struct ssdfb_softc *sc)
static int ssdfb_init_ssd1322(struct ssdfb_softc *);
static int ssdfb_init_ssd1353(struct ssdfb_softc *);
static int ssdfb_set_contrast(struct ssdfb_softc *, uint8_t, bool);
static int ssdfb_set_display_on(struct ssdfb_softc *, bool, bool);
static int ssdfb_set_mode(struct ssdfb_softc *, u_int);
static void ssdfb_udv_attach(struct ssdfb_softc *sc);
static bool ssdfb_is_modified(struct ssdfb_softc *sc);
static bool ssdfb_clear_modify(struct ssdfb_softc *sc);
static void ssdfb_damage(struct ssdfb_softc *);
static void ssdfb_set_usepoll(struct ssdfb_softc *, bool);
ssdfb_init_ssd1353(struct ssdfb_softc *sc)
static int ssdfb_sync(struct ssdfb_softc *, bool);
static int ssdfb_sync_ssd1306(struct ssdfb_softc *, bool);
static int ssdfb_sync_ssd1322(struct ssdfb_softc *, bool);
static int ssdfb_sync_ssd1353(struct ssdfb_softc *, bool);
struct ssdfb_softc;
int (*p_init)(struct ssdfb_softc *);
int (*p_sync)(struct ssdfb_softc *, bool);
void ssdfb_attach(struct ssdfb_softc *, int flags);
int ssdfb_detach(struct ssdfb_softc *);
struct ssdfb_softc sc;