Lines Matching refs:bt
38 struct v4l2_bt_timings bt; member
149 state->bt.pixelclock = 0; in ths7303_s_std_output()
174 if (state->bt.pixelclock > 120000000) in ths7303_config()
176 else if (state->bt.pixelclock > 70000000) in ths7303_config()
178 else if (state->bt.pixelclock > 20000000) in ths7303_config()
208 state->bt = dv_timings->bt; in ths7303_s_dv_timings()
291 if (state->bt.pixelclock) { in ths7303_log_status()
292 struct v4l2_bt_timings *bt = bt = &state->bt; in ths7303_log_status() local
295 frame_width = V4L2_DV_BT_FRAME_WIDTH(bt); in ths7303_log_status()
296 frame_height = V4L2_DV_BT_FRAME_HEIGHT(bt); in ths7303_log_status()
299 bt->width, bt->height, bt->interlaced ? "i" : "p", in ths7303_log_status()
301 (int)bt->pixelclock / in ths7303_log_status()
304 (int)bt->pixelclock, bt->polarities); in ths7303_log_status()