Searched refs:temp_cvt (Results 1 – 1 of 1) sorted by relevance
1456 struct hdac_hdmi_cvt *temp_cvt, *cvt_next; in hdac_hdmi_parse_and_map_nid() local1516 list_for_each_entry_safe(temp_cvt, cvt_next, &hdmi->cvt_list, head) { in hdac_hdmi_parse_and_map_nid()1517 list_del(&temp_cvt->head); in hdac_hdmi_parse_and_map_nid()1518 kfree(temp_cvt->name); in hdac_hdmi_parse_and_map_nid()1519 kfree(temp_cvt); in hdac_hdmi_parse_and_map_nid()