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