Searched defs:atp_softc (Results 1 – 1 of 1) sorted by relevance
657 struct atp_softc { struct658 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 …]