Lines Matching refs:bt
313 struct v4l2_bt_timings *bt = &timings->bt; in tc358743_get_detected_timings() local
328 bt->interlaced = i2c_rd8(sd, VI_STATUS1) & MASK_S_V_INTERLACE ? in tc358743_get_detected_timings()
346 bt->width = width; in tc358743_get_detected_timings()
347 bt->height = height; in tc358743_get_detected_timings()
348 bt->vsync = frame_height - height; in tc358743_get_detected_timings()
349 bt->hsync = frame_width - width; in tc358743_get_detected_timings()
350 bt->pixelclock = frame_width * frame_height * fps; in tc358743_get_detected_timings()
351 if (bt->interlaced == V4L2_DV_INTERLACED) { in tc358743_get_detected_timings()
352 bt->height *= 2; in tc358743_get_detected_timings()
353 bt->il_vsync = bt->vsync + 1; in tc358743_get_detected_timings()
354 bt->pixelclock /= 2; in tc358743_get_detected_timings()
673 struct v4l2_bt_timings *bt = &state->timings.bt; in tc358743_num_csi_lanes_needed() local
677 u32 bps = bt->width * bt->height * fps(bt) * bits_pr_pixel; in tc358743_num_csi_lanes_needed()
1490 format->format.width = state->timings.bt.width; in tc358743_get_fmt()
1491 format->format.height = state->timings.bt.height; in tc358743_get_fmt()