Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Datp.c657 struct atp_softc { struct
658 device_t sc_dev;
659 struct usb_device *sc_usb_device;
660 struct mtx sc_mutex; /* for synchronization */
661 struct usb_fifo_sc sc_fifo;
664 char sc_mode_bytes[MODE_LENGTH]; /* device mode */
666 trackpad_family_t sc_family;
667 const void *sc_params; /* device configuration */
668 sensor_data_interpreter_t sensor_data_interpreter;
670 mousehw_t sc_hw;
[all …]