Searched refs:ssdfb_softc (Results 1 – 4 of 4) sorted by relevance
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 *);[all …]
279 struct ssdfb_softc;329 int (*p_init)(struct ssdfb_softc *);330 int (*p_sync)(struct ssdfb_softc *, bool);333 struct ssdfb_softc { struct376 void ssdfb_attach(struct ssdfb_softc *, int flags); argument377 int ssdfb_detach(struct ssdfb_softc *);
43 struct ssdfb_softc sc;
54 struct ssdfb_softc sc;