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.c656 struct atp_softc { struct
657 device_t sc_dev;
658 struct usb_device *sc_usb_device;
659 struct mtx sc_mutex; /* for synchronization */
660 struct usb_fifo_sc sc_fifo;
663 char sc_mode_bytes[MODE_LENGTH]; /* device mode */
665 trackpad_family_t sc_family;
666 const void *sc_params; /* device configuration */
667 sensor_data_interpreter_t sensor_data_interpreter;
669 mousehw_t sc_hw;
[all …]