Searched refs:V4L2_DV_BT_FRAME_WIDTH (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dths7303.c291 frame_width = V4L2_DV_BT_FRAME_WIDTH(bt);
H A Dths8200.c63 return V4L2_DV_BT_FRAME_WIDTH(t);
H A Dtc358743.c297 if (!V4L2_DV_BT_FRAME_HEIGHT(t) || !V4L2_DV_BT_FRAME_WIDTH(t))
301 V4L2_DV_BT_FRAME_HEIGHT(t) * V4L2_DV_BT_FRAME_WIDTH(t));
H A Dadv7511-v4l2.c1023 fps = (u32)bt->pixelclock / (V4L2_DV_BT_FRAME_WIDTH(bt) * V4L2_DV_BT_FRAME_HEIGHT(bt));
H A Dtda1997x.c775 width = V4L2_DV_BT_FRAME_WIDTH(bt);
H A Dadv7842.c261 return V4L2_DV_BT_FRAME_WIDTH(t);
H A Dadv7604.c334 return V4L2_DV_BT_FRAME_WIDTH(t);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c307 htot = V4L2_DV_BT_FRAME_WIDTH(bt);
418 htot = V4L2_DV_BT_FRAME_WIDTH(bt);
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c309 tot_size = V4L2_DV_BT_FRAME_WIDTH(bt) * V4L2_DV_BT_FRAME_HEIGHT(bt);
310 iowrite32(div_u64((u64)V4L2_DV_BT_FRAME_WIDTH(bt) * COBALT_CLK * 4,
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c405 size = V4L2_DV_BT_FRAME_WIDTH(bt) * V4L2_DV_BT_FRAME_HEIGHT(bt);
1459 total_h_pixel = V4L2_DV_BT_FRAME_WIDTH(bt);
H A Dvivid-vid-out.c239 size = V4L2_DV_BT_FRAME_WIDTH(bt) * V4L2_DV_BT_FRAME_HEIGHT(bt);
H A Dvivid-core.c1295 htot = V4L2_DV_BT_FRAME_WIDTH(bt);
/linux-master/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c701 hsize = V4L2_DV_BT_FRAME_WIDTH(bt);
/linux-master/include/uapi/linux/
H A Dvideodev2.h1633 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ macro

Completed in 350 milliseconds