Searched refs:nvfw_hs_header (Results 1 – 3 of 3) sorted by relevance
7 struct nvfw_hs_header { struct18 const struct nvfw_hs_header *nvfw_hs_header(struct nvkm_subdev *, const void *); argument
25 const struct nvfw_hs_header *26 nvfw_hs_header(struct nvkm_subdev *subdev, const void *data) in nvfw_hs_header() function28 const struct nvfw_hs_header *hdr = data; in nvfw_hs_header()
219 const struct nvfw_hs_header *hshdr; in nvkm_falcon_fw_ctor_hs()230 hshdr = nvfw_hs_header(subdev, blob->data + hdr->header_offset); in nvkm_falcon_fw_ctor_hs()