Lines Matching refs:dcd_table
121 (hdr_v1->dcd_table.preamble.barker == DCD_BARKER)) in detect_imximage_version()
126 (hdr_v2->data.dcd_table.header.tag == DCD_HEADER_TAG)) in detect_imximage_version()
147 dcd_v1_t *dcd_v1 = &imxhdr->header.hdr_v1.dcd_table; in set_dcd_val_v1()
177 dcd_v2_t *dcd_v2 = &imxhdr->header.hdr_v2.data.dcd_table; in set_dcd_param_v2()
269 dcd_v1_t *dcd_v1 = &imxhdr->header.hdr_v1.dcd_table; in set_dcd_rst_v1()
283 dcd_v2_t *dcd_v2 = &imxhdr->header.hdr_v2.data.dcd_table; in set_dcd_rst_v2()
305 dcd_v1_t *dcd_v1 = &hdr_v1->dcd_table; in set_imx_hdr_v1()
318 fhdr_v1->dcd_ptr = hdr_base + offsetof(imx_header_v1_t, dcd_table); in set_imx_hdr_v1()
456 dcd_v1_t *dcd_v1 = &hdr_v1->dcd_table; in print_hdr_v1()
484 dcd_v2_t *dcd_v2 = &hdr_v2->data.dcd_table; in print_hdr_v2()
515 dcdlen = hdr_v2->data.dcd_table.header.length; in print_hdr_v2()
516 offs = (char *)&hdr_v2->data.dcd_table in print_hdr_v2()