Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Duts.c74 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 */
[all …]