Home
last modified time | relevance | path

Searched refs:bestclock (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/isdn/mISDN/
Dclock.c62 struct mISDNclock *iclock, *bestclock = NULL, *lastclock = NULL; in select_iclock() local
68 bestclock = iclock; in select_iclock()
73 if (lastclock && bestclock != lastclock) { in select_iclock()
80 if (bestclock && bestclock != iclock_current) { in select_iclock()
84 bestclock->name); in select_iclock()
85 bestclock->ctl(bestclock->priv, 1); in select_iclock()
87 if (bestclock != iclock_current) { in select_iclock()
91 iclock_current = bestclock; in select_iclock()
/linux-4.4.14/drivers/video/fbdev/
Dcirrusfb.c408 static void bestclock(long freq, int *nom, int *den, int *div);
845 bestclock(freq, &nom, &den, &div); in cirrusfb_set_par_foo()
2739 static void bestclock(long freq, int *nom, int *den, int *div) in bestclock() function