Searched defs:uts_softc (Results 1 – 1 of 1) sorted by relevance
74 struct uts_softc { struct75 device_t sc_dev;76 struct uhidev *sc_hdev;78 struct hid_location sc_loc_x, sc_loc_y, sc_loc_z;79 struct hid_location sc_loc_btn;81 int sc_enabled;83 int flags; /* device configuration */86 uint32_t sc_buttons; /* touchscreen button status */87 device_t sc_wsmousedev;88 struct tpcalib_softc sc_tpcalib; /* calibration */[all …]