Lines Matching defs:width
222 unsigned short width;
242 .width = 640,
249 .width = 720,
256 .width = 320,
263 .width = 360,
270 .width = 160,
277 .width = 180,
287 .width = 768,
294 .width = 720,
301 .width = 384,
308 .width = 360,
315 .width = 192,
322 .width = 180,
429 u32 width, u32 height)
447 tmp = abs(width - scale[i].width) +
490 priv->scale->width,
649 static int tw9910_set_frame(struct v4l2_subdev *sd, u32 *width, u32 *height)
657 priv->scale = tw9910_select_norm(priv->norm, *width, *height);
664 /* Set bus width. */
709 *width = priv->scale->width;
738 sel->r.width = 640;
741 sel->r.width = 768;
765 mf->width = priv->scale->width;
777 u32 width = mf->width, height = mf->height;
789 ret = tw9910_set_frame(sd, &width, &height);
793 mf->width = width;
822 scale = tw9910_select_norm(priv->norm, mf->width, mf->height);
826 mf->width = scale->width;
843 /* TW9910 only use 8 or 16 bit bus width. */
845 dev_err(&client->dev, "bus width error\n");