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

/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c650 struct atp_softc; /* forward declaration */
651 typedef void (*sensor_data_interpreter_t)(struct atp_softc *sc, u_int len);
653 struct atp_softc { struct
753 static usb_error_t atp_set_device_mode(struct atp_softc *, interface_mode);
755 static int atp_enable(struct atp_softc *);
756 static void atp_disable(struct atp_softc *);
759 static void fg_interpret_sensor_data(struct atp_softc *, u_int);
764 static void wsp_interpret_sensor_data(struct atp_softc *, u_int);
769 static void fg_match_strokes_against_pspans(struct atp_softc *,
771 static boolean_t wsp_match_strokes_against_fingers(struct atp_softc *,
[all...]

Completed in 62 milliseconds