Searched refs:fw_core_code_ptr (Results 1 – 1 of 1) sorted by relevance
228 void *fw_data_ptr, void *fw_core_code_ptr, void *fw_core_data_ptr, in pvr_fw_find_mmu_segment() argument255 *host_addr_out = fw_core_code_ptr; in pvr_fw_find_mmu_segment()639 u8 *fw_core_code_ptr; in pvr_fw_process() local687 fw_core_code_ptr = in pvr_fw_process()691 if (IS_ERR(fw_core_code_ptr)) { in pvr_fw_process()694 err = PTR_ERR(fw_core_code_ptr); in pvr_fw_process()698 fw_core_code_ptr = NULL; in pvr_fw_process()740 memcpy(fw_core_code_ptr, fw_mem->core_code, fw_mem->core_code_alloc_size); in pvr_fw_process()749 if (fw_core_code_ptr) { in pvr_fw_process()751 fw_core_code_ptr = NULL; in pvr_fw_process()[all …]