hdiv 46 drivers/cpufreq/s3c2410-cpufreq.c unsigned int hdiv, pdiv; hdiv 57 drivers/cpufreq/s3c2410-cpufreq.c hdiv = (fclk > cfg->max.hclk) ? 2 : 1; hdiv 58 drivers/cpufreq/s3c2410-cpufreq.c hclk = fclk / hdiv; hdiv 73 drivers/cpufreq/s3c2410-cpufreq.c pdiv *= hdiv; hdiv 77 drivers/cpufreq/s3c2410-cpufreq.c cfg->divs.h_divisor = hdiv; hdiv 42 drivers/cpufreq/s3c2412-cpufreq.c unsigned int hdiv, pdiv, armdiv, dvs; hdiv 72 drivers/cpufreq/s3c2412-cpufreq.c hdiv = armdiv_clk / hclk_max; hdiv 73 drivers/cpufreq/s3c2412-cpufreq.c if (hdiv < 1) hdiv 74 drivers/cpufreq/s3c2412-cpufreq.c hdiv = 1; hdiv 76 drivers/cpufreq/s3c2412-cpufreq.c cfg->freq.hclk = hclk = armdiv_clk / hdiv; hdiv 85 drivers/cpufreq/s3c2412-cpufreq.c __func__, armclk, hclk, armdiv, hdiv, cfg->divs.dvs); hdiv 87 drivers/cpufreq/s3c2412-cpufreq.c if (hdiv > 4) hdiv 102 drivers/cpufreq/s3c2412-cpufreq.c pdiv *= hdiv; hdiv 106 drivers/cpufreq/s3c2412-cpufreq.c cfg->divs.h_divisor = hdiv * armdiv; hdiv 56 drivers/cpufreq/s3c2440-cpufreq.c unsigned int hdiv, pdiv; hdiv 76 drivers/cpufreq/s3c2440-cpufreq.c for (hdiv = 1; hdiv < 9; hdiv++) { hdiv 77 drivers/cpufreq/s3c2440-cpufreq.c if (hdiv == 5 || hdiv == 7) hdiv 78 drivers/cpufreq/s3c2440-cpufreq.c hdiv++; hdiv 80 drivers/cpufreq/s3c2440-cpufreq.c hclk = (fclk / hdiv); hdiv 85 drivers/cpufreq/s3c2440-cpufreq.c s3c_freq_dbg("%s: hclk %lu, div %d\n", __func__, hclk, hdiv); hdiv 87 drivers/cpufreq/s3c2440-cpufreq.c if (hdiv > 8) hdiv 100 drivers/cpufreq/s3c2440-cpufreq.c pdiv *= hdiv; hdiv 120 drivers/cpufreq/s3c2440-cpufreq.c cfg->divs.h_divisor = hdiv; hdiv 1808 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c unsigned hdiv = tpg->hdownsampling[p]; hdiv 1811 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c memcpy(pos, pix[p], twopixsize / hdiv); hdiv 1876 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c unsigned hdiv = tpg->hdownsampling[p]; \ hdiv 1887 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c (x / hdiv) * sizeof(PIXTYPE)); \ hdiv 1893 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c if (hdiv == 2 && tpg->hflip) { \ hdiv 1898 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c } else if (hdiv == 2) { \ hdiv 1923 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c pos += (tpg->hflip ? -8 : 8) / (int)hdiv; \ hdiv 506 drivers/media/usb/uvc/uvc_driver.c unsigned int div = info->hdiv * info->vdiv; hdiv 239 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_BGR24, .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 240 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_RGB24, .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 241 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_HSV24, .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 242 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_BGR32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 243 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_XBGR32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 244 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_BGRX32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 245 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_RGB32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 246 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_XRGB32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 247 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_RGBX32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 248 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_HSV32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 249 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_ARGB32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 250 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_RGBA32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 251 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_ABGR32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 252 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_BGRA32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 253 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_GREY, .mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 256 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_YUYV, .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 2, .vdiv = 1 }, hdiv 257 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_YVYU, .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 2, .vdiv = 1 }, hdiv 258 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_UYVY, .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 2, .vdiv = 1 }, hdiv 259 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_VYUY, .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 2, .vdiv = 1 }, hdiv 262 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_NV12, .mem_planes = 1, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 2 }, hdiv 263 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_NV21, .mem_planes = 1, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 2 }, hdiv 264 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_NV16, .mem_planes = 1, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 1 }, hdiv 265 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_NV61, .mem_planes = 1, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 1 }, hdiv 266 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_NV24, .mem_planes = 1, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 267 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_NV42, .mem_planes = 1, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 269 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_YUV410, .mem_planes = 1, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 4, .vdiv = 4 }, hdiv 270 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_YVU410, .mem_planes = 1, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 4, .vdiv = 4 }, hdiv 271 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_YUV411P, .mem_planes = 1, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 4, .vdiv = 1 }, hdiv 272 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_YUV420, .mem_planes = 1, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 2, .vdiv = 2 }, hdiv 273 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_YVU420, .mem_planes = 1, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 2, .vdiv = 2 }, hdiv 274 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_YUV422P, .mem_planes = 1, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 2, .vdiv = 1 }, hdiv 277 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_YUV420M, .mem_planes = 3, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 2, .vdiv = 2 }, hdiv 278 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_YVU420M, .mem_planes = 3, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 2, .vdiv = 2 }, hdiv 279 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_YUV422M, .mem_planes = 3, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 2, .vdiv = 1 }, hdiv 280 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_YVU422M, .mem_planes = 3, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 2, .vdiv = 1 }, hdiv 281 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_YUV444M, .mem_planes = 3, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 282 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_YVU444M, .mem_planes = 3, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 284 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_NV12M, .mem_planes = 2, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 2 }, hdiv 285 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_NV21M, .mem_planes = 2, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 2 }, hdiv 286 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_NV16M, .mem_planes = 2, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 1 }, hdiv 287 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_NV61M, .mem_planes = 2, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 1 }, hdiv 290 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SBGGR8, .mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 291 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SGBRG8, .mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 292 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SGRBG8, .mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 293 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SRGGB8, .mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 294 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SBGGR10, .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 295 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SGBRG10, .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 296 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SGRBG10, .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 297 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SRGGB10, .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 298 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SBGGR10ALAW8, .mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 299 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SGBRG10ALAW8, .mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 300 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SGRBG10ALAW8, .mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 301 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SRGGB10ALAW8, .mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 302 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SBGGR10DPCM8, .mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 303 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SGBRG10DPCM8, .mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 304 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SGRBG10DPCM8, .mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 305 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SRGGB10DPCM8, .mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 306 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SBGGR12, .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 307 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SGBRG12, .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 308 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SGRBG12, .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 309 drivers/media/v4l2-core/v4l2-common.c { .format = V4L2_PIX_FMT_SRGGB12, .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, hdiv 373 drivers/media/v4l2-core/v4l2-common.c unsigned int hdiv = (i == 0) ? 1 : info->hdiv; hdiv 382 drivers/media/v4l2-core/v4l2-common.c DIV_ROUND_UP(aligned_width, hdiv) * hdiv 387 drivers/media/v4l2-core/v4l2-common.c unsigned int hdiv = (i == 0) ? 1 : info->hdiv; hdiv 397 drivers/media/v4l2-core/v4l2-common.c info->bpp[i] * DIV_ROUND_UP(aligned_width, hdiv); hdiv 427 drivers/media/v4l2-core/v4l2-common.c unsigned int hdiv = (i == 0) ? 1 : info->hdiv; hdiv 436 drivers/media/v4l2-core/v4l2-common.c DIV_ROUND_UP(aligned_width, hdiv) * hdiv 617 drivers/video/fbdev/arkfb.c u32 value, mode, hmul, hdiv, offset_value, screen_size; hdiv 700 drivers/video/fbdev/arkfb.c hdiv = 1; hdiv 742 drivers/video/fbdev/arkfb.c hdiv = 2; hdiv 766 drivers/video/fbdev/arkfb.c hdiv = 2; hdiv 781 drivers/video/fbdev/arkfb.c ark_set_pixclock(info, (hdiv * info->var.pixclock) / hmul); hdiv 782 drivers/video/fbdev/arkfb.c svga_set_timings(par->state.vgabase, &ark_timing_regs, &(info->var), hmul, hdiv, hdiv 789 drivers/video/fbdev/arkfb.c value = ((value * hmul / hdiv) / 8) - 5; hdiv 512 drivers/video/fbdev/core/svgalib.c u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node) hdiv 518 drivers/video/fbdev/core/svgalib.c value = (value * hmul) / hdiv; hdiv 523 drivers/video/fbdev/core/svgalib.c value = (value * hmul) / hdiv; hdiv 528 drivers/video/fbdev/core/svgalib.c value = (value * hmul) / hdiv; hdiv 533 drivers/video/fbdev/core/svgalib.c value = (value * hmul) / hdiv; hdiv 538 drivers/video/fbdev/core/svgalib.c value = (value * hmul) / hdiv; hdiv 543 drivers/video/fbdev/core/svgalib.c value = (value * hmul) / hdiv; hdiv 120 include/linux/svga.h void svga_set_timings(void __iomem *regbase, const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node); hdiv 475 include/media/v4l2-common.h u8 hdiv;