Home | History | Annotate | Download | only in amlogic

Lines Matching defs:meson_genfb_softc

93 struct meson_genfb_softc {
123 static void meson_genfb_canvas_config(struct meson_genfb_softc *);
124 static void meson_genfb_osd_config(struct meson_genfb_softc *);
125 static void meson_genfb_scaler_config(struct meson_genfb_softc *);
127 static void meson_genfb_init(struct meson_genfb_softc *);
128 static int meson_genfb_alloc_videomem(struct meson_genfb_softc *);
138 CFATTACH_DECL_NEW(meson_genfb, sizeof(struct meson_genfb_softc),
142 meson_genfb_hdmi_read_4(struct meson_genfb_softc *sc, uint32_t addr)
150 meson_genfb_hdmi_write_4(struct meson_genfb_softc *sc, uint32_t addr,
182 struct meson_genfb_softc *sc = device_private(self);
245 struct meson_genfb_softc *sc = v;
274 struct meson_genfb_softc *sc = v;
291 meson_genfb_canvas_config(struct meson_genfb_softc *sc)
329 meson_genfb_osd_config(struct meson_genfb_softc *sc)
408 meson_genfb_scaler_config(struct meson_genfb_softc *sc)
518 meson_genfb_init(struct meson_genfb_softc *sc)
622 struct meson_genfb_softc *sc;
653 meson_genfb_alloc_videomem(struct meson_genfb_softc *sc)