Lines Matching defs:rgb16
2140 udl_fb_block_write(struct udl_softc *sc, uint16_t rgb16, uint32_t x,
2147 r = udl_fb_line_write(sc, rgb16, x, y + i, width);
2156 udl_fb_line_write(struct udl_softc *sc, uint16_t rgb16, uint32_t x,
2170 r = udl_fb_off_write(sc, rgb16, off, block);
2182 udl_fb_off_write(struct udl_softc *sc, uint16_t rgb16, uint32_t off,
2203 lrgb16 = htobe16(rgb16);
2329 udl_fb_block_write_comp(struct udl_softc *sc, uint16_t rgb16, uint32_t x,
2336 r = udl_fb_line_write_comp(sc, rgb16, x, y + i, width);
2345 udl_fb_line_write_comp(struct udl_softc *sc, uint16_t rgb16, uint32_t x,
2359 r = udl_fb_off_write_comp(sc, rgb16, off, block);
2371 udl_fb_off_write_comp(struct udl_softc *sc, uint16_t rgb16, uint32_t off,
2389 lrgb16 = htobe16(rgb16);