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