Lines Matching defs:uts_softc
74 struct uts_softc { struct
75 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 */
89 struct wsmouse_calibcoords sc_calibcoords;
91 char sc_dying;