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