1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVBIOS_PMU_H__
3 #define __NVBIOS_PMU_H__
7 u32
nvbios_pmuTe(struct nvkm_bios
*, u8
*ver
, u8
*hdr
, u8
*cnt
, u8
*len
);
14 u32
nvbios_pmuEe(struct nvkm_bios
*, int idx
, u8
*ver
, u8
*hdr
);
15 u32
nvbios_pmuEp(struct nvkm_bios
*, int idx
, u8
*ver
, u8
*hdr
,
16 struct nvbios_pmuE
*);
33 bool nvbios_pmuRm(struct nvkm_bios
*, u8 type
, struct nvbios_pmuR
*);