Searched refs:V4L2_DV_HSYNC_POS_POL (Results 1 – 12 of 12) sorted by relevance
/linux/include/uapi/linux/ |
A D | v4l2-dv-timings.h | 87 V4L2_DV_HSYNC_POS_POL | V4L2_DV_VSYNC_POS_POL, \ 96 V4L2_DV_HSYNC_POS_POL | V4L2_DV_VSYNC_POS_POL, \ 105 V4L2_DV_HSYNC_POS_POL | V4L2_DV_VSYNC_POS_POL, \ 115 V4L2_DV_HSYNC_POS_POL | V4L2_DV_VSYNC_POS_POL, \ 124 V4L2_DV_HSYNC_POS_POL | V4L2_DV_VSYNC_POS_POL, \ 134 V4L2_DV_HSYNC_POS_POL | V4L2_DV_VSYNC_POS_POL, \ 144 V4L2_DV_HSYNC_POS_POL | V4L2_DV_VSYNC_POS_POL, \ 153 V4L2_DV_HSYNC_POS_POL | V4L2_DV_VSYNC_POS_POL, \ 163 V4L2_DV_HSYNC_POS_POL | V4L2_DV_VSYNC_POS_POL, \ 173 V4L2_DV_HSYNC_POS_POL | V4L2_DV_VSYNC_POS_POL, \ [all …]
|
A D | videodev2.h | 1486 #define V4L2_DV_HSYNC_POS_POL 0x00000002 macro
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-dv-timings.c | 305 (bt->polarities & V4L2_DV_HSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings() 487 else if (polarities == V4L2_DV_HSYNC_POS_POL) in v4l2_detect_cvt() 705 else if (polarities == V4L2_DV_HSYNC_POS_POL) in v4l2_detect_gtf()
|
/linux/drivers/media/i2c/ |
A D | ths8200.c | 336 if (bt->polarities & V4L2_DV_HSYNC_POS_POL) { in ths8200_setup()
|
A D | adv7842.c | 1444 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1449 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1584 ((hdmi_read(sd, 0x05) & 0x20) ? V4L2_DV_HSYNC_POS_POL : 0); in adv7842_query_dv_timings()
|
A D | adv7604.c | 1406 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1411 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1616 ((hdmi_read(sd, 0x05) & 0x20) ? V4L2_DV_HSYNC_POS_POL : 0); in adv76xx_query_dv_timings()
|
A D | adv7511-v4l2.c | 1044 ((bt->polarities & V4L2_DV_HSYNC_POS_POL) ? 0 : 0x20)); in adv7511_s_dv_timings()
|
A D | tda1997x.c | 1153 timings->bt.polarities |= hsync_pos ? V4L2_DV_HSYNC_POS_POL : 0; in tda1997x_detect_std()
|
/linux/drivers/media/i2c/adv748x/ |
A D | adv748x-hdmi.c | 318 (polarity & BIT(5) ? V4L2_DV_HSYNC_POS_POL : 0); in adv748x_hdmi_query_dv_timings()
|
/linux/drivers/media/platform/ |
A D | aspeed-video.c | 707 ~V4L2_DV_HSYNC_POS_POL; in aspeed_video_check_and_set_polarity() 711 V4L2_DV_HSYNC_POS_POL; in aspeed_video_check_and_set_polarity()
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-g-dv-timings.rst | 111 1 (``V4L2_DV_HSYNC_POS_POL``) is for horizontal sync polarity. If
|
/linux/Documentation/userspace-api/media/ |
A D | videodev2.h.rst.exceptions | 305 replace define V4L2_DV_HSYNC_POS_POL :c:type:`v4l2_bt_timings`
|
Completed in 46 milliseconds