/Linux-v5.10/arch/arm/boot/dts/ |
D | imx6qdl-tx6-lcd.dtsi | 121 vsync-len = <2>; 124 vsync-active = <0>; 138 vsync-len = <3>; 141 vsync-active = <0>; 155 vsync-len = <3>; 158 vsync-active = <0>; 172 vsync-len = <10>; 175 vsync-active = <0>; 188 vsync-len = <2>; 191 vsync-active = <0>; [all …]
|
D | imx6qdl-tx6-lvds.dtsi | 140 vsync-len = <10>; 154 vsync-len = <2>; 156 vsync-active = <0>; 171 vsync-len = <13>; 173 vsync-active = <0>; 187 vsync-len = <2>; 190 vsync-active = <0>; 204 vsync-len = <3>; 207 vsync-active = <0>; 236 vsync-len = <10>; [all …]
|
D | imx53-tx53-x03x.dts | 78 vsync-len = <2>; 81 vsync-active = <0>; 94 vsync-len = <3>; 97 vsync-active = <0>; 110 vsync-len = <3>; 113 vsync-active = <0>; 126 vsync-len = <10>; 129 vsync-active = <0>; 142 vsync-len = <2>; 145 vsync-active = <0>; [all …]
|
D | imx6ul-tx6ul.dtsi | 442 vsync-len = <2>; 445 vsync-active = <0>; 458 vsync-len = <3>; 461 vsync-active = <0>; 474 vsync-len = <3>; 477 vsync-active = <0>; 490 vsync-len = <10>; 493 vsync-active = <0>; 506 vsync-len = <2>; 509 vsync-active = <0>; [all …]
|
D | imx53-tx53-x13x.dts | 202 vsync-len = <10>; 205 vsync-active = <0>; 218 vsync-len = <13>; 221 vsync-active = <0>; 244 vsync-len = <10>; 247 vsync-active = <0>;
|
D | imx28-tx28.dts | 387 vsync-len = <2>; 390 vsync-active = <0>; 404 vsync-len = <3>; 407 vsync-active = <0>; 421 vsync-len = <3>; 424 vsync-active = <0>; 438 vsync-len = <10>; 441 vsync-active = <0>; 455 vsync-len = <2>; 458 vsync-active = <0>; [all …]
|
D | am335x-sbc-t335.dts | 44 vsync-len = <2>; 46 vsync-active = <1>; 57 vsync-len = <6>; 59 vsync-active = <0>;
|
/Linux-v5.10/Documentation/devicetree/bindings/regulator/ |
D | richtek,rtmv20-regulator.yaml | 16 There're still four pins for camera control, two inputs (strobe and vsync), 18 supply, vsync input from IR camera, and fsin1/fsin2 output for the optional. 52 Fsin1 pulse high delay in microsecond after vsync signal pulse high. 59 Fsin1 pulse high width in microsecond after vsync signal pulse high. 66 Fsin2 pulse high delay in microsecond after vsync signal pulse high. 73 Fsin2 pulse high width in microsecond after vsync signal pulse high. 104 richtek,vsync-polarity-high: 105 description: Vsync pin active polarity control. 150 richtek,vsync-polarity-high;
|
/Linux-v5.10/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 261 t1->bt.vsync == t2->bt.vsync && in v4l2_match_dv_timings() 310 bt->vsync, bt->vbackporch); in v4l2_print_dv_timings() 322 bt->vsync == 8) ? " (V2)" : "", in v4l2_print_dv_timings() 428 #define CVT_MIN_VSYNC_BP 550 /* min time of vsync + back porch (us) */ 455 * @vsync - the height of the vertical sync in lines. 470 unsigned vsync, in v4l2_detect_cvt() argument 482 if (vsync < 4 || vsync > 8) in v4l2_detect_cvt() 492 if (reduced_blanking && vsync == 8) in v4l2_detect_cvt() 498 if (!rb_v2 && vsync > 7) in v4l2_detect_cvt() 509 v_fp -= vsync + v_bp; in v4l2_detect_cvt() [all …]
|
/Linux-v5.10/arch/sh/include/asm/ |
D | sh7760fb.h | 78 /* VSYNC polarity inversion */ 90 /* Disable output of HSYNC during VSYNC period */ 93 /* Disable output of VSYNC during VSYNC period */ 145 * HSYNC/VSYNC polarities are derived from the fb_var_screeninfo 151 * Hsync-During-Vsync suppression (default off) CL1CNT 152 * Vsync-during-vsync suppression (default off) CL2CNT 188 /* set this to 1 to suppress vsync irq use. */
|
/Linux-v5.10/Documentation/fb/ |
D | viafb.modes | 202 timings 25000 88 40 23 1 128 4 hsync high vsync high endmode 224 timings 20203 160 16 21 1 80 3 hsync high vsync high endmode 246 timings 17777 152 32 27 1 64 3 hsync high vsync high endmode 268 timings 14667 216 0 14 7 64 4 hsync high vsync high endmode 290 timings 11912 144 56 39 1 88 3 hsync high vsync high endmode 312 timings 31746 104 24 12 3 80 5 hsync high vsync high endmode 335 hsync high vsync high endmode mode "960x600-60" 389 timings 24218 126 32 15 1 104 3 hsync high vsync high endmode 455 timings 12699 176 16 28 1 96 3 hsync high vsync high endmode 477 timings 10582 208 48 36 1 96 3 hsync high vsync high endmode [all …]
|
/Linux-v5.10/drivers/video/fbdev/geode/ |
D | video_cs5530.c | 113 /* Enable DACs, hsync and vsync for CRTs */ in cs5530_configure_display() 137 int blank, hsync, vsync; in cs5530_blank_display() local 141 blank = 0; hsync = 1; vsync = 1; in cs5530_blank_display() 144 blank = 1; hsync = 1; vsync = 1; in cs5530_blank_display() 147 blank = 1; hsync = 1; vsync = 0; in cs5530_blank_display() 150 blank = 1; hsync = 0; vsync = 1; in cs5530_blank_display() 153 blank = 1; hsync = 0; vsync = 0; in cs5530_blank_display() 170 if (vsync) in cs5530_blank_display() 176 if (hsync && vsync) in cs5530_blank_display()
|
D | video_gx.c | 240 /* Disable hsync and vsync */ in gx_configure_display() 252 /* Enable hsync and vsync. */ in gx_configure_display() 298 int blank, hsync, vsync, crt; in gx_blank_display() local 303 blank = 0; hsync = 1; vsync = 1; crt = 1; in gx_blank_display() 306 blank = 1; hsync = 1; vsync = 1; crt = 1; in gx_blank_display() 309 blank = 1; hsync = 1; vsync = 0; crt = 1; in gx_blank_display() 312 blank = 1; hsync = 0; vsync = 1; crt = 1; in gx_blank_display() 315 blank = 1; hsync = 0; vsync = 0; crt = 0; in gx_blank_display() 327 if (vsync) in gx_blank_display()
|
/Linux-v5.10/Documentation/devicetree/bindings/media/ |
D | renesas,vin.yaml | 85 If both HSYNC and VSYNC polarities are not specified, embedded 89 vsync-active: 91 If both HSYNC and VSYNC polarities are not specified, embedded 147 If both HSYNC and VSYNC polarities are not specified, embedded 151 vsync-active: 153 If both HSYNC and VSYNC polarities are not specified, embedded 387 vsync-active = <0>;
|
D | allwinner,sun6i-a31-csi.yaml | 59 vsync-active: true 105 * If hsync-active/vsync-active are missing, 109 vsync-active = <0>; /* Active low */
|
/Linux-v5.10/Documentation/devicetree/bindings/media/i2c/ |
D | tvp514x.txt | 19 - vsync-active: VSYNC Polarity configuration for endpoint. 38 vsync-active = <1>;
|
D | tvp7002.txt | 13 - vsync-active: VSYNC Polarity configuration for the bus. Default value when 45 vsync-active = <1>;
|
D | ov7670.txt | 14 - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively. 49 vsync-active = <0>;
|
/Linux-v5.10/include/media/i2c/ |
D | tvp7002.h | 25 *@vs_polarity: VSYNC Polarity 26 * 0 - Active low VSYNC output, 1 - Active high VSYNC output
|
/Linux-v5.10/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_dp.txt | 37 -vsync-active-high: 38 VSYNC polarity configuration. 61 -vsync-active-high: deprecated prop that can parsed from drm_display_mode. 101 vsync-len = <6>;
|
D | exynos7-decon.txt | 13 order: FIFO Level, VSYNC, LCD_SYSTEM. The interrupt specifier 16 - interrupt-names: should contain the interrupt names: "fifo", "vsync", 48 interrupt-names = "lcd_sys", "vsync", "fifo";
|
/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_top.h | 57 * struct dpu_vsync_source_cfg - configure vsync source and configure the 62 * @vsync_source: vsync source selection 114 * setup_vsync_source - setup vsync source configuration details 116 * @cfg: vsync source selection configuration
|
/Linux-v5.10/Documentation/devicetree/bindings/display/msm/ |
D | mdp5.txt | 27 * "vsync" 49 - * "vsync" 100 "vsync" 126 "vsync";
|
/Linux-v5.10/include/media/ |
D | v4l2-dv-timings.h | 142 * @vsync: the height of the vertical sync in lines. 155 bool v4l2_detect_cvt(unsigned frame_height, unsigned hfreq, unsigned vsync, 164 * @vsync: the height of the vertical sync in lines. 179 bool v4l2_detect_gtf(unsigned frame_height, unsigned hfreq, unsigned vsync, 211 * - For CVT timings: if reduced blanking v2 (vsync == 8) is true. 216 if ((bt->standards & V4L2_DV_BT_STD_CVT) && (bt->vsync == 8)) in can_reduce_fps()
|
/Linux-v5.10/drivers/media/pci/ttpci/ |
D | budget-patch.c | 44 ** behaviour of VSYNC generated by rps1. 391 // port B VSYNC at rising edge in budget_patch_attach() 455 // Fix VSYNC level in budget_patch_attach() 493 ** (74HCT4040, LVC74) for the generation of this VSYNC signal, in budget_patch_attach() 499 ** GPIO3 is in budget-patch hardware connected to port B VSYNC in budget_patch_attach() 510 ** port B VSYNC pin. Any changing of port B VSYNC will in budget_patch_attach() 512 ** It depends on the phase and frequency of VSYNC and in budget_patch_attach() 525 ** and a VSYNC phase that occurs in the middle of DMA transfer in budget_patch_attach() 546 ** this means VSYNC line is not connected in the hardware. in budget_patch_attach() 548 ** The same behaviour of missing VSYNC can be duplicated on budget in budget_patch_attach() [all …]
|