Home
last modified time | relevance | path

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

/u-boot/include/tee/
A Doptee_service.h18 struct optee_service { struct
25 ll_entry_declare(struct optee_service, __name, optee_service) = { \ argument
/u-boot/drivers/tee/optee/
A Dcore.c65 static struct optee_service *find_service_driver(const struct tee_optee_ta_uuid *uuid) in find_service_driver()
67 struct optee_service *service; in find_service_driver()
71 service_cnt = ll_entry_count(struct optee_service, optee_service); in find_service_driver()
72 service = ll_entry_start(struct optee_service, optee_service); in find_service_driver()
86 struct optee_service *service; in bind_service_list()

Completed in 8 milliseconds