HomeSort by: relevance | last modified time | path
    Searched refs:ssdfb_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
ssdfb.c 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...]
ssdfbvar.h 279 struct ssdfb_softc;
329 int (*p_init)(struct ssdfb_softc *);
330 int (*p_sync)(struct ssdfb_softc *, bool);
333 struct ssdfb_softc { struct
376 void ssdfb_attach(struct ssdfb_softc *, int flags);
377 int ssdfb_detach(struct ssdfb_softc *);
  /src/sys/dev/i2c/
ssdfb_i2c.c 43 struct ssdfb_softc sc;
  /src/sys/dev/spi/
ssdfb_spi.c 54 struct ssdfb_softc sc;

Completed in 14 milliseconds