Home
last modified time | relevance | path

Searched refs:nvbios_vpstate_header (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dvpstate.h4 struct nvbios_vpstate_header { struct
22 int nvbios_vpstate_parse(struct nvkm_bios *, struct nvbios_vpstate_header *); argument
23 int nvbios_vpstate_entry(struct nvkm_bios *, struct nvbios_vpstate_header *,
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dvpstate.c42 nvbios_vpstate_parse(struct nvkm_bios *b, struct nvbios_vpstate_header *h) in nvbios_vpstate_parse()
76 nvbios_vpstate_entry(struct nvkm_bios *b, struct nvbios_vpstate_header *h, in nvbios_vpstate_entry()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dbase.c655 struct nvbios_vpstate_header h; in nvkm_clk_ctor()