Lines Matching refs:image_tool_params
184 static int rkcommon_get_aligned_size(struct image_tool_params *params, in rkcommon_get_aligned_size()
200 int rkcommon_check_params(struct image_tool_params *params) in rkcommon_check_params()
256 const char *rkcommon_get_spl_hdr(struct image_tool_params *params) in rkcommon_get_spl_hdr()
266 int rkcommon_get_spl_size(struct image_tool_params *params) in rkcommon_get_spl_size()
276 bool rkcommon_need_rc4_spl(struct image_tool_params *params) in rkcommon_need_rc4_spl()
286 bool rkcommon_is_header_v2(struct image_tool_params *params) in rkcommon_is_header_v2()
305 static void rkcommon_set_header0(void *buf, struct image_tool_params *params) in rkcommon_set_header0()
333 static void rkcommon_set_header0_v2(void *buf, struct image_tool_params *params) in rkcommon_set_header0_v2()
364 struct image_tool_params *params) in rkcommon_set_header()
454 struct image_tool_params *params) in rkcommon_verify_header()
547 int rkcommon_vrec_header(struct image_tool_params *params, in rkcommon_vrec_header()
595 static int pad_file(struct image_tool_params *params, int ifd, int pad) in pad_file()
618 static int copy_file(struct image_tool_params *params, int ifd, in copy_file()
671 int rockchip_copy_image(int ifd, struct image_tool_params *params) in rockchip_copy_image()