Lines Matching defs:params
118 static int rkcommon_get_aligned_size(struct image_tool_params *params, in rkcommon_get_aligned_size()
134 int rkcommon_check_params(struct image_tool_params *params) in rkcommon_check_params()
190 const char *rkcommon_get_spl_hdr(struct image_tool_params *params) in rkcommon_get_spl_hdr()
201 int rkcommon_get_spl_size(struct image_tool_params *params) in rkcommon_get_spl_size()
211 bool rkcommon_need_rc4_spl(struct image_tool_params *params) in rkcommon_need_rc4_spl()
221 static void rkcommon_set_header0(void *buf, struct image_tool_params *params) in rkcommon_set_header0()
250 struct image_tool_params *params) in rkcommon_set_header()
327 struct image_tool_params *params) in rkcommon_verify_header()
401 int rkcommon_vrec_header(struct image_tool_params *params, in rkcommon_vrec_header()
449 static int pad_file(struct image_tool_params *params, int ifd, int pad) in pad_file()
472 static int copy_file(struct image_tool_params *params, int ifd, in copy_file()
525 int rockchip_copy_image(int ifd, struct image_tool_params *params) in rockchip_copy_image()