Lines Matching refs:mf

1715 	struct v4l2_mbus_framefmt *mf = &format->format;  in hi846_set_format()  local
1717 const struct hi846_datafmt *fmt = hi846_find_datafmt(mf->code); in hi846_set_format()
1722 mf->code = hi846_colour_fmts[0].code; in hi846_set_format()
1723 mf->colorspace = hi846_colour_fmts[0].colorspace; in hi846_set_format()
1728 *v4l2_subdev_get_try_format(sd, sd_state, format->pad) = *mf; in hi846_set_format()
1758 width, height, mf->width, mf->height); in hi846_set_format()
1765 mf->width = hi846->cur_mode->width; in hi846_set_format()
1766 mf->height = hi846->cur_mode->height; in hi846_set_format()
1767 mf->code = HI846_MEDIA_BUS_FORMAT; in hi846_set_format()
1768 mf->field = V4L2_FIELD_NONE; in hi846_set_format()
1789 mf->width, mf->height, in hi846_set_format()
1802 struct v4l2_mbus_framefmt *mf = &format->format; in hi846_get_format() local
1813 mf->code = HI846_MEDIA_BUS_FORMAT; in hi846_get_format()
1814 mf->colorspace = V4L2_COLORSPACE_RAW; in hi846_get_format()
1815 mf->field = V4L2_FIELD_NONE; in hi846_get_format()
1816 mf->width = hi846->cur_mode->width; in hi846_get_format()
1817 mf->height = hi846->cur_mode->height; in hi846_get_format()
1821 mf->width, mf->height, mf->code, mf->colorspace); in hi846_get_format()
1899 struct v4l2_mbus_framefmt *mf; in hi846_init_cfg() local
1901 mf = v4l2_subdev_get_try_format(sd, sd_state, 0); in hi846_init_cfg()
1904 mf->code = HI846_MEDIA_BUS_FORMAT; in hi846_init_cfg()
1905 mf->colorspace = V4L2_COLORSPACE_RAW; in hi846_init_cfg()
1906 mf->field = V4L2_FIELD_NONE; in hi846_init_cfg()
1907 mf->width = hi846->cur_mode->width; in hi846_init_cfg()
1908 mf->height = hi846->cur_mode->height; in hi846_init_cfg()