Home
last modified time | relevance | path

Searched refs:temp_cvt (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/sound/soc/codecs/
Dhdac_hdmi.c1456 struct hdac_hdmi_cvt *temp_cvt, *cvt_next; in hdac_hdmi_parse_and_map_nid() local
1516 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()