| /kernel/linux/linux-6.6/include/media/ |
| D | v4l2-dv-timings.h | 146 * @polarities: the horizontal and vertical polarities (same as struct 147 * v4l2_bt_timings polarities). 158 u32 polarities, bool interlaced, 168 * @polarities: the horizontal and vertical polarities (same as struct 169 * v4l2_bt_timings polarities). 184 unsigned int vsync, u32 polarities, bool interlaced,
|
| /kernel/linux/linux-5.10/include/media/ |
| D | v4l2-dv-timings.h | 146 * @polarities: the horizontal and vertical polarities (same as struct 147 * v4l2_bt_timings polarities). 156 unsigned active_width, u32 polarities, bool interlaced, 165 * @polarities: the horizontal and vertical polarities (same as struct 166 * v4l2_bt_timings polarities). 180 u32 polarities, bool interlaced, struct v4l2_fract aspect,
|
| /kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
| D | v4l2-dv-timings.c | 276 t1->bt.polarities == t2->bt.polarities && in v4l2_match_dv_timings() 327 (bt->polarities & V4L2_DV_HSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings() 331 (bt->polarities & V4L2_DV_VSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings() 336 (bt->polarities & V4L2_DV_VSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings() 481 * @polarities - the horizontal and vertical polarities (same as struct 482 * v4l2_bt_timings polarities). 494 u32 polarities, in v4l2_detect_cvt() argument 507 if (polarities == V4L2_DV_VSYNC_POS_POL) in v4l2_detect_cvt() 509 else if (polarities == V4L2_DV_HSYNC_POS_POL) in v4l2_detect_cvt() 629 fmt->bt.polarities = polarities; in v4l2_detect_cvt() [all …]
|
| /kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
| D | v4l2-dv-timings.c | 276 t1->bt.polarities == t2->bt.polarities && in v4l2_match_dv_timings() 327 (bt->polarities & V4L2_DV_HSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings() 331 (bt->polarities & V4L2_DV_VSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings() 336 (bt->polarities & V4L2_DV_VSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings() 481 * @polarities - the horizontal and vertical polarities (same as struct 482 * v4l2_bt_timings polarities). 495 u32 polarities, in v4l2_detect_cvt() argument 510 if (polarities == V4L2_DV_VSYNC_POS_POL) in v4l2_detect_cvt() 512 else if (polarities == V4L2_DV_HSYNC_POS_POL) in v4l2_detect_cvt() 632 t.bt.polarities = polarities; in v4l2_detect_cvt() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/arm/ |
| D | hdlcd_crtc.c | 132 unsigned int polarities, err; in hdlcd_crtc_mode_set_nofb() local 141 polarities = HDLCD_POLARITY_DATAEN | HDLCD_POLARITY_DATA; in hdlcd_crtc_mode_set_nofb() 144 polarities |= HDLCD_POLARITY_HSYNC; in hdlcd_crtc_mode_set_nofb() 146 polarities |= HDLCD_POLARITY_VSYNC; in hdlcd_crtc_mode_set_nofb() 160 hdlcd_write(hdlcd, HDLCD_REG_POLARITIES, polarities); in hdlcd_crtc_mode_set_nofb()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| D | st-mipid02.c | 436 bool *polarities = ep->bus.mipi_csi2.lane_polarities; in mipid02_configure_clk_lane() local 443 bridge->r.clk_lane_reg1 |= (polarities[0] << 1) | CLK_ENABLE; in mipid02_configure_clk_lane() 449 bool are_lanes_swap, bool *polarities) in mipid02_configure_data0_lane() argument 451 bool are_pin_swap = are_lanes_swap ? polarities[2] : polarities[1]; in mipid02_configure_data0_lane() 468 bool are_lanes_swap, bool *polarities) in mipid02_configure_data1_lane() argument 470 bool are_pin_swap = are_lanes_swap ? polarities[1] : polarities[2]; in mipid02_configure_data1_lane() 486 bool *polarities = ep->bus.mipi_csi2.lane_polarities; in mipid02_configure_from_rx() local 495 polarities); in mipid02_configure_from_rx() 500 polarities); in mipid02_configure_from_rx()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/ |
| D | video-interfaces.yaml | 125 that if HSYNC and VSYNC polarities are not specified, embedded 198 lane-polarities: 205 An array of polarities of the lanes starting from the clock lane and 209 lane-polarities property is omitted, the value must be interpreted as 0
|
| D | renesas,vin.yaml | 88 If both HSYNC and VSYNC polarities are not specified, embedded 94 If both HSYNC and VSYNC polarities are not specified, embedded 137 If both HSYNC and VSYNC polarities are not specified, embedded 143 If both HSYNC and VSYNC polarities are not specified, embedded
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
| D | renesas,vin.yaml | 85 If both HSYNC and VSYNC polarities are not specified, embedded 91 If both HSYNC and VSYNC polarities are not specified, embedded 147 If both HSYNC and VSYNC polarities are not specified, embedded 153 If both HSYNC and VSYNC polarities are not specified, embedded
|
| D | video-interfaces.txt | 479 Note, that if HSYNC and VSYNC polarities are not specified, embedded 508 - lane-polarities: an array of polarities of the lanes starting from the clock 512 If the lane-polarities property is omitted, the value must be interpreted
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/ |
| D | ti,sn65dsi86.yaml | 162 lane-polarities: 172 lane-polarities: [data-lanes] 287 lane-polarities = <0 1 0 1>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/bridge/ |
| D | ti,sn65dsi86.yaml | 134 lane-polarities: 143 lane-polarities: [data-lanes] 267 lane-polarities = <0 1 0 1>;
|
| D | samsung,mipi-dsim.yaml | 125 lane-polarities: 133 lane-polarities: [data-lanes]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/ |
| D | st,st-mipid02.yaml | 70 lane-polarities: 94 lane-polarities:
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/renesas/ |
| D | r8a779a0-falcon-csi-dsi.dtsi | 134 lane-polarities = <0 0 0 0 1>; 156 lane-polarities = <0 0 0 0 1>;
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
| D | sc7180-trogdor-lazor-r0.dts | 23 lane-polarities = <1 0>;
|
| /kernel/linux/linux-5.10/arch/sh/include/asm/ |
| D | sh7760fb.h | 145 * HSYNC/VSYNC polarities are derived from the fb_var_screeninfo 146 * data above; however the polarities of the following signals
|
| /kernel/linux/linux-6.6/arch/sh/include/asm/ |
| D | sh7760fb.h | 145 * HSYNC/VSYNC polarities are derived from the fb_var_screeninfo 146 * data above; however the polarities of the following signals
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | dv-timings.rst | 20 width and height, signal polarities, frontporches, backporches, sync
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | dv-timings.rst | 20 width and height, signal polarities, frontporches, backporches, sync
|
| /kernel/linux/linux-5.10/drivers/spi/ |
| D | spi-bcm63xx-hsspi.c | 249 /* only change actual polarities if there is no transfer */ in bcm63xx_hsspi_setup() 289 * e. At the end restore the polarities again to their default values. in bcm63xx_hsspi_transfer_one() 437 /* read out default CS polarities */ in bcm63xx_hsspi_probe()
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | omap3-n9.dts | 56 lane-polarities = <1 1 1>;
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/ |
| D | omap3-n9.dts | 56 lane-polarities = <1 1 1>;
|