Searched refs:plat_try_img_ops (Results 1 – 4 of 4) sorted by relevance
11 const struct plat_try_images_ops *plat_try_img_ops; variable15 plat_try_img_ops = plat_try_ops; in plat_setup_try_img_ops()
21 const struct plat_try_images_ops *plat_try_img_ops; variable25 plat_try_img_ops = plat_try_ops; in plat_setup_try_img_ops()
221 if ((plat_try_img_ops == NULL) || (plat_try_img_ops->next_instance == NULL)) { in load_auth_image()227 if (plat_try_img_ops->next_instance(image_id) != 0) { in load_auth_image()
55 extern const struct plat_try_images_ops *plat_try_img_ops;