Home
last modified time | relevance | path

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

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