Searched refs:fwif_osdata (Results 1 – 3 of 3) sorted by relevance
347 struct rogue_fwif_osdata *fwif_osdata = cpu_ptr; in fw_osdata_init() local351 pvr_fw_object_get_fw_addr(fw_mem->power_sync_obj, &fwif_osdata->power_sync_fw_addr); in fw_osdata_init()528 fw_dev->fwif_osdata = pvr_fw_object_create_and_map(pvr_dev, in pvr_fw_create_structures()529 sizeof(*fw_dev->fwif_osdata), in pvr_fw_create_structures()533 if (IS_ERR(fw_dev->fwif_osdata)) { in pvr_fw_create_structures()535 err = PTR_ERR(fw_dev->fwif_osdata); in pvr_fw_create_structures()
382 struct rogue_fwif_osdata *fwif_osdata; member
145 u32 kccb_cmds_executed = pvr_dev->fw_dev.fwif_osdata->kccb_cmds_executed; in pvr_watchdog_kccb_stalled()