Home
last modified time | relevance | path

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

/optee_os/core/tee/
A Dtee_svc.c223 .prop_type = USER_TA_PROP_TYPE_UUID,
256 .prop_type = USER_TA_PROP_TYPE_UUID,
261 .prop_type = USER_TA_PROP_TYPE_U32,
266 .prop_type = USER_TA_PROP_TYPE_U32,
278 .prop_type = USER_TA_PROP_TYPE_U32,
290 .prop_type = USER_TA_PROP_TYPE_U32,
308 .prop_type = USER_TA_PROP_TYPE_U32,
396 uint32_t *prop_type) in syscall_get_property() argument
411 if (prop_type) { in syscall_get_property()
412 res = copy_to_user(prop_type, &prop->prop_type, in syscall_get_property()
[all …]
/optee_os/core/include/tee/
A Dtee_svc.h21 const uint32_t prop_type; member
47 uint32_t *prop_type);
/optee_os/lib/libutee/
A Dtee_api_property.c141 uint32_t prop_type; in propget_get_property() local
164 buf, len, &prop_type); in propget_get_property()
181 NULL, NULL, buf, len, &prop_type); in propget_get_property()
186 *type = prop_type; in propget_get_property()
/optee_os/core/arch/arm/plat-vexpress/
A Dvendor_props.c63 .prop_type = USER_TA_PROP_TYPE_BINARY_BLOCK,
/optee_os/out/arm/export-ta_arm64/host_include/
A Dutee_syscalls.h42 uint32_t *blen, uint32_t *prop_type);
/optee_os/out/arm/export-ta_arm64/include/
A Dutee_syscalls.h42 uint32_t *blen, uint32_t *prop_type);
/optee_os/lib/libutee/include/
A Dutee_syscalls.h42 uint32_t *blen, uint32_t *prop_type);
/optee_os/out/arm/export-ta_arm32/host_include/
A Dutee_syscalls.h42 uint32_t *blen, uint32_t *prop_type);
/optee_os/out/arm/export-ta_arm32/include/
A Dutee_syscalls.h42 uint32_t *blen, uint32_t *prop_type);

Completed in 9 milliseconds