Lines Matching refs:det
771 struct v4l2_bt_timings *det = &video->detected_timings;
773 det->width = MIN_WIDTH;
774 det->height = MIN_HEIGHT;
820 det->vfrontporch = video->frame_top;
821 det->vbackporch = ((mds & VE_MODE_DETECT_V_LINES) >>
823 det->vsync = (sync & VE_SYNC_STATUS_VSYNC) >>
831 det->hfrontporch = video->frame_left;
832 det->hbackporch = htotal - video->frame_right;
833 det->hsync = sync & VE_SYNC_STATUS_HSYNC;
845 det->height = (video->frame_bottom - video->frame_top) + 1;
846 det->width = (video->frame_right - video->frame_left) + 1;
858 dev_dbg(video->dev, "Got resolution: %dx%d\n", det->width,
859 det->height);