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

  /src/sys/arch/zaurus/dev/
w100var.h 20 struct w100_softc { struct
70 void w100_attach_subr(struct w100_softc *, bus_space_tag_t,
74 void w100_suspend(struct w100_softc *);
75 void w100_resume(struct w100_softc *);
w100.c 65 static void w100_initialize(struct w100_softc *sc,
67 static int w100_new_screen(struct w100_softc *sc, int depth,
69 static void w100_lcd_geometry(struct w100_softc *sc,
72 static void w100_setup_rasops(struct w100_softc *sc,
82 w100_lcd_geometry(struct w100_softc *sc,
128 w100_initialize(struct w100_softc *sc, const struct w100_panel_geometry *geom)
139 w100_attach_subr(struct w100_softc *sc, bus_space_tag_t iot,
233 w100_new_screen(struct w100_softc *sc, int depth, struct w100_screen **scrpp)
256 w100_setup_rasops(struct w100_softc *sc, struct rasops_info *rinfo,
297 w100_suspend(struct w100_softc *sc
    [all...]
w100lcd.c 117 CFATTACH_DECL_NEW(w100lcd, sizeof(struct w100_softc),
135 struct w100_softc *sc = device_private(self);
168 struct w100_softc *sc = device_private(dv);
181 struct w100_softc *sc = device_private(dv);
198 struct w100_softc *sc = (struct w100_softc *)v;

Completed in 14 milliseconds