Home | History | Annotate | Download | only in ic

Lines Matching refs:ssdfb_softc

79 static int	ssdfb_init_ssd1306(struct ssdfb_softc *);
80 static int ssdfb_init_ssd1322(struct ssdfb_softc *);
81 static int ssdfb_init_ssd1353(struct ssdfb_softc *);
82 static int ssdfb_set_contrast(struct ssdfb_softc *, uint8_t, bool);
83 static int ssdfb_set_display_on(struct ssdfb_softc *, bool, bool);
84 static int ssdfb_set_mode(struct ssdfb_softc *, u_int);
87 static void ssdfb_udv_attach(struct ssdfb_softc *sc);
88 static bool ssdfb_is_modified(struct ssdfb_softc *sc);
89 static bool ssdfb_clear_modify(struct ssdfb_softc *sc);
90 static void ssdfb_damage(struct ssdfb_softc *);
92 static void ssdfb_set_usepoll(struct ssdfb_softc *, bool);
93 static int ssdfb_sync(struct ssdfb_softc *, bool);
94 static int ssdfb_sync_ssd1306(struct ssdfb_softc *, bool);
95 static int ssdfb_sync_ssd1322(struct ssdfb_softc *, bool);
96 static int ssdfb_sync_ssd1353(struct ssdfb_softc *, bool);
103 static void ssdfb_clear_screen(struct ssdfb_softc *);
267 ssdfb_attach(struct ssdfb_softc *sc, int flags)
447 ssdfb_detach(struct ssdfb_softc *sc)
474 struct ssdfb_softc *sc = v;
585 struct ssdfb_softc *sc = (struct ssdfb_softc *)v;
603 struct ssdfb_softc *sc = v;
621 struct ssdfb_softc *sc = v;
640 struct ssdfb_softc *sc = ri->ri_hw;
650 struct ssdfb_softc *sc = ri->ri_hw;
660 struct ssdfb_softc *sc = ri->ri_hw;
670 struct ssdfb_softc *sc = ri->ri_hw;
680 struct ssdfb_softc *sc = ri->ri_hw;
690 struct ssdfb_softc *sc = ri->ri_hw;
697 ssdfb_init_ssd1306(struct ssdfb_softc *sc)
798 ssdfb_init_ssd1322(struct ssdfb_softc *sc)
924 ssdfb_init_ssd1353(struct ssdfb_softc *sc)
1043 ssdfb_set_contrast(struct ssdfb_softc *sc, uint8_t value, bool usepoll)
1073 ssdfb_set_display_on(struct ssdfb_softc *sc, bool value, bool usepoll)
1085 ssdfb_set_mode(struct ssdfb_softc *sc, u_int mode)
1107 ssdfb_damage(struct ssdfb_softc *sc)
1133 ssdfb_udv_attach(struct ssdfb_softc *sc)
1145 ssdfb_is_modified(struct ssdfb_softc *sc)
1167 ssdfb_clear_modify(struct ssdfb_softc *sc)
1198 struct ssdfb_softc *sc = (struct ssdfb_softc *)arg;
1240 ssdfb_set_usepoll(struct ssdfb_softc *sc, bool enable)
1246 ssdfb_sync(struct ssdfb_softc *sc, bool usepoll)
1252 ssdfb_sync_ssd1306(struct ssdfb_softc *sc, bool usepoll)
1308 ssdfb_sync_ssd1322(struct ssdfb_softc *sc, bool usepoll)
1385 ssdfb_sync_ssd1353(struct ssdfb_softc *sc, bool usepoll)
1521 ssdfb_clear_screen(struct ssdfb_softc *sc)
1534 struct ssdfb_softc *sc;