Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tee/
H A Dsandbox.c182 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_close_session()
211 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_open_session()
246 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_invoke_func()
272 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_shm_register()
281 struct sandbox_tee_state *state = dev_get_priv(dev); in sandbox_tee_shm_unregister()
307 .priv_auto_alloc_size = sizeof(struct sandbox_tee_state),
/openbmc/u-boot/include/
H A Dsandboxtee.h15 struct sandbox_tee_state { struct
/openbmc/u-boot/test/dm/
H A Dtee.c61 struct sandbox_tee_state *state; in test_tee()