Home
last modified time | relevance | path

Searched refs:detect_pos (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/macppc/dev/
H A Dpbms.c270 static int detect_pos(int *, int, int, int, int *, int *);
614 x_det = detect_pos(sc->sc_acc, sc->sc_x_sensors, sc->sc_theshold, in compute_delta()
616 y_det = detect_pos(sc->sc_acc + PBMS_X_SENSORS, sc->sc_y_sensors, in compute_delta()
698 detect_pos(int *sensors, int n_sensors, int threshold, int fact, in detect_pos() function