Searched refs:tee_data (Results 1 – 2 of 2) sorted by relevance
203 psp->tee_data = tee; in tee_dev_init()228 psp->tee_data = NULL; in tee_dev_init()237 struct psp_tee_device *tee = psp->tee_data; in tee_dev_destroy()361 if (!psp || !psp->tee_data) in psp_tee_process_cmd()367 tee = psp->tee_data; in psp_tee_process_cmd()392 if (!psp || !psp->tee_data) in psp_check_tee_status()
41 void *tee_data; member