Lines Matching defs:pvr_fw_device
302 struct pvr_fw_device { struct
304 const struct firmware *firmware;
307 const struct pvr_fw_info_header *header;
310 const struct pvr_fw_layout_entry *layout_entries;
313 struct pvr_fw_mem mem;
316 bool booted;
322 u16 processor_type;
325 const struct pvr_fw_defs *defs;
328 union {
331 } processor_data;
334 struct {
355 } fw_heap_info;
358 struct drm_mm fw_mm;
361 spinlock_t fw_mm_lock;
364 u64 fw_mm_base;
370 struct rogue_fwif_connection_ctl *fwif_connection_ctl;
373 struct rogue_fwif_sysinit *fwif_sysinit;
376 struct rogue_fwif_sysdata *fwif_sysdata;
379 struct rogue_fwif_osinit *fwif_osinit;
382 struct rogue_fwif_osdata *fwif_osdata;
385 u32 *power_sync;
388 struct rogue_fwif_hwrinfobuf *hwrinfobuf;
391 struct pvr_fw_trace fw_trace;
394 struct {
400 } fw_objs;