Lines Matching defs:ugold_softc
97 struct ugold_softc { struct
98 struct usb_device *sc_udev;
99 struct usb_xfer *sc_xfer[UGOLD_N_TRANSFER];
101 struct callout sc_callout;
102 struct mtx sc_mtx;
103 struct ugold_readout_msg sc_readout_msg[2];
105 int sc_num_sensors;
106 int sc_sensor[UGOLD_MAX_SENSORS];
107 int sc_calib[UGOLD_MAX_SENSORS];
108 int sc_valid[UGOLD_MAX_SENSORS];
109 uint8_t sc_report_id;
110 uint8_t sc_iface_index[2];