Home
last modified time | relevance | path

Searched refs:svga_compute_pll (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/include/linux/
Dsvga.h118 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node);
/linux-6.12.1/drivers/video/fbdev/core/
Dsvgalib.c383 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node) in svga_compute_pll() function
667 EXPORT_SYMBOL(svga_compute_pll);
/linux-6.12.1/drivers/video/fbdev/
Ds3fb.c465 rv = svga_compute_pll((par->chip == CHIP_365_TRIO3D) ? &s3_trio3d_pll : &s3_pll, in s3_set_pixclock()
593 rv = svga_compute_pll(&s3_pll, PICOS2KHZ(var->pixclock), &m, &n, &r, in s3fb_check_var()
Dvt8623fb.c258 rv = svga_compute_pll(&vt8623_pll, 1000000000 / pixclock, &m, &n, &r, info->node); in vt8623_set_pixclock()
Darkfb.c406 int rv = svga_compute_pll((DAC_PAR(info)->mode == DAC_PSEUDO8_16) in ics5342_set_freq()