Searched defs:psp_device (Results 1 – 1 of 1) sorted by relevance
47 struct psp_device { struct48 struct list_head entry;50 struct psp_vdata *vdata;51 char name[MAX_PSP_NAME_LEN];53 struct device *dev;54 struct sp_device *sp;56 void __iomem *io_regs;58 int sev_state;59 unsigned int sev_int_rcvd;60 wait_queue_head_t sev_int_queue;[all …]