Lines Matching defs:dwz_info
103 struct dwz_info { struct
104 __be32 code_start;
105 u8 code_crc[12];
107 __be32 c_code_start;
108 __be16 gen_ver;
109 __be16 c_code_len;
111 __be32 vr_start;
112 __be16 rsv0;
113 __be16 vr_len;
115 __be32 ft_start;
116 __be16 vr_version;
117 __be16 ft_len;
119 __be16 core_ver;
120 __be16 boot_ver;
122 __be16 release_ver;
123 __be16 custom_ver;
125 u8 factory_id;
126 u8 panel_type;
127 u8 model_name[6];
129 __be16 extra_option;
130 __be16 product_code;
132 __be16 vendor_id;
133 __be16 product_id;
175 struct dwz_info dwz_info; member