Home
last modified time | relevance | path

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

/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c644 uint8_t *tlv_value = NULL; in get_tlv_images_type() local
649 &tlv_value, &length); in get_tlv_images_type()
656 *img_type = tlv_value[idx]; in get_tlv_images_type()
666 uint8_t *tlv_value = NULL; in get_tlv_images_size() local
672 &tlv_value, &length); in get_tlv_images_size()
679 memcpy(&tlv_v, &tlv_value[sizeof(*img_size) * idx], sizeof(tlv_v)); in get_tlv_images_size()