Lines Matching defs:version
44 * @version: MSB is major, LSB is minor
52 __le16 version;
59 * @version: The cmd db version
67 __le32 version;
79 * The cmd_db_header holds the version, checksum, magic key as well as an
221 * @id: Resource id to query the DB for version
247 u16 len, version;
272 version = le16_to_cpu(rsc->version);
273 major = version >> 8;
274 minor = version;