Lines Matching defs:width
390 int width, int height, int depth,
406 width, height, name, address, depth, pitch);
432 var->xres = var->xres_virtual = width;
499 var->height = var->width = -1;
541 int i, width = 640, height = 480, depth = 8, pitch = 640;
563 pp = of_get_property(dp, "linux,bootx-width", &len);
565 pp = of_get_property(dp, "width", &len);
567 width = be32_to_cpup(pp);
581 pitch = width * ((depth + 7) / 8);
654 width, height, depth, pitch, address,