/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-tx6-lcd.dtsi | 118 hsync-len = <96>; 123 hsync-active = <0>; 134 hsync-len = <30>; 139 hsync-active = <0>; 150 hsync-len = <34>; 155 hsync-active = <0>; 166 hsync-len = <41>; 171 hsync-active = <0>; 182 hsync-len = <128>; 187 hsync-active = <0>; [all …]
|
H A D | imx6qdl-tx6-lvds.dtsi | 138 hsync-len = <60>; 152 hsync-len = <96>; 154 hsync-active = <0>; 168 hsync-len = <60>; 170 hsync-active = <0>; 181 hsync-len = <128>; 186 hsync-active = <0>; 197 hsync-len = <30>; 202 hsync-active = <0>; 231 hsync-len = <60>; [all …]
|
H A D | imx53-tx53-x03x.dts | 75 hsync-len = <96>; 80 hsync-active = <0>; 91 hsync-len = <30>; 96 hsync-active = <0>; 107 hsync-len = <34>; 112 hsync-active = <0>; 123 hsync-len = <41>; 128 hsync-active = <0>; 139 hsync-len = <128>; 144 hsync-active = <0>; [all …]
|
H A D | imx6ul-tx6ul.dtsi | 413 hsync-len = <96>; 418 hsync-active = <0>; 429 hsync-len = <30>; 434 hsync-active = <0>; 445 hsync-len = <34>; 450 hsync-active = <0>; 461 hsync-len = <41>; 466 hsync-active = <0>; 477 hsync-len = <128>; 482 hsync-active = <0>; [all …]
|
H A D | imx53-tx53-x13x.dts | 199 hsync-len = <60>; 204 hsync-active = <0>; 215 hsync-len = <60>; 220 hsync-active = <0>; 241 hsync-len = <60>; 246 hsync-active = <0>;
|
/linux/drivers/video/fbdev/core/ |
H A D | modedb.c | 38 /* 640x400 @ 70 Hz, 31.5 kHz hsync */ 42 /* 640x480 @ 60 Hz, 31.5 kHz hsync */ 46 /* 800x600 @ 56 Hz, 35.15 kHz hsync */ 50 /* 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync */ 54 /* 640x400 @ 85 Hz, 37.86 kHz hsync */ 58 /* 640x480 @ 72 Hz, 36.5 kHz hsync */ 62 /* 640x480 @ 75 Hz, 37.50 kHz hsync */ 66 /* 800x600 @ 60 Hz, 37.8 kHz hsync */ 71 /* 640x480 @ 85 Hz, 43.27 kHz hsync */ 75 /* 1152x864 @ 89 Hz interlaced, 44 kHz hsync */ [all …]
|
H A D | fbcvt.c | 47 u32 hsync; member 127 u32 hsync; in fb_cvt_hsync() local 130 hsync = 32; in fb_cvt_hsync() 132 hsync = (FB_CVT_CELLSIZE * cvt->htotal)/100; in fb_cvt_hsync() 134 hsync &= ~(FB_CVT_CELLSIZE - 1); in fb_cvt_hsync() 135 return hsync; in fb_cvt_hsync() 266 mode->hsync_len = cvt->hsync; in fb_cvt_convert_to_mode() 355 cvt.hsync = fb_cvt_hsync(&cvt); in fb_find_mode_cvt() 359 cvt.h_front_porch = cvt.hblank - cvt.hsync - cvt.h_back_porch + in fb_find_mode_cvt()
|
/linux/Documentation/fb/ |
H A 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/drivers/video/fbdev/geode/ |
H A 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() 168 if (hsync) in cs5530_blank_display() 176 if (hsync && vsync) in cs5530_blank_display()
|
H A 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() 325 if (hsync) in gx_blank_display()
|
/linux/Documentation/admin-guide/media/ |
H A D | mgb4.rst | 108 The type of HSYNC pulses as detected by the video format detector. 119 HSYNC pulses, these must be generated internally in the FPGA to achieve 126 HSYNC pulses, these must be generated internally in the FPGA to achieve 129 internal HSYNC pulse. The value must be greater than 1 and smaller than 142 Width of the HSYNC signal in PCLK clock ticks. 145 the hsync field of the v4l2_bt_timings struct. 154 Number of PCLK pulses between deassertion of the HSYNC signal and the first 162 line (marked by DE=1) and assertion of the HSYNC signal. 239 HSYNC signal polarity. 267 Width of the HSYNC signal in pixels. The default value is 40. [all …]
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 178 bt->hsync > max_hor || bt->hbackporch > max_hor) in v4l2_valid_dv_timings() 280 t1->bt.hsync == t2->bt.hsync && in v4l2_match_dv_timings() 328 bt->hsync, bt->hbackporch); in v4l2_print_dv_timings() 451 #define CVT_HSYNC_PERCENT 8 /* nominal hsync as percentage of line */ 498 int v_fp, v_bp, h_fp, h_bp, hsync; in v4l2_detect_cvt() local 601 hsync = CVT_RB_H_SYNC; in v4l2_detect_cvt() 602 h_fp = h_blank - h_bp - hsync; in v4l2_detect_cvt() 623 hsync = frame_width * CVT_HSYNC_PERCENT / 100; in v4l2_detect_cvt() 624 hsync = (hsync / CVT_CELL_GRAN) * CVT_CELL_GRAN; in v4l2_detect_cvt() 625 h_fp = h_blank - hsync - h_bp; in v4l2_detect_cvt() [all …]
|
/linux/drivers/gpu/drm/sti/ |
H A D | sti_vtg.c | 110 *@hsync: sample number falling and rising edge 117 u32 hsync; member 195 /* Get the hsync position */ in vtg_set_hsync_vsync_pos() 212 sync->hsync = (stop << 16) | start; in vtg_set_hsync_vsync_pos() 254 /* Set hsync and vsync position for HDMI */ in vtg_set_mode() 257 /* Set hsync and vsync position for HD DCS */ in vtg_set_mode() 260 /* Set hsync and vsync position for HDF */ in vtg_set_mode() 263 /* Set hsync and vsync position for DVO */ in vtg_set_mode() 268 writel(sync[i].hsync, in vtg_set_mode()
|
/linux/arch/arm/boot/dts/nxp/mxs/ |
H A D | imx28-tx28.dts | 330 hsync-len = <96>; 335 hsync-active = <0>; 346 hsync-len = <30>; 351 hsync-active = <0>; 362 hsync-len = <34>; 367 hsync-active = <0>; 378 hsync-len = <41>; 383 hsync-active = <0>; 394 hsync-len = <128>; 399 hsync-active = <0>; [all …]
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | tvp514x.txt | 17 - hsync-active: HSYNC Polarity configuration for endpoint. 37 hsync-active = <1>;
|
H A D | tvp7002.txt | 10 - hsync-active: HSYNC Polarity configuration for the bus. Default value when 44 hsync-active = <1>;
|
H A D | ov7670.txt | 13 - hsync-active: active state of the HSYNC signal, 0/1 for LOW/HIGH respectively. 48 hsync-active = <0>;
|
H A D | ovti,ov772x.yaml | 61 hsync-active: 80 hsync-active: false 124 hsync-active = <0>;
|
H A D | ovti,ov5642.yaml | 64 hsync-active: 83 hsync-active: false 135 hsync-active = <0>;
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | renesas,vin.yaml | 90 hsync-active: 92 If both HSYNC and VSYNC polarities are not specified, embedded 98 If both HSYNC and VSYNC polarities are not specified, embedded 139 hsync-active: 141 If both HSYNC and VSYNC polarities are not specified, embedded 147 If both HSYNC and VSYNC polarities are not specified, embedded 344 hsync-active = <0>;
|
H A D | allwinner,sun4i-a10-csi.yaml | 84 hsync-active: true 91 - hsync-active 121 hsync-active = <1>; /* Active high */
|
/linux/include/media/i2c/ |
H A D | tvp7002.h | 23 *@hs_polarity: HSYNC polarity 24 * 0 - Active low HSYNC output, 1 - Active high HSYNC output
|
/linux/drivers/gpu/drm/udl/ |
H A D | udl_proto.h | 45 #define UDL_BLANKMODE_ON 0x00 /* hsync and vsync on, visible */ 46 #define UDL_BLANKMODE_BLANKED 0x01 /* hsync and vsync on, blanked */ 48 #define UDL_BLANKMODE_HSYNC_OFF 0x05 /* hsync off, blanked */
|
/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | display-timings.yaml | 53 hsync-len = <0 44 60>; 67 hsync-len = <0 25 25>; 71 hsync-active = <1>;
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-sbc-t335.dts | 41 hsync-len = <47>; 45 hsync-active = <1>; 53 hsync-len = <136>; 58 hsync-active = <0>;
|