Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Dclock.c54 struct mISDNclock *iclock, *bestclock = NULL, *lastclock = NULL; in select_iclock() local
60 bestclock = iclock; in select_iclock()
65 if (lastclock && bestclock != lastclock) { in select_iclock()
72 if (bestclock && bestclock != iclock_current) { in select_iclock()
76 bestclock->name); in select_iclock()
77 bestclock->ctl(bestclock->priv, 1); in select_iclock()
79 if (bestclock != iclock_current) { in select_iclock()
83 iclock_current = bestclock; in select_iclock()
[all...]
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H A Dclock.c54 struct mISDNclock *iclock, *bestclock = NULL, *lastclock = NULL; in select_iclock() local
60 bestclock = iclock; in select_iclock()
65 if (lastclock && bestclock != lastclock) { in select_iclock()
72 if (bestclock && bestclock != iclock_current) { in select_iclock()
76 bestclock->name); in select_iclock()
77 bestclock->ctl(bestclock->priv, 1); in select_iclock()
79 if (bestclock != iclock_current) { in select_iclock()
83 iclock_current = bestclock; in select_iclock()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dcirrusfb.c407 static void bestclock(long freq, int *nom, int *den, int *div);
844 bestclock(freq, &nom, &den, &div); in cirrusfb_set_par_foo()
2734 * bestclock() - determine closest possible clock lower(?) than the
2737 static void bestclock(long freq, int *nom, int *den, int *div) in bestclock() function
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dcirrusfb.c408 static void bestclock(long freq, int *nom, int *den, int *div);
846 bestclock(freq, &nom, &den, &div); in 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) in bestclock() function

Completed in 7 milliseconds