Searched refs:h_end (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/media/platform/ti/omap3isp/
H A Disphist.c89 | (conf->region[c].h_end <<
323 if (user_cfg->region[c].h_end & ~ISPHIST_REG_START_END_MASK)
329 if (user_cfg->region[c].h_start > user_cfg->region[c].h_end)
389 if (cur_cfg->region[c].h_end != user_cfg->region[c].h_end)
/linux-master/drivers/media/firewire/
H A Dfiredtv-fw.c103 __be32 *h, *h_end; local
107 for (h = header, h_end = h + header_length / 4; h < h_end; h++) {
/linux-master/drivers/video/fbdev/
H A Dwm8505fb.c83 int h_end = h_start + info->var.xres; local
84 int h_all = h_end + info->var.right_margin;
95 writel(h_end, fbi->regbase + WMT_GOVR_TIMING_H_END);
/linux-master/drivers/media/pci/zoran/
H A Dzoran_device.c229 unsigned int h_start, h_end, v_start, v_end; local
269 h_end = h_start + tvn->wa - 1;
271 h_end -= hcrop2;
273 | ((h_end & ZR36057_VFEHCR_HMASK) << ZR36057_VFEHCR_H_END);
/linux-master/include/uapi/linux/
H A Domap3isp.h235 __u16 h_end; member in struct:omap3isp_hist_region
/linux-master/drivers/media/i2c/
H A Dov2680.c142 u16 h_end; member in struct:ov2680_mode
361 sensor->mode.h_end =
397 sensor->mode.h_end, &ret);
H A Dimx274.c1280 u32 h_end; local
1289 h_end = h_start + imx274->crop.width;
1311 h_end, 2);
/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c300 int h_end = (info->var.xres + info->var.right_margin + local
327 h_end = h_total - 2;
338 | SetBitField(h_end, 4: 0, 4:0);

Completed in 148 milliseconds