Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/
Dsoc-dapm.c1791 struct list_head *down_list) in dapm_widget_set_power() argument
1816 dapm_seq_insert(w, down_list, false); in dapm_widget_set_power()
1821 struct list_head *down_list) in dapm_power_one_widget() argument
1827 dapm_seq_insert(w, down_list, false); in dapm_power_one_widget()
1836 dapm_widget_set_power(w, power, up_list, down_list); in dapm_power_one_widget()
1871 LIST_HEAD(down_list); in dapm_power_widgets()
1895 dapm_power_one_widget(w, &up_list, &down_list); in dapm_power_widgets()
1962 list_for_each_entry(w, &down_list, power_list) { in dapm_power_widgets()
1971 dapm_seq_run(card, &down_list, event, false); in dapm_power_widgets()
4514 LIST_HEAD(down_list); in soc_dapm_shutdown_dapm()
[all …]
/Linux-v4.19/net/core/
Ddev.c6888 struct list_head *down_list, in __netdev_adjacent_dev_link_lists() argument
6898 ret = __netdev_adjacent_dev_insert(upper_dev, dev, down_list, in __netdev_adjacent_dev_link_lists()
6912 struct list_head *down_list) in __netdev_adjacent_dev_unlink_lists() argument
6915 __netdev_adjacent_dev_remove(upper_dev, dev, ref_nr, down_list); in __netdev_adjacent_dev_unlink_lists()