Lines Matching defs:esas2r_boot_header
337 struct __packed esas2r_boot_header { struct338 char signature[4];339 u16 vendor_id;340 u16 device_id;341 u16 VPD;342 u16 struct_length;343 u8 struct_revision;344 u8 class_code[3];345 u16 image_length;346 u16 code_revision;347 u8 code_type;374 struct esas2r_boot_header boot_image; argument