Searched refs:polarities (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 238 t1->bt.polarities == t2->bt.polarities && in v4l2_match_dv_timings() 284 (bt->polarities & V4L2_DV_HSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings() 288 (bt->polarities & V4L2_DV_VSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings() 293 (bt->polarities & V4L2_DV_VSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings() 373 u32 polarities, in v4l2_detect_cvt() argument 386 if (polarities == V4L2_DV_VSYNC_POS_POL) in v4l2_detect_cvt() 388 else if (polarities == V4L2_DV_HSYNC_POS_POL) in v4l2_detect_cvt() 508 fmt->bt.polarities = polarities; in v4l2_detect_cvt() 590 u32 polarities, in v4l2_detect_gtf() argument 604 if (polarities == V4L2_DV_VSYNC_POS_POL) in v4l2_detect_gtf() [all …]
|
D | v4l2-ioctl.c | 698 p->bt.polarities, p->bt.hfrontporch, in v4l_print_dv_timings()
|
/linux-4.4.14/include/media/ |
D | v4l2-dv-timings.h | 146 unsigned active_width, u32 polarities, bool interlaced, 170 u32 polarities, bool interlaced, struct v4l2_fract aspect,
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap3-n9.dts | 51 lane-polarities = <1 1 1>;
|
D | omap3-n950.dts | 51 lane-polarities = <1 1 1>;
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | video-interfaces.txt | 85 Note, that if HSYNC and VSYNC polarities are not specified, embedded 109 - lane-polarities: an array of polarities of the lanes starting from the clock 113 If the lane-polarities property is omitted, the value must be interpreted
|
D | ti,omap3isp.txt | 48 lane-polarities : lane polarity (required on CSI-2)
|
/linux-4.4.14/drivers/media/i2c/ |
D | ths8200.c | 336 if (bt->polarities & V4L2_DV_HSYNC_POS_POL) { in ths8200_setup() 340 if (bt->polarities & V4L2_DV_VSYNC_POS_POL) { in ths8200_setup()
|
D | ths7303.c | 300 (int)bt->pixelclock, bt->polarities); in ths7303_log_status()
|
D | adv7604.c | 1562 bt->polarities = ((hdmi_read(sd, 0x05) & 0x10) ? V4L2_DV_VSYNC_POS_POL : 0) | in adv76xx_query_dv_timings()
|
D | adv7842.c | 1585 bt->polarities = ((hdmi_read(sd, 0x05) & 0x10) ? V4L2_DV_VSYNC_POS_POL : 0) | in adv7842_query_dv_timings()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-vid-cap.c | 1635 bt->polarities, bt->interlaced, timings)) in valid_cvt_gtf_timings() 1646 bt->polarities, bt->interlaced, in valid_cvt_gtf_timings()
|
/linux-4.4.14/include/uapi/linux/ |
D | videodev2.h | 1231 __u32 polarities; member
|