meson_genfb_softc
static void meson_genfb_canvas_config(struct meson_genfb_softc *);
static void meson_genfb_osd_config(struct meson_genfb_softc *);
static void meson_genfb_scaler_config(struct meson_genfb_softc *);
static void meson_genfb_init(struct meson_genfb_softc *);
static int meson_genfb_alloc_videomem(struct meson_genfb_softc *);
CFATTACH_DECL_NEW(meson_genfb, sizeof(struct meson_genfb_softc),
meson_genfb_hdmi_read_4(struct meson_genfb_softc *sc, uint32_t addr)
meson_genfb_hdmi_write_4(struct meson_genfb_softc *sc, uint32_t addr,
struct meson_genfb_softc *sc = device_private(self);
struct meson_genfb_softc *sc = v;
struct meson_genfb_softc *sc = v;
meson_genfb_canvas_config(struct meson_genfb_softc *sc)
meson_genfb_osd_config(struct meson_genfb_softc *sc)
meson_genfb_scaler_config(struct meson_genfb_softc *sc)
meson_genfb_init(struct meson_genfb_softc *sc)
struct meson_genfb_softc *sc;
meson_genfb_alloc_videomem(struct meson_genfb_softc *sc)