Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dgm200.c68 struct wpr_header hdr; in gm200_acr_wpr_patch()
137 struct wpr_header hdr = { in gm200_acr_wpr_build()
188 wpr += 11 /* MAX_LSF */ * sizeof(struct wpr_header); in gm200_acr_wpr_layout()
211 const struct wpr_header *hdr = (void *)acr->wpr_fw->data; in gm200_acr_wpr_parse()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvfw/
H A Dacr.h4 struct wpr_header { struct
20 void wpr_header_dump(struct nvkm_subdev *, const struct wpr_header *); argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/nvfw/
H A Dacr.c26 wpr_header_dump(struct nvkm_subdev *subdev, const struct wpr_header *hdr) in wpr_header_dump()