| /linux/arch/arm/boot/dts/nxp/imx/ | 
| H A D | imx6qdl-tx6-lcd.dtsi | 81 				hsync-len = <96>;86 				hsync-active = <0>;
 97 				hsync-len = <30>;
 102 				hsync-active = <0>;
 113 				hsync-len = <34>;
 118 				hsync-active = <0>;
 129 				hsync-len = <41>;
 134 				hsync-active = <0>;
 145 				hsync-len = <128>;
 150 				hsync-active = <0>;
 [all …]
 
 | 
| H A D | imx6qdl-tx6-lvds.dtsi | 102 				hsync-len = <60>;116 				hsync-len = <96>;
 118 				hsync-active = <0>;
 132 				hsync-len = <60>;
 134 				hsync-active = <0>;
 145 				hsync-len = <128>;
 150 				hsync-active = <0>;
 161 				hsync-len = <30>;
 166 				hsync-active = <0>;
 195 				hsync-len = <60>;
 [all …]
 
 | 
| H A D | imx53-tx53-x03x.dts | 39 				hsync-len = <96>;44 				hsync-active = <0>;
 55 				hsync-len = <30>;
 60 				hsync-active = <0>;
 71 				hsync-len = <34>;
 76 				hsync-active = <0>;
 87 				hsync-len = <41>;
 92 				hsync-active = <0>;
 103 				hsync-len = <128>;
 108 				hsync-active = <0>;
 [all …]
 
 | 
| H A D | imx53-tx53-x13x.dts | 155 				hsync-len = <60>;160 				hsync-active = <0>;
 171 				hsync-len = <60>;
 176 				hsync-active = <0>;
 197 				hsync-len = <60>;
 202 				hsync-active = <0>;
 
 | 
| /linux/Documentation/fb/ | 
| H A D | viafb.modes | 202     timings 25000 88 40 23 1 128 4 hsync high vsync high endmode224     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()
 
 | 
| /linux/drivers/video/fbdev/core/ | 
| H A D | fbcvt.c | 47 	u32 hsync;  member127 	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/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 …]
 
 | 
| H A D | imx28-btt3-2.dts | 23 			hsync-len = <30>;27 			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: true91           - hsync-active
 121                 hsync-active = <1>; /* Active high */
 
 | 
| H A D | allwinner,sun6i-a31-csi.yaml | 57           hsync-active: true132                      * If hsync-active/vsync-active are missing,
 135                     hsync-active = <0>; /* Active low */
 
 | 
| /linux/include/media/i2c/ | 
| H A D | tvp7002.h | 23  *@hs_polarity:  HSYNC polarity24  *		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>;
 
 | 
| H A D | omap3-devkit8000-lcd43.dts | 23 			hsync-len = <41>;28 			hsync-active = <0>;
 
 | 
| H A D | omap3-devkit8000-lcd70.dts | 23 			hsync-len = <48>;28 			hsync-active = <0>;
 
 | 
| /linux/Documentation/devicetree/bindings/media/i2c/ | 
| 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>;
 
 | 
| H A D | toshiba,tc358746.yaml | 81               hsync-active: true87               - hsync-active
 162               hsync-active = <0>;
 
 | 
| /linux/arch/sh/include/asm/ | 
| H A D | sh7760fb.h | 75 /* HSYNC polarity inversion */90 /* Disable output of HSYNC during VSYNC period */
 145 	 * HSYNC/VSYNC polarities are derived from the fb_var_screeninfo
 151 	 * Hsync-During-Vsync suppression (default off) CL1CNT
 
 | 
| /linux/drivers/video/fbdev/kyro/ | 
| H A D | STG4000VTG.c | 159 	if ((pTiming->HSP > 0) && (pTiming->VSP < 0)) {	/* +hsync -vsync */  in SetupVTG()161 	} else if ((pTiming->HSP < 0) && (pTiming->VSP > 0)) {	/* -hsync +vsync */  in SetupVTG()
 163 	} else if ((pTiming->HSP < 0) && (pTiming->VSP < 0)) {	/* -hsync -vsync */  in SetupVTG()
 165 	} else if ((pTiming->HSP > 0) && (pTiming->VSP > 0)) {	/* +hsync -vsync */  in SetupVTG()
 
 | 
| /linux/drivers/media/pci/mgb4/ | 
| H A D | mgb4_sysfs_out.c | 267 				voutdev->config->regs.hsync);  in hsync_width_show()273  * HSYNC width change is expected to be called on live streams. Video device
 291 	mgb4_mask_reg(&voutdev->mgbdev->video, voutdev->config->regs.hsync,  in hsync_width_store()
 339 				voutdev->config->regs.hsync);  in hback_porch_show()
 363 	mgb4_mask_reg(&voutdev->mgbdev->video, voutdev->config->regs.hsync,  in hback_porch_store()
 411 				voutdev->config->regs.hsync);  in hfront_porch_show()
 435 	mgb4_mask_reg(&voutdev->mgbdev->video, voutdev->config->regs.hsync,  in hfront_porch_store()
 485 	  voutdev->config->regs.hsync);  in hsync_polarity_show()
 491  * HSYNC polarity change is expected to be called on live streams. Video device
 509 	mgb4_mask_reg(&voutdev->mgbdev->video, voutdev->config->regs.hsync,  in hsync_polarity_store()
 
 | 
| /linux/drivers/gpu/drm/gma500/ | 
| H A D | psb_intel_display.c | 271 	REG_WRITE(map->hsync, (adjusted_mode->crtc_hsync_start - 1) |  in psb_intel_crtc_mode_set()386 	int hsync;  in psb_intel_crtc_mode_get()  local
 395 		hsync = REG_READ(map->hsync);  in psb_intel_crtc_mode_get()
 401 		hsync = p->hsync;  in psb_intel_crtc_mode_get()
 413 	mode->hsync_start = (hsync & 0xffff) + 1;  in psb_intel_crtc_mode_get()
 414 	mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;  in psb_intel_crtc_mode_get()
 
 |