Searched refs:psp_platform_status (Results 1 – 3 of 3) sorted by relevance
93 struct psp_platform_status { struct246 #define PSP_IOC_GET_PSTATUS _IOR('P', 0, struct psp_platform_status)
71 int psp_get_pstatus(struct psp_softc *, struct psp_platform_status *);119 struct psp_platform_status pst; in psp_attach()373 psp_get_pstatus(struct psp_softc *sc, struct psp_platform_status *ustatus) in psp_get_pstatus()375 struct psp_platform_status *status; in psp_get_pstatus()378 status = (struct psp_platform_status *)sc->sc_cmd_kva; in psp_get_pstatus()810 ret = psp_get_pstatus(sc, (struct psp_platform_status *)data); in pspioctl()
48 struct psp_platform_status pst; in psp_get_pstate()