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