Lines Matching defs:width
162 unsigned short width; /* Output window */
511 u32 width, u32 height)
516 ((width >> 4) & 0x70) |
520 ret = reg_write(client, reg_x, width & 0xff);
550 int output_w, output_h, input_w = rect->width, input_h = rect->height;
557 /* arbitrary minimum width and height, edges unimportant */
571 rj54n1->width = output_w;
574 rj54n1->rect.width = input_w;
594 sel->r.width = RJ54N1_MAX_WIDTH;
622 mf->width = rj54n1->width;
658 dev_dbg(&client->dev, "Adjusted output width: in %u, out %u\n",
984 input_w = rj54n1->rect.width, input_h = rj54n1->rect.height;
995 dev_dbg(&client->dev, "%s: code = %d, width = %u, height = %u\n",
996 __func__, mf->code, mf->width, mf->height);
1008 v4l_bound_align_image(&mf->width, 112, RJ54N1_MAX_WIDTH, align,
1096 max_w = mf->width * (16 * 1024 - 1) / 1024;
1103 output_w = mf->width;
1115 rj54n1->rect.width = input_w;
1117 rj54n1->width = output_w;
1120 mf->width = output_w;
1342 rj54n1->rect.width = RJ54N1_MAX_WIDTH;
1344 rj54n1->width = RJ54N1_MAX_WIDTH;