Searched defs:img_header (Results 1 – 2 of 2) sorted by relevance
43 struct img_header { struct44 u32 magic_code;45 u32 count;46 u32 len;47 u32 offset[MAX_IMG_CNT];48 char hostname[32];49 char date[32];
809 struct ti_i2c_image_header *img_header; in build_i2c_fw_hdr() local