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

  /src/sys/dev/sbus/
cgtwelve.c 63 struct cgtwelve_softc { struct
87 static void cgtwelve_write_wid(struct cgtwelve_softc *, int, uint8_t);
88 static void cgtwelve_select_ovl(struct cgtwelve_softc *, int);
94 static void cgtwelve_write_dac(struct cgtwelve_softc *, int, int, int, int);
95 static void cgtwelve_setup(struct cgtwelve_softc *, int);
97 CFATTACH_DECL_NEW(cgtwelve, sizeof(struct cgtwelve_softc),
149 struct cgtwelve_softc *sc = device_private(self);
277 cgtwelve_select_ovl(struct cgtwelve_softc *sc, int which)
344 cgtwelve_write_wid(struct cgtwelve_softc *sc, int idx, uint8_t wid)
352 cgtwelve_write_dac(struct cgtwelve_softc *sc, int idx, int r, int g, int b
    [all...]
cgtwelve.c 63 struct cgtwelve_softc { struct
87 static void cgtwelve_write_wid(struct cgtwelve_softc *, int, uint8_t);
88 static void cgtwelve_select_ovl(struct cgtwelve_softc *, int);
94 static void cgtwelve_write_dac(struct cgtwelve_softc *, int, int, int, int);
95 static void cgtwelve_setup(struct cgtwelve_softc *, int);
97 CFATTACH_DECL_NEW(cgtwelve, sizeof(struct cgtwelve_softc),
149 struct cgtwelve_softc *sc = device_private(self);
277 cgtwelve_select_ovl(struct cgtwelve_softc *sc, int which)
344 cgtwelve_write_wid(struct cgtwelve_softc *sc, int idx, uint8_t wid)
352 cgtwelve_write_dac(struct cgtwelve_softc *sc, int idx, int r, int g, int b
    [all...]
cgtwelve.c 63 struct cgtwelve_softc { struct
87 static void cgtwelve_write_wid(struct cgtwelve_softc *, int, uint8_t);
88 static void cgtwelve_select_ovl(struct cgtwelve_softc *, int);
94 static void cgtwelve_write_dac(struct cgtwelve_softc *, int, int, int, int);
95 static void cgtwelve_setup(struct cgtwelve_softc *, int);
97 CFATTACH_DECL_NEW(cgtwelve, sizeof(struct cgtwelve_softc),
149 struct cgtwelve_softc *sc = device_private(self);
277 cgtwelve_select_ovl(struct cgtwelve_softc *sc, int which)
344 cgtwelve_write_wid(struct cgtwelve_softc *sc, int idx, uint8_t wid)
352 cgtwelve_write_dac(struct cgtwelve_softc *sc, int idx, int r, int g, int b
    [all...]

Completed in 31 milliseconds