Home
last modified time | relevance | path

Searched refs:num_img (Results 1 – 1 of 1) sorted by relevance

/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c640 uint8_t num_img, uint8_t idx, in get_tlv_images_type() argument
653 if (length != (sizeof(*img_type) * num_img)) in get_tlv_images_type()
662 uint8_t num_img, uint8_t idx, in get_tlv_images_size() argument
676 if (length != (sizeof(*img_size) * num_img)) in get_tlv_images_size()
787 unsigned int num_img = 0; in remoteproc_load_elf() local
817 num_img = *tlv; in remoteproc_load_elf()
818 if (!num_img) { in remoteproc_load_elf()
830 for (i = 0; i < num_img; i++) { in remoteproc_load_elf()
831 res = get_tlv_images_type(ctx, num_img, i, &img_type); in remoteproc_load_elf()
839 res = get_tlv_images_size(ctx, num_img, i, &img_size); in remoteproc_load_elf()