Searched defs:hmt_softc (Results 1 – 1 of 1) sorted by relevance
178 struct hmt_softc { struct179 device_t dev;180 enum hmt_type type;182 int32_t cont_count_max;183 struct hid_absinfo ai[HMT_N_USAGES];184 struct hid_location locs[MAX_MT_SLOTS][HMT_N_USAGES];185 struct hid_location cont_count_loc;186 struct hid_location btn_loc[HMT_BTN_MAX];187 struct hid_location int_btn_loc;188 struct hid_location scan_time_loc;[all …]