Lines Matching defs:height
163 unsigned short height;
511 u32 width, u32 height)
517 ((height >> 8) & 7));
522 ret = reg_write(client, reg_y, height & 0xff);
550 int output_w, output_h, input_w = rect->width, input_h = rect->height;
557 /* arbitrary minimum width and height, edges unimportant */
572 rj54n1->height = output_h;
575 rj54n1->rect.height = input_h;
595 sel->r.height = RJ54N1_MAX_HEIGHT;
623 mf->height = rj54n1->height;
670 dev_dbg(&client->dev, "Adjusted output height: 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);
1009 &mf->height, 84, RJ54N1_MAX_HEIGHT, align, 0);
1099 max_h = mf->height * (16 * 1024 - 1) / 1024;
1104 output_h = mf->height;
1116 rj54n1->rect.height = input_h;
1118 rj54n1->height = output_h;
1121 mf->height = output_h;
1342 rj54n1->rect.height = RJ54N1_MAX_HEIGHT;
1344 rj54n1->height = RJ54N1_MAX_HEIGHT;