Lines Matching refs:image_tool_params
188 static int rkcommon_get_aligned_size(struct image_tool_params *params, in rkcommon_get_aligned_size()
204 int rkcommon_check_params(struct image_tool_params *params) in rkcommon_check_params()
260 const char *rkcommon_get_spl_hdr(struct image_tool_params *params) in rkcommon_get_spl_hdr()
270 int rkcommon_get_spl_size(struct image_tool_params *params) in rkcommon_get_spl_size()
280 bool rkcommon_need_rc4_spl(struct image_tool_params *params) in rkcommon_need_rc4_spl()
290 bool rkcommon_is_header_v2(struct image_tool_params *params) in rkcommon_is_header_v2()
309 static void rkcommon_set_header0(void *buf, struct image_tool_params *params) in rkcommon_set_header0()
337 static void rkcommon_set_header0_v2(void *buf, struct image_tool_params *params) in rkcommon_set_header0_v2()
368 struct image_tool_params *params) in rkcommon_set_header()
458 struct image_tool_params *params) in rkcommon_verify_header()
551 int rkcommon_vrec_header(struct image_tool_params *params, in rkcommon_vrec_header()
599 static int pad_file(struct image_tool_params *params, int ifd, int pad) in pad_file()
622 static int copy_file(struct image_tool_params *params, int ifd, in copy_file()
675 int rockchip_copy_image(int ifd, struct image_tool_params *params) in rockchip_copy_image()