Home
last modified time | relevance | path

Searched refs:pvr_fw_defs (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw.h65 struct pvr_fw_defs { struct
308 const struct pvr_fw_defs *defs;
393 extern const struct pvr_fw_defs pvr_fw_defs_meta;
394 extern const struct pvr_fw_defs pvr_fw_defs_mips;
395 extern const struct pvr_fw_defs pvr_fw_defs_riscv;
H A Dpvr_fw_riscv.c155 const struct pvr_fw_defs pvr_fw_defs_riscv = {
H A Dpvr_fw_mips.c188 const struct pvr_fw_defs pvr_fw_defs_mips = {
H A Dpvr_fw_meta.c551 const struct pvr_fw_defs pvr_fw_defs_meta = {
H A Dpvr_fw.c942 static const struct pvr_fw_defs *fw_defs[PVR_FW_PROCESSOR_TYPE_COUNT] = { in pvr_fw_init()