Searched defs:iichid_softc (Results 1 – 1 of 1) sorted by relevance
159 struct iichid_softc { struct160 device_t dev;161 struct mtx mtx;163 bool probe_done;164 int probe_result;166 struct hid_device_info hw;167 uint16_t addr; /* Shifted left by 1 */168 struct i2c_hid_desc desc;170 hid_intr_t *intr_handler;171 void *intr_ctx;[all …]