uatp.c | 348 static int smooth(struct uatp_softc *, unsigned int, unsigned int, 2500 *a_smoothed = smooth(sc, old_a_raw, old_a_smoothed, *a_raw); 2501 *b_smoothed = smooth(sc, old_b_raw, old_b_smoothed, *b_raw); 2577 smooth(struct uatp_softc *sc, unsigned int old_raw, unsigned int old_smoothed, function in typeref:typename:int
|