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

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

Completed in 126 milliseconds