Lines Matching defs:lwidth
2118 uint16_t lwidth;
2127 lwidth = width * 2;
2134 udl_cmd_insert_buf(sc, buf, lwidth);
2186 uint16_t lwidth, lrgb16;
2195 lwidth = width * 2;
2202 for (i = 0; i < lwidth; i += 2) {
2207 udl_cmd_insert_buf(sc, buf, lwidth);
2286 uint16_t lwidth;
2295 lwidth = width * 2;
2305 while (sent < lwidth) {
2317 r = udl_cmd_insert_buf_comp(sc, buf + sent, lwidth - sent);
2318 if (r > 0 && r != (lwidth - sent)) {
2377 uint16_t lwidth, lrgb16;
2386 lwidth = width * 2;
2388 for (i = 0; i < lwidth; i += 2) {
2401 while (sent < lwidth) {
2413 r = udl_cmd_insert_buf_comp(sc, buf + sent, lwidth - sent);
2414 if (r > 0 && r != (lwidth - sent)) {