Lines Matching defs:whiteheat_hw_eeprom_info
250 struct whiteheat_hw_eeprom_info { struct
251 __u8 b0; /* B0 */
252 __u8 vendor_id_low; /* vendor id (low byte) */
253 __u8 vendor_id_high; /* vendor id (high byte) */
254 __u8 product_id_low; /* product id (low byte) */
255 __u8 product_id_high; /* product id (high byte) */
256 __u8 device_id_low; /* device id (low byte) */
257 __u8 device_id_high; /* device id (high byte) */
258 __u8 not_used_1;
259 __u8 serial_number_0; /* serial number (low byte) */
260 __u8 serial_number_1; /* serial number */
261 __u8 serial_number_2; /* serial number */
262 __u8 serial_number_3; /* serial number (high byte) */
263 __u8 not_used_2;
264 __u8 not_used_3;
265 __u8 checksum_low; /* checksum (low byte) */
266 __u8 checksum_high; /* checksum (high byte */