| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-dv-timings.c | 254 t1->bt.polarities == t2->bt.polarities && in v4l2_match_dv_timings() 305 (bt->polarities & V4L2_DV_HSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings() 309 (bt->polarities & V4L2_DV_VSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings() 314 (bt->polarities & V4L2_DV_VSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings() 472 u32 polarities, in v4l2_detect_cvt() argument 485 if (polarities == V4L2_DV_VSYNC_POS_POL) in v4l2_detect_cvt() 487 else if (polarities == V4L2_DV_HSYNC_POS_POL) in v4l2_detect_cvt() 607 fmt->bt.polarities = polarities; in v4l2_detect_cvt() 689 u32 polarities, in v4l2_detect_gtf() argument 703 if (polarities == V4L2_DV_VSYNC_POS_POL) in v4l2_detect_gtf() [all …]
|
| D | v4l2-ioctl.c | 713 p->bt.polarities, p->bt.hfrontporch, in v4l_print_dv_timings()
|
| /Linux-v5.4/drivers/gpu/drm/arm/ |
| D | hdlcd_crtc.c | 133 unsigned int polarities, err; in hdlcd_crtc_mode_set_nofb() local 142 polarities = HDLCD_POLARITY_DATAEN | HDLCD_POLARITY_DATA; in hdlcd_crtc_mode_set_nofb() 145 polarities |= HDLCD_POLARITY_HSYNC; in hdlcd_crtc_mode_set_nofb() 147 polarities |= HDLCD_POLARITY_VSYNC; in hdlcd_crtc_mode_set_nofb() 161 hdlcd_write(hdlcd, HDLCD_REG_POLARITIES, polarities); in hdlcd_crtc_mode_set_nofb()
|
| /Linux-v5.4/drivers/media/i2c/ |
| D | st-mipid02.c | 413 bool *polarities = ep->bus.mipi_csi2.lane_polarities; in mipid02_configure_clk_lane() local 420 bridge->r.clk_lane_reg1 |= (polarities[0] << 1) | CLK_ENABLE; in mipid02_configure_clk_lane() 426 bool are_lanes_swap, bool *polarities) in mipid02_configure_data0_lane() argument 428 bool are_pin_swap = are_lanes_swap ? polarities[2] : polarities[1]; in mipid02_configure_data0_lane() 445 bool are_lanes_swap, bool *polarities) in mipid02_configure_data1_lane() argument 447 bool are_pin_swap = are_lanes_swap ? polarities[1] : polarities[2]; in mipid02_configure_data1_lane() 463 bool *polarities = ep->bus.mipi_csi2.lane_polarities; in mipid02_configure_from_rx() local 472 polarities); in mipid02_configure_from_rx() 477 polarities); in mipid02_configure_from_rx()
|
| 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 | adv7511-v4l2.c | 1054 ((bt->polarities & V4L2_DV_VSYNC_POS_POL) ? 0 : 0x40) | in adv7511_s_dv_timings() 1055 ((bt->polarities & V4L2_DV_HSYNC_POS_POL) ? 0 : 0x20)); in adv7511_s_dv_timings()
|
| D | adv7604.c | 1591 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-v5.4/include/media/ |
| D | v4l2-dv-timings.h | 156 unsigned active_width, u32 polarities, bool interlaced, 180 u32 polarities, bool interlaced, struct v4l2_fract aspect,
|
| /Linux-v5.4/Documentation/devicetree/bindings/display/bridge/ |
| D | ti,sn65dsi86.txt | 32 - lane-polarities: See ../../media/video-interface.txt 82 lane-polarities = <0 1 0 1>;
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | omap3-n9.dts | 57 lane-polarities = <1 1 1>;
|
| D | omap3-n950.dts | 103 lane-polarities = <1 1 1>;
|
| /Linux-v5.4/Documentation/devicetree/bindings/media/ |
| D | video-interfaces.txt | 115 Note, that if HSYNC and VSYNC polarities are not specified, embedded 144 - lane-polarities: an array of polarities of the lanes starting from the clock 148 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)
|
| D | renesas,vin.txt | 56 If both HSYNC and VSYNC polarities are not specified, embedded
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | dv-timings.rst | 27 width and height, signal polarities, frontporches, backporches, sync
|
| D | vidioc-g-dv-timings.rst | 106 - ``polarities`` 107 - This is a bit mask that defines polarities of sync signals. bit 0
|
| /Linux-v5.4/Documentation/devicetree/bindings/media/i2c/ |
| D | st,st-mipid02.txt | 40 - lane-polarities: any lane can be inverted or not.
|
| /Linux-v5.4/drivers/media/platform/ |
| D | aspeed-video.c | 637 video->detected_timings.polarities &= in aspeed_video_check_and_set_polarity() 640 video->detected_timings.polarities |= in aspeed_video_check_and_set_polarity() 646 video->detected_timings.polarities &= in aspeed_video_check_and_set_polarity() 649 video->detected_timings.polarities |= in aspeed_video_check_and_set_polarity()
|
| /Linux-v5.4/drivers/media/i2c/adv748x/ |
| D | adv748x-hdmi.c | 317 bt->polarities = (polarity & BIT(4) ? V4L2_DV_VSYNC_POS_POL : 0) | in adv748x_hdmi_query_dv_timings()
|
| /Linux-v5.4/drivers/media/platform/vivid/ |
| D | vivid-vid-cap.c | 1672 bt->polarities, bt->interlaced, timings)) in valid_cvt_gtf_timings() 1683 bt->polarities, bt->interlaced, in valid_cvt_gtf_timings()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | videodev2.h | 1389 __u32 polarities; member
|