Lines Matching refs:bt
38 struct v4l2_bt_timings bt; member
145 state->bt.pixelclock = 0; in ths7303_s_std_output()
170 if (state->bt.pixelclock > 120000000) in ths7303_config()
172 else if (state->bt.pixelclock > 70000000) in ths7303_config()
174 else if (state->bt.pixelclock > 20000000) in ths7303_config()
204 state->bt = dv_timings->bt; in ths7303_s_dv_timings()
286 if (state->bt.pixelclock) { in ths7303_log_status()
287 struct v4l2_bt_timings *bt = &state->bt; in ths7303_log_status() local
290 frame_width = V4L2_DV_BT_FRAME_WIDTH(bt); in ths7303_log_status()
291 frame_height = V4L2_DV_BT_FRAME_HEIGHT(bt); in ths7303_log_status()
294 bt->width, bt->height, bt->interlaced ? "i" : "p", in ths7303_log_status()
296 (int)bt->pixelclock / in ths7303_log_status()
299 (int)bt->pixelclock, bt->polarities); in ths7303_log_status()