Searched refs:fw_core_code_ptr (Results 1 – 1 of 1) sorted by relevance
227 void *fw_data_ptr, void *fw_core_code_ptr, void *fw_core_data_ptr, in pvr_fw_find_mmu_segment() argument254 *host_addr_out = fw_core_code_ptr; in pvr_fw_find_mmu_segment()638 u8 *fw_core_code_ptr; in pvr_fw_process() local686 fw_core_code_ptr = in pvr_fw_process()690 if (IS_ERR(fw_core_code_ptr)) { in pvr_fw_process()693 err = PTR_ERR(fw_core_code_ptr); in pvr_fw_process()697 fw_core_code_ptr = NULL; in pvr_fw_process()739 memcpy(fw_core_code_ptr, fw_mem->core_code, fw_mem->core_code_alloc_size); in pvr_fw_process()748 if (fw_core_code_ptr) { in pvr_fw_process()750 fw_core_code_ptr = NULL; in pvr_fw_process()[all …]