Searched refs:svga_compute_pll (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | svga.h | 118 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | svga.h | 118 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node);
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | svgalib.c | 381 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 665 EXPORT_SYMBOL(svga_compute_pll); variable
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | svgalib.c | 376 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 660 EXPORT_SYMBOL(svga_compute_pll); variable
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | s3fb.c | 465 rv = svga_compute_pll((par->chip == CHIP_365_TRIO3D) ? &s3_trio3d_pll : &s3_pll, in s3_set_pixclock() 590 rv = svga_compute_pll(&s3_pll, PICOS2KHZ(var->pixclock), &m, &n, &r, in s3fb_check_var()
|
H A D | arkfb.c | 413 int rv = svga_compute_pll((DAC_PAR(info)->mode == DAC_PSEUDO8_16) in ics5342_set_freq()
|
H A D | vt8623fb.c | 257 rv = svga_compute_pll(&vt8623_pll, 1000000000 / pixclock, &m, &n, &r, info->node); in vt8623_set_pixclock()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | s3fb.c | 466 rv = svga_compute_pll((par->chip == CHIP_365_TRIO3D) ? &s3_trio3d_pll : &s3_pll, in s3_set_pixclock() 594 rv = svga_compute_pll(&s3_pll, PICOS2KHZ(var->pixclock), &m, &n, &r, in s3fb_check_var()
|
H A D | arkfb.c | 406 int rv = svga_compute_pll((DAC_PAR(info)->mode == DAC_PSEUDO8_16) in ics5342_set_freq()
|
H A D | vt8623fb.c | 258 rv = svga_compute_pll(&vt8623_pll, 1000000000 / pixclock, &m, &n, &r, info->node); in vt8623_set_pixclock()
|
Completed in 14 milliseconds