Searched refs:tee_data (Results 1 – 2 of 2) sorted by relevance
201 psp->tee_data = tee; in tee_dev_init()226 psp->tee_data = NULL; in tee_dev_init()235 struct psp_tee_device *tee = psp->tee_data; in tee_dev_destroy()343 if (!psp || !psp->tee_data) in psp_tee_process_cmd()349 tee = psp->tee_data; in psp_tee_process_cmd()370 if (!psp || !psp->tee_data) in psp_check_tee_status()
47 void *tee_data; member