Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Datp.c653 struct atp_softc; /* forward declaration */
654 typedef void (*sensor_data_interpreter_t)(struct atp_softc *sc, u_int len);
656 struct atp_softc { struct
755 static usb_error_t atp_set_device_mode(struct atp_softc *, interface_mode);
757 static int atp_enable(struct atp_softc *);
758 static void atp_disable(struct atp_softc *);
761 static void fg_interpret_sensor_data(struct atp_softc *, u_int);
766 static void wsp_interpret_sensor_data(struct atp_softc *, u_int);
771 static void fg_match_strokes_against_pspans(struct atp_softc *,
773 static boolean_t wsp_match_strokes_against_fingers(struct atp_softc *,
[all …]