Home
last modified time | relevance | path

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

/optee_os/core/include/tee/
H A Dtee_svc.h17 struct tee_props { struct
31 const struct tee_props *props; argument
/optee_os/core/tee/
H A Dtee_svc.c262 const struct tee_props tee_propset_client[] = {
276 const struct tee_props tee_propset_ta[] = {
298 const struct tee_props tee_propset_tee[] = {
407 const struct tee_props **props, in get_prop_set()
409 const struct tee_props **vendor_props, in get_prop_set()
436 static const struct tee_props *get_prop_struct(unsigned long prop_set, in get_prop_struct()
439 const struct tee_props *props; in get_prop_struct()
440 const struct tee_props *vendor_props; in get_prop_struct()
471 const struct tee_props *prop = NULL; in syscall_get_property()
543 const struct tee_props *props = NULL; in syscall_get_property_name_to_index()
[all …]
/optee_os/core/arch/arm/plat-vexpress/
H A Dvendor_props.c60 static const struct tee_props vendor_propset_array_tee[] = {
/optee_os/lib/libutee/
H A Dtee_api_property.c33 const struct user_ta_property tee_props[] = { variable
67 *eps = tee_props; in propset_get()
68 *eps_len = ARRAY_SIZE(tee_props); in propset_get()