Home
last modified time | relevance | path

Searched refs:hfreq (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/video/fbdev/core/
A Dfbmon.c1018 u32 hfreq; member
1047 vblank = (hfreq * FLYBACK)/1000; in fb_get_vblank()
1141 u32 divisor, hfreq; in fb_get_hfreq() local
1145 return (hfreq/divisor); in fb_get_hfreq()
1261 timings->hfreq = hfmax; in fb_get_mode()
1277 timings->hfreq = val; in fb_get_mode()
1291 timings->hfreq < hfmin || timings->hfreq > hfmax || in fb_get_mode()
1473 hfreq = pixclock/htotal; in fb_validate_mode()
1474 hfreq = (hfreq + 500) / 1000 * 1000; in fb_validate_mode()
1476 vfreq = hfreq/vtotal; in fb_validate_mode()
[all …]
A Dfbcvt.c43 u32 hfreq; member
357 cvt.hfreq = cvt.pixclock/cvt.htotal; in fb_find_mode_cvt()
A Dmodedb.c849 u32 pixclock, hfreq, htotal, vtotal; in fb_var_to_videomode() local
884 hfreq = pixclock/htotal; in fb_var_to_videomode()
885 mode->refresh = hfreq/vtotal; in fb_var_to_videomode()
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-dv-timings.c491 unsigned hfreq, in v4l2_detect_cvt() argument
523 if (hfreq == 0) in v4l2_detect_cvt()
530 v_fp = (CVT_RB_MIN_V_BLANK * hfreq) / 1000000 + 1; in v4l2_detect_cvt()
537 v_bp = (CVT_RB_MIN_V_BLANK * hfreq) / 1000000 + 1; in v4l2_detect_cvt()
597 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
617 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
709 unsigned hfreq, in v4l2_detect_gtf() argument
732 if (hfreq == 0) in v4l2_detect_gtf()
758 num = ((image_width * GTF_D_C_PRIME * (u64)hfreq) - in v4l2_detect_gtf()
768 num = ((image_width * GTF_S_C_PRIME * (u64)hfreq) - in v4l2_detect_gtf()
[all …]
/linux-6.3-rc2/include/media/
A Dv4l2-dv-timings.h155 bool v4l2_detect_cvt(unsigned frame_height, unsigned hfreq, unsigned vsync,
179 bool v4l2_detect_gtf(unsigned frame_height, unsigned hfreq, unsigned vsync,
/linux-6.3-rc2/drivers/video/fbdev/
A Datafb.c897 int hfreq, vfreq; in falcon_decode_var() local
1247 hfreq = pclock->f / ((par->HHT + 2) * prescale * 2); in falcon_decode_var()
1248 if (hfreq > fb_info.monspecs.hfmax && mon_type != F_MON_VGA) { in falcon_decode_var()
1255 if (hfreq > fb_info.monspecs.hfmax || hfreq < fb_info.monspecs.hfmin) in falcon_decode_var()
1285 vfreq = (hfreq * 2) / (par->VFT + 1); in falcon_decode_var()
1299 (hfreq * 2) / (par->VFT + 1 + 4 * lines - 2 * yres) > in falcon_decode_var()
1310 (hfreq * 2) / (par->VFT + 1 + 4 * lines) > in falcon_decode_var()
1321 (hfreq * 2) / (par->VFT + 1 + 4 * lines) > in falcon_decode_var()
/linux-6.3-rc2/drivers/video/fbdev/i810/
A Di810_main.c2018 int err = -1, vfreq, hfreq, pixclock; in i810fb_init_pci() local
2080 hfreq = pixclock/(info->var.xres + info->var.left_margin + in i810fb_init_pci()
2082 vfreq = hfreq/(info->var.yres + info->var.upper_margin + in i810fb_init_pci()
/linux-6.3-rc2/drivers/media/i2c/
A Dadv7604.c1380 u32 hfreq = (ADV76XX_FSC * 8) / stdi->bl; in stdi2dv_timings() local
1396 pix_clk = hfreq * htotal(bt); in stdi2dv_timings()
1405 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings()
1410 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings()
A Dadv7842.c1408 u32 hfreq = (ADV7842_fsc * 8) / stdi->bl; in stdi2dv_timings() local
1424 pix_clk = hfreq * htotal(bt); in stdi2dv_timings()
1433 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings()
1438 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings()

Completed in 33 milliseconds