Searched defs:psp_device (Results 1 – 1 of 1) sorted by relevance
43 struct psp_device { struct44 struct list_head entry;46 struct psp_vdata *vdata;47 char name[MAX_PSP_NAME_LEN];49 struct device *dev;50 struct sp_device *sp;52 void __iomem *io_regs;54 int sev_state;55 unsigned int sev_int_rcvd;56 wait_queue_head_t sev_int_queue;[all …]