Lines Matching refs:psp_device
18 struct psp_device *psp_master;
20 static struct psp_device *psp_alloc_struct(struct sp_device *sp)
23 struct psp_device *psp;
39 struct psp_device *psp = data;
60 static unsigned int psp_get_capability(struct psp_device *psp)
79 static int psp_check_sev_support(struct psp_device *psp,
91 static int psp_check_tee_support(struct psp_device *psp,
103 static int psp_check_support(struct psp_device *psp,
116 static int psp_init(struct psp_device *psp, unsigned int capability)
138 struct psp_device *psp;
208 struct psp_device *psp = sp->psp_data;
223 void psp_set_sev_irq_handler(struct psp_device *psp, psp_irq_handler_t handler,
230 void psp_clear_sev_irq_handler(struct psp_device *psp)
235 void psp_set_tee_irq_handler(struct psp_device *psp, psp_irq_handler_t handler,
242 void psp_clear_tee_irq_handler(struct psp_device *psp)
247 struct psp_device *psp_get_master_device(void)