HomeSort by: relevance | last modified time | path
    Searched defs:smooth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
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
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

Completed in 24 milliseconds