Searched refs:cudbg_hdr (Results 1 – 4 of 4) sorted by relevance
94 struct cudbg_hdr *cudbg_hdr; in update_headers() local103 sizeof(struct cudbg_hdr); in update_headers()109 cudbg_hdr = (struct cudbg_hdr *)dbg_buff->data; in update_headers()133 flash_hdr->data_len = cudbg_hdr->data_len - sec_info->skip_size; in update_headers()142 cudbg_hdr = (struct cudbg_hdr *)((char *)sec_hdr + in update_headers()144 cudbg_hdr->data_len = flash_hdr->data_len; in update_headers()171 sizeof(struct cudbg_hdr); in cudbg_write_flash()307 sizeof(struct cudbg_hdr); in cudbg_read_flash_data()349 sizeof(struct cudbg_hdr); in cudbg_read_flash()
210 struct cudbg_hdr *cudbg_hdr; in compress_buff() local228 cudbg_hdr = (struct cudbg_hdr *) pout_buff->data; in compress_buff()237 if ((chunk_size > 62000) && (cudbg_hdr->reserved[7] < (u32) in compress_buff()239 cudbg_hdr->reserved[7] = (u32) chunk_size; in compress_buff()
96 struct cudbg_hdr *cudbg_hdr = (struct cudbg_hdr *)outbuf; in get_next_ext_entity_hdr() local98 u32 ext_offset = cudbg_hdr->data_len; in get_next_ext_entity_hdr()108 ((char *)outbuf + cudbg_hdr->data_len); in get_next_ext_entity_hdr()153 u32 cur_entity_hdr_offset = sizeof(struct cudbg_hdr); in wr_entity_to_flash()160 sizeof(struct cudbg_hdr); in wr_entity_to_flash()204 struct cudbg_hdr *cudbg_hdr; in cudbg_collect() local225 cudbg_hdr = (struct cudbg_hdr *)dbg_buff.data; in cudbg_collect()226 cudbg_hdr->signature = CUDBG_SIGNATURE; in cudbg_collect()227 cudbg_hdr->hdr_len = sizeof(struct cudbg_hdr); in cudbg_collect()228 cudbg_hdr->major_ver = CUDBG_MAJOR_VERSION; in cudbg_collect()[all …]
70 struct cudbg_hdr { struct