Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dhdac_hdmi.c1457 struct hdac_hdmi_pin *temp_pin, *pin_next; in hdac_hdmi_parse_and_map_nid() local
1522 list_for_each_entry_safe(temp_pin, pin_next, &hdmi->pin_list, head) { in hdac_hdmi_parse_and_map_nid()
1523 for (i = 0; i < temp_pin->num_ports; i++) in hdac_hdmi_parse_and_map_nid()
1524 temp_pin->ports[i].pin = NULL; in hdac_hdmi_parse_and_map_nid()
1525 kfree(temp_pin->ports); in hdac_hdmi_parse_and_map_nid()
1526 list_del(&temp_pin->head); in hdac_hdmi_parse_and_map_nid()
1527 kfree(temp_pin); in hdac_hdmi_parse_and_map_nid()