Home
last modified time | relevance | path

Searched refs:psp_device (Results 1 – 6 of 6) sorted by relevance

/drivers/crypto/ccp/
Dpsp-dev.c18 struct psp_device *psp_master;
20 static struct psp_device *psp_alloc_struct(struct sp_device *sp) in psp_alloc_struct()
23 struct psp_device *psp; in psp_alloc_struct()
39 struct psp_device *psp = data; in psp_irq_handler()
60 static unsigned int psp_get_capability(struct psp_device *psp) in psp_get_capability()
79 static int psp_check_sev_support(struct psp_device *psp, in psp_check_sev_support()
91 static int psp_check_tee_support(struct psp_device *psp, in psp_check_tee_support()
103 static int psp_check_support(struct psp_device *psp, in psp_check_support()
116 static int psp_init(struct psp_device *psp, unsigned int capability) in psp_init()
138 struct psp_device *psp; in psp_dev_init()
[all …]
Dpsp-dev.h25 extern struct psp_device *psp_master;
29 struct psp_device { struct
50 void psp_set_sev_irq_handler(struct psp_device *psp, psp_irq_handler_t handler, argument
52 void psp_clear_sev_irq_handler(struct psp_device *psp);
54 void psp_set_tee_irq_handler(struct psp_device *psp, psp_irq_handler_t handler,
56 void psp_clear_tee_irq_handler(struct psp_device *psp);
58 struct psp_device *psp_get_master_device(void);
Dsev-dev.h39 struct psp_device *psp;
57 int sev_dev_init(struct psp_device *psp);
58 void sev_dev_destroy(struct psp_device *psp);
Dtee-dev.h66 struct psp_device *psp;
123 int tee_dev_init(struct psp_device *psp);
124 void tee_dev_destroy(struct psp_device *psp);
Dtee-dev.c191 int tee_dev_init(struct psp_device *psp) in tee_dev_init()
234 void tee_dev_destroy(struct psp_device *psp) in tee_dev_destroy()
350 struct psp_device *psp = psp_get_master_device(); in psp_tee_process_cmd()
389 struct psp_device *psp = psp_get_master_device(); in psp_check_tee_status()
Dsev-dev.c158 struct psp_device *psp = psp_master; in __sev_do_cmd_locked()
253 struct psp_device *psp = psp_master; in __sev_platform_init_locked()
326 struct psp_device *psp = psp_master; in __sev_platform_shutdown_locked()
1009 int sev_dev_init(struct psp_device *psp) in sev_dev_init()
1080 void sev_dev_destroy(struct psp_device *psp) in sev_dev_destroy()