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

/linux-master/drivers/isdn/mISDN/
H A Dclock.c54 struct mISDNclock *iclock, *bestclock = NULL, *lastclock = NULL; local
60 bestclock = iclock;
65 if (lastclock && bestclock != lastclock) {
72 if (bestclock && bestclock != iclock_current) {
76 bestclock->name);
77 bestclock->ctl(bestclock->priv, 1);
79 if (bestclock != iclock_current) {
83 iclock_current = bestclock;
[all...]
/linux-master/drivers/video/fbdev/
H A Dcirrusfb.c408 static void bestclock(long freq, int *nom, int *den, int *div);
846 bestclock(freq, &nom, &den, &div);
2738 * bestclock() - determine closest possible clock lower(?) than the
2741 static void bestclock(long freq, int *nom, int *den, int *div) function

Completed in 218 milliseconds