Searched refs:detect_pos (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | utpms.c | 239 int detect_pos(int *, int, int, int, int *, int *); 539 x_det = detect_pos(sc->sc_acc, sc->sc_x_sensors, sc->sc_threshold, in compute_delta() 541 y_det = detect_pos(sc->sc_acc + UTPMS_X_SENSORS, sc->sc_y_sensors, in compute_delta() 626 detect_pos(int *sensors, int n_sensors, int threshold, int fact, in detect_pos() function
|