Home
last modified time | relevance | path

Searched refs:h_end (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/media/platform/omap3isp/
Disphist.c92 | (conf->region[c].h_end << in hist_setup_regs()
326 if (user_cfg->region[c].h_end & ~ISPHIST_REG_START_END_MASK) in hist_validate_params()
332 if (user_cfg->region[c].h_start > user_cfg->region[c].h_end) in hist_validate_params()
392 if (cur_cfg->region[c].h_end != user_cfg->region[c].h_end) in hist_comp_params()
/Linux-v4.19/drivers/media/firewire/
Dfiredtv-fw.c102 __be32 *h, *h_end; in handle_iso() local
106 for (h = header, h_end = h + header_length / 4; h < h_end; h++) { in handle_iso()
/Linux-v4.19/drivers/video/fbdev/
Dwm8505fb.c91 int h_end = h_start + info->var.xres; in wm8505fb_set_timing() local
92 int h_all = h_end + info->var.right_margin; in wm8505fb_set_timing()
103 writel(h_end, fbi->regbase + WMT_GOVR_TIMING_H_END); in wm8505fb_set_timing()
/Linux-v4.19/include/uapi/linux/
Domap3isp.h230 __u16 h_end; member
/Linux-v4.19/drivers/media/i2c/
Dimx274.c1146 u32 h_end; in imx274_apply_trimming() local
1155 h_end = h_start + imx274->crop.width; in imx274_apply_trimming()
1177 h_end, 2); in imx274_apply_trimming()
/Linux-v4.19/drivers/video/fbdev/nvidia/
Dnvidia.c304 int h_end = (info->var.xres + info->var.right_margin + in nvidia_calc_regs() local
331 h_end = h_total - 2; in nvidia_calc_regs()
342 | SetBitField(h_end, 4: 0, 4:0); in nvidia_calc_regs()