Home
last modified time | relevance | path

Searched refs:tee_invoke_func (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/test/dm/
Dtee.c41 if (tee_invoke_func(dev, &arg, 1, &param) || arg.ret) in invoke_func()
/external/u-boot/include/
Dtee.h352 int tee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg,
/external/u-boot/drivers/tee/
Dtee-uclass.c43 int tee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg, in tee_invoke_func() function
/external/u-boot/doc/
DREADME.tee36 - tee_invoke_func() invokes a function in a Trusted Application
/external/u-boot/common/
Davb_verify.c644 if (tee_invoke_func(ops_data->tee, &arg, num_param, param)) in invoke_func()