Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw_info.h74 /** struct pvr_fw_info_header - Firmware header */
75 struct pvr_fw_info_header { struct
77 info_versionpvr_fw_info_header global() argument
79 header_lenpvr_fw_info_header global() argument
81 layout_entry_numpvr_fw_info_header global() argument
83 layout_entry_sizepvr_fw_info_header global() argument
85 bvncpvr_fw_info_header global() argument
87 fw_page_sizepvr_fw_info_header global() argument
89 flagspvr_fw_info_header global() argument
91 fw_version_majorpvr_fw_info_header global() argument
93 fw_version_minorpvr_fw_info_header global() argument
95 fw_version_buildpvr_fw_info_header global() argument
97 device_info_sizepvr_fw_info_header global() argument
99 paddingpvr_fw_info_header global() argument
H A Dpvr_fw.h290 const struct pvr_fw_info_header *header;
H A Dpvr_fw.c94 const struct pvr_fw_info_header *header; in pvr_fw_validate()
102 header = (const struct pvr_fw_info_header *)&fw[fw_offset]; in pvr_fw_validate()
110 if (header->header_len != sizeof(struct pvr_fw_info_header) || in pvr_fw_validate()