Searched refs:p_epatch_entry (Results 1 – 1 of 1) sorted by relevance
1809 struct rtk_epatch_entry *p_epatch_entry = NULL; in load_firmware() local1950 p_epatch_entry = get_fw_patch_entry(epatch_info, patch_entry->eversion); in load_firmware()1951 if (p_epatch_entry == NULL) { in load_firmware()1957 buf_len = p_epatch_entry->patch_length + config_len; in load_firmware()1964 … memcpy(buf, &epatch_buf[p_epatch_entry->start_offset], p_epatch_entry->patch_length); in load_firmware()1965 memcpy(&buf[p_epatch_entry->patch_length-4], &epatch_info->fw_version, 4); in load_firmware()1966 kfree(p_epatch_entry); in load_firmware()2011 struct rtk_epatch_entry *p_epatch_entry = NULL; in load_suspend_firmware() local2111 p_epatch_entry = get_fw_patch_entry(epatch_info, patch_entry->eversion); in load_suspend_firmware()2112 if (p_epatch_entry == NULL) { in load_suspend_firmware()[all …]