Lines Matching refs:pvr_file
41 hwrt_init_kernel_structure(struct pvr_file *pvr_file, in hwrt_init_kernel_structure() argument
45 struct pvr_device *pvr_dev = pvr_file->pvr_dev; in hwrt_init_kernel_structure()
54 hwrt->free_lists[i] = pvr_free_list_lookup(pvr_file, args->free_list_handles[i]); in hwrt_init_kernel_structure()
232 hwrt_init_common_fw_structure(struct pvr_file *pvr_file, in hwrt_init_common_fw_structure() argument
237 struct pvr_device *pvr_dev = pvr_file->pvr_dev; in hwrt_init_common_fw_structure()
357 hwrt_data_init_fw_structure(struct pvr_file *pvr_file, in hwrt_data_init_fw_structure() argument
364 struct pvr_device *pvr_dev = pvr_file->pvr_dev; in hwrt_data_init_fw_structure()
457 pvr_hwrt_dataset_create(struct pvr_file *pvr_file, in pvr_hwrt_dataset_create() argument
469 err = hwrt_init_kernel_structure(pvr_file, args, hwrt); in pvr_hwrt_dataset_create()
473 err = hwrt_init_common_fw_structure(pvr_file, args, hwrt); in pvr_hwrt_dataset_create()
478 err = hwrt_data_init_fw_structure(pvr_file, hwrt, args, in pvr_hwrt_dataset_create()
530 void pvr_destroy_hwrt_datasets_for_file(struct pvr_file *pvr_file) in pvr_destroy_hwrt_datasets_for_file() argument
535 xa_for_each(&pvr_file->hwrt_handles, handle, hwrt) { in pvr_destroy_hwrt_datasets_for_file()
537 pvr_hwrt_dataset_put(xa_erase(&pvr_file->hwrt_handles, handle)); in pvr_destroy_hwrt_datasets_for_file()