Lines Matching refs:psp
191 int tee_dev_init(struct psp_device *psp) in tee_dev_init() argument
193 struct device *dev = psp->dev; in tee_dev_init()
202 psp->tee_data = tee; in tee_dev_init()
205 tee->psp = psp; in tee_dev_init()
207 tee->io_regs = psp->io_regs; in tee_dev_init()
209 tee->vdata = (struct tee_vdata *)psp->vdata->tee; in tee_dev_init()
227 psp->tee_data = NULL; in tee_dev_init()
234 void tee_dev_destroy(struct psp_device *psp) in tee_dev_destroy() argument
236 struct psp_tee_device *tee = psp->tee_data; in tee_dev_destroy()
350 struct psp_device *psp = psp_get_master_device(); in psp_tee_process_cmd() local
360 if (!psp || !psp->tee_data) in psp_tee_process_cmd()
366 tee = psp->tee_data; in psp_tee_process_cmd()
389 struct psp_device *psp = psp_get_master_device(); in psp_check_tee_status() local
391 if (!psp || !psp->tee_data) in psp_check_tee_status()