Lines Matching refs:dcd_table
124 (hdr_v1->dcd_table.preamble.barker == DCD_BARKER)) in detect_imximage_version()
129 (hdr_v2->data.dcd_table.header.tag == DCD_HEADER_TAG)) in detect_imximage_version()
150 dcd_v1_t *dcd_v1 = &imxhdr->header.hdr_v1.dcd_table; in set_dcd_val_v1()
180 dcd_v2_t *dcd_v2 = &imxhdr->header.hdr_v2.data.dcd_table; in set_dcd_param_v2()
272 dcd_v1_t *dcd_v1 = &imxhdr->header.hdr_v1.dcd_table; in set_dcd_rst_v1()
286 dcd_v2_t *dcd_v2 = &imxhdr->header.hdr_v2.data.dcd_table; in set_dcd_rst_v2()
308 dcd_v1_t *dcd_v1 = &hdr_v1->dcd_table; in set_imx_hdr_v1()
321 fhdr_v1->dcd_ptr = hdr_base + offsetof(imx_header_v1_t, dcd_table); in set_imx_hdr_v1()
459 dcd_v1_t *dcd_v1 = &hdr_v1->dcd_table; in print_hdr_v1()
487 dcd_v2_t *dcd_v2 = &hdr_v2->data.dcd_table; in print_hdr_v2()
517 dcdlen = hdr_v2->data.dcd_table.header.length; in print_hdr_v2()
518 offs = (char *)&hdr_v2->data.dcd_table in print_hdr_v2()