Lines Matching full:crc
43 void (*callback)(void *data, unsigned int status, u32 crc);
77 * enum vsp1_du_crc_source - Source used for CRC calculation
78 * @VSP1_DU_CRC_NONE: CRC calculation disabled
79 * @VSP1_DU_CRC_PLANE: Perform CRC calculation on an input plane
80 * @VSP1_DU_CRC_OUTPUT: Perform CRC calculation on the composed output
89 * struct vsp1_du_crc_config - VSP CRC computation configuration parameters
90 * @source: source for CRC calculation
91 * @index: index of the CRC source plane (when source is set to plane)
112 * @crc: CRC computation configuration
116 struct vsp1_du_crc_config crc;