Lines Matching refs:current_timings
427 const struct tvp7002_timings_definition *current_timings; member
575 device->current_timings = &tvp7002_timings[i]; in tvp7002_s_dv_timings()
587 *dv_timings = device->current_timings->timings; in tvp7002_g_dv_timings()
625 const struct v4l2_bt_timings *bt = &device->current_timings->timings.bt; in tvp7002_mbus_fmt()
630 f->field = device->current_timings->scanmode; in tvp7002_mbus_fmt()
631 f->colorspace = device->current_timings->color_space; in tvp7002_mbus_fmt()
810 bt = &device->current_timings->timings.bt; in tvp7002_log_status()
882 fmt->format.width = tvp7002->current_timings->timings.bt.width; in tvp7002_get_pad_format()
883 fmt->format.height = tvp7002->current_timings->timings.bt.height; in tvp7002_get_pad_format()
884 fmt->format.field = tvp7002->current_timings->scanmode; in tvp7002_get_pad_format()
885 fmt->format.colorspace = tvp7002->current_timings->color_space; in tvp7002_get_pad_format()
1027 device->current_timings = tvp7002_timings; in tvp7002_probe()
1064 timings = device->current_timings->timings; in tvp7002_probe()