Searched refs:nvfw_hs_header_v2 (Results 1 – 5 of 5) sorted by relevance
20 struct nvfw_hs_header_v2 { struct32 const struct nvfw_hs_header_v2 *nvfw_hs_header_v2(struct nvkm_subdev *, const void *); argument
41 const struct nvfw_hs_header_v2 *42 nvfw_hs_header_v2(struct nvkm_subdev *subdev, const void *data) in nvfw_hs_header_v2() function44 const struct nvfw_hs_header_v2 *hdr = data; in nvfw_hs_header_v2()
48 const struct nvfw_hs_header_v2 *hshdr; in ga102_gsp_booter_ctor()54 hshdr = nvfw_hs_header_v2(subdev, blob->data + hdr->header_offset); in ga102_gsp_booter_ctor()
71 const struct nvfw_hs_header_v2 *hshdr; in tu102_gsp_booter_ctor()77 hshdr = nvfw_hs_header_v2(subdev, blob->data + hdr->header_offset); in tu102_gsp_booter_ctor()
311 const struct nvfw_hs_header_v2 *hshdr; in nvkm_falcon_fw_ctor_hs_v2()322 hshdr = nvfw_hs_header_v2(subdev, blob->data + hdr->header_offset); in nvkm_falcon_fw_ctor_hs_v2()
Completed in 12 milliseconds