Searched defs:wmt_softc (Results 1 – 1 of 1) sorted by relevance
199 struct wmt_softc { struct200 device_t dev;201 enum wmt_type type;203 int32_t cont_count_max;204 struct mtx mtx;205 struct wmt_absinfo ai[WMT_N_USAGES];206 struct hid_location locs[MAX_MT_SLOTS][WMT_N_USAGES];207 struct hid_location cont_count_loc;208 struct hid_location btn_loc[WMT_BTN_MAX];209 struct hid_location int_btn_loc;[all …]