Lines Matching refs:terasic_mtl_softc

38 struct terasic_mtl_softc {  struct
176 int terasic_mtl_attach(struct terasic_mtl_softc *sc);
177 void terasic_mtl_detach(struct terasic_mtl_softc *sc);
184 int terasic_mtl_fbd_attach(struct terasic_mtl_softc *sc);
185 void terasic_mtl_fbd_detach(struct terasic_mtl_softc *sc);
186 int terasic_mtl_pixel_attach(struct terasic_mtl_softc *sc);
187 void terasic_mtl_pixel_detach(struct terasic_mtl_softc *sc);
188 int terasic_mtl_reg_attach(struct terasic_mtl_softc *sc);
189 void terasic_mtl_reg_detach(struct terasic_mtl_softc *sc);
190 int terasic_mtl_syscons_attach(struct terasic_mtl_softc *sc);
191 void terasic_mtl_syscons_detach(struct terasic_mtl_softc *sc);
192 int terasic_mtl_text_attach(struct terasic_mtl_softc *sc);
193 void terasic_mtl_text_detach(struct terasic_mtl_softc *sc);
198 void terasic_mtl_reg_blank(struct terasic_mtl_softc *sc);
200 void terasic_mtl_reg_blend_get(struct terasic_mtl_softc *sc,
202 void terasic_mtl_reg_blend_set(struct terasic_mtl_softc *sc,
204 void terasic_mtl_reg_textcursor_get(struct terasic_mtl_softc *sc,
206 void terasic_mtl_reg_textcursor_set(struct terasic_mtl_softc *sc,
208 void terasic_mtl_reg_textframebufaddr_get(struct terasic_mtl_softc *sc,
210 void terasic_mtl_reg_textframebufaddr_set(struct terasic_mtl_softc *sc,
216 void terasic_mtl_blend_default_set(struct terasic_mtl_softc *sc,
218 void terasic_mtl_blend_pixel_set(struct terasic_mtl_softc *sc,
220 void terasic_mtl_blend_textfg_set(struct terasic_mtl_softc *sc,
222 void terasic_mtl_blend_textbg_set(struct terasic_mtl_softc *sc,
224 void terasic_mtl_reg_pixel_endian_set(struct terasic_mtl_softc *sc,
230 void terasic_mtl_text_putc(struct terasic_mtl_softc *sc, u_int x, u_int y,