Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/isdn/mISDN/
Dclock.c61 struct mISDNclock *iclock, *bestclock = NULL, *lastclock = NULL; in select_iclock() local
67 bestclock = iclock; in select_iclock()
72 if (lastclock && bestclock != lastclock) { in select_iclock()
79 if (bestclock && bestclock != iclock_current) { in select_iclock()
83 bestclock->name); in select_iclock()
84 bestclock->ctl(bestclock->priv, 1); in select_iclock()
86 if (bestclock != iclock_current) { in select_iclock()
90 iclock_current = bestclock; in select_iclock()
/linux-2.6.39/drivers/video/
Dcirrusfb.c392 static void bestclock(long freq, int *nom, int *den, int *div);
846 bestclock(freq, &nom, &den, &div); in cirrusfb_set_par_foo()
2763 static void bestclock(long freq, int *nom, int *den, int *div) in bestclock() function