Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtee.h468 struct tee_ioctl_object_invoke_arg { struct
/linux/include/linux/
H A Dtee_core.h119 struct tee_ioctl_object_invoke_arg *arg,
/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()