| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/ |
| 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 | 418 vsync-len = <2>; 421 vsync-active = <0>; 434 vsync-len = <3>; 437 vsync-active = <0>; 450 vsync-len = <3>; 453 vsync-active = <0>; 466 vsync-len = <10>; 469 vsync-active = <0>; 482 vsync-len = <2>; 485 vsync-active = <0>; [all …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-6.6/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. 151 richtek,vsync-polarity-high;
|
| /kernel/linux/linux-5.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;
|
| /kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
| D | v4l2-dv-timings.c | 181 bt->vsync > max_vert || bt->vbackporch > max_vert) in v4l2_valid_dv_timings() 283 t1->bt.vsync == t2->bt.vsync && in v4l2_match_dv_timings() 332 bt->vsync, bt->vbackporch); in v4l2_print_dv_timings() 344 bt->vsync == 8) ? " (V2)" : "", in v4l2_print_dv_timings() 450 #define CVT_MIN_VSYNC_BP 550 /* min time of vsync + back porch (us) */ 477 * @vsync - the height of the vertical sync in lines. 492 unsigned vsync, in v4l2_detect_cvt() argument 504 if (vsync < 4 || vsync > 8) in v4l2_detect_cvt() 514 if (reduced_blanking && vsync == 8) in v4l2_detect_cvt() 520 if (!rb_v2 && vsync > 7) in v4l2_detect_cvt() [all …]
|
| /kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
| D | v4l2-dv-timings.c | 181 bt->vsync > max_vert || bt->vbackporch > max_vert) in v4l2_valid_dv_timings() 283 t1->bt.vsync == t2->bt.vsync && in v4l2_match_dv_timings() 332 bt->vsync, bt->vbackporch); in v4l2_print_dv_timings() 344 bt->vsync == 8) ? " (V2)" : "", in v4l2_print_dv_timings() 450 #define CVT_MIN_VSYNC_BP 550 /* min time of vsync + back porch (us) */ 477 * @vsync - the height of the vertical sync in lines. 493 unsigned int vsync, in v4l2_detect_cvt() argument 507 if (vsync < 4 || vsync > 8) in v4l2_detect_cvt() 517 if (reduced_blanking && vsync == 8) in v4l2_detect_cvt() 523 if (!rb_v2 && vsync > 7) in v4l2_detect_cvt() [all …]
|
| /kernel/linux/linux-5.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. */
|
| /kernel/linux/linux-6.6/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. */
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.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()
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/mxs/ |
| D | imx28-tx28.dts | 333 vsync-len = <2>; 336 vsync-active = <0>; 350 vsync-len = <3>; 353 vsync-active = <0>; 367 vsync-len = <3>; 370 vsync-active = <0>; 384 vsync-len = <10>; 387 vsync-active = <0>; 401 vsync-len = <2>; 404 vsync-active = <0>; [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/ |
| D | tvp514x.txt | 19 - vsync-active: VSYNC Polarity configuration for endpoint. 38 vsync-active = <1>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | tvp514x.txt | 19 - vsync-active: VSYNC Polarity configuration for endpoint. 38 vsync-active = <1>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/ |
| D | renesas,vin.yaml | 88 If both HSYNC and VSYNC polarities are not specified, embedded 92 vsync-active: 94 If both HSYNC and VSYNC polarities are not specified, embedded 137 If both HSYNC and VSYNC polarities are not specified, embedded 141 vsync-active: 143 If both HSYNC and VSYNC polarities are not specified, embedded 341 vsync-active = <0>;
|
| /kernel/linux/linux-5.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 399 vsync-active = <0>;
|