Searched defs:senseid (Results 1 – 2 of 2) sorted by relevance
119 struct senseid { struct121 uint8_t reserved; /* always 0x'FF' */122 uint16_t cu_type; /* control unit type */123 uint8_t cu_model; /* control unit model */124 uint16_t dev_type; /* device type */125 uint8_t dev_model; /* device model */126 uint8_t unused; /* padding byte */127 uint8_t padding[256 - 8]; /* Extended part */
25 static struct senseid *senseid; variable