Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtee.h468 struct tee_ioctl_object_invoke_arg { struct
/linux/drivers/tee/
H A Dtee_core.c677 struct tee_ioctl_object_invoke_arg __user *uarg; in tee_ioctl_object_invoke()
678 struct tee_ioctl_object_invoke_arg arg; in tee_ioctl_object_invoke()
689 buf.buf_len < sizeof(struct tee_ioctl_object_invoke_arg)) in tee_ioctl_object_invoke()
/linux/drivers/tee/qcomtee/
H A Dcall.c395 struct tee_ioctl_object_invoke_arg *arg, in qcomtee_object_invoke()