Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen1_response.c300 u8 *str_image_version; in iris_hfi_gen1_sys_get_prop_image_version() local
308 str_image_version = pkt->data; in iris_hfi_gen1_sys_get_prop_image_version()
309 if (!str_image_version) { in iris_hfi_gen1_sys_get_prop_image_version()
315 if (str_image_version[i] != '\0') in iris_hfi_gen1_sys_get_prop_image_version()
316 fw_version[i] = str_image_version[i]; in iris_hfi_gen1_sys_get_prop_image_version()
H A Diris_hfi_gen2_response.c715 u8 *str_image_version = (u8 *)pkt + sizeof(*pkt); in iris_hfi_gen2_handle_image_version_property() local
724 if (str_image_version[i] != '\0') in iris_hfi_gen2_handle_image_version_property()
725 fw_version[i] = str_image_version[i]; in iris_hfi_gen2_handle_image_version_property()
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_helper.h1093 u8 str_image_version[]; member