Lines Matching defs:format
625 v4l_err(state->client, "incompatible format (0x%x)\n", code);
637 * HDMI input to the desired output format RGB|YUV. RGB output is to be
1169 v4l2_print_dv_timings(sd->name, "Detected format: ", timings, false);
1768 struct v4l2_mbus_framefmt *format)
1772 memset(format, 0, sizeof(*format));
1774 format->width = bt->width;
1775 format->height = bt->height;
1776 format->colorspace = state->colorimetry.colorspace;
1777 format->field = (bt->interlaced) ?
1783 struct v4l2_subdev_format *format)
1788 __func__, format->pad, format->which);
1790 tda1997x_fill_format(state, &format->format);
1792 if (format->which == V4L2_SUBDEV_FORMAT_TRY) {
1795 fmt = v4l2_subdev_get_try_format(sd, sd_state, format->pad);
1796 format->format.code = fmt->code;
1798 format->format.code = state->mbus_code;
1805 struct v4l2_subdev_format *format)
1812 __func__, format->pad, format->which, format->format.code);
1815 if (format->format.code == state->mbus_codes[i]) {
1823 tda1997x_fill_format(state, &format->format);
1824 format->format.code = code;
1826 if (format->which == V4L2_SUBDEV_FORMAT_TRY) {
1829 fmt = v4l2_subdev_get_try_format(sd, sd_state, format->pad);
1830 *fmt = format->format;
1832 int ret = tda1997x_setup_format(state, format->format.code);
1990 v4l2_print_dv_timings(sd->name, "Configured format: ",
2182 * and reset SUS to force format detection
2197 /* reset start-up-sequencer to force format detection */
2354 if (!of_property_read_string(np, "nxp,audout-format", &str)) {
2360 v4l_err(state->client, "nxp,audout-format invalid\n");
2583 /* set video format based on chip and bus width */
2673 /* default format */