Lines Matching refs:tee
16 static struct udevice *tee; variable
25 tee = tee_find_device(tee, NULL, NULL, NULL); in avb_ta_open_session()
26 if (!tee) in avb_ta_open_session()
31 rc = tee_open_session(tee, &arg, 0, NULL); in avb_ta_open_session()
42 if (!tee) in invoke_func()
50 if (tee_invoke_func(tee, &arg, num_param, param)) in invoke_func()
65 tee_close_session(tee, session); in invoke_func()
66 tee = NULL; in invoke_func()
84 if (!tee) in read_persistent_value()
88 rc = tee_shm_alloc(tee, name_size, in read_persistent_value()
93 rc = tee_shm_alloc(tee, buffer_size, in read_persistent_value()
142 if (!tee) { in write_persistent_value()
149 rc = tee_shm_alloc(tee, name_size, in write_persistent_value()
154 rc = tee_shm_alloc(tee, value_size, in write_persistent_value()