Lines Matching refs:cxhdl
142 pixfmt->width = cx->cxhdl.width;
143 pixfmt->height = cx->cxhdl.height;
269 if (cx->cxhdl.width == w && cx->cxhdl.height == h &&
287 format.format.width = cx->cxhdl.width = w;
288 format.format.height = cx->cxhdl.height = h;
598 cx2341x_handler_set_50hz(&cx->cxhdl, cx->is_50hz);
599 cx->cxhdl.width = 720;
600 cx->cxhdl.height = cx->is_50hz ? 576 : 480;
1035 v4l2_ctrl_handler_log_status(&cx->cxhdl.hdl, cx->v4l2_dev.name);