Searched refs:hlink_list (Results 1 – 3 of 3) sorted by relevance
183 list_add_tail(&hlink->list, &ebus->hlink_list); in snd_hdac_ext_bus_get_ml_capabilities()200 while (!list_empty(&ebus->hlink_list)) { in snd_hdac_link_free_all()201 l = list_first_entry(&ebus->hlink_list, struct hdac_ext_link, list); in snd_hdac_link_free_all()225 list_for_each_entry(hlink, &ebus->hlink_list, list) { in snd_hdac_ext_bus_get_link()293 list_for_each_entry(hlink, &ebus->hlink_list, list) { in snd_hdac_ext_bus_link_power_down_all()
105 INIT_LIST_HEAD(&ebus->hlink_list); in snd_hdac_ext_bus_init()119 WARN_ON(!list_empty(&ebus->hlink_list)); in snd_hdac_ext_bus_exit()
27 struct list_head hlink_list; member