Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-dapm.c2178 struct list_head *down_list) in dapm_power_one_widget() argument
2219 dapm_seq_insert(w, down_list, false); in dapm_power_one_widget()
2259 LIST_HEAD(down_list); in dapm_power_widgets()
2284 dapm_power_one_widget(w, &up_list, &down_list); in dapm_power_widgets()
2351 list_for_each_entry(w, &down_list, power_list) { in dapm_power_widgets()
2360 dapm_seq_run(card, &down_list, event, false); in dapm_power_widgets()
4897 LIST_HEAD(down_list); in dapm_shutdown()
4906 dapm_seq_insert(w, &down_list, false); in dapm_shutdown()
4919 dapm_seq_run(card, &down_list, 0, false); in dapm_shutdown()
/linux/net/core/
H A Ddev.c8783 struct list_head *down_list, in __netdev_adjacent_dev_link_lists() argument
8793 ret = __netdev_adjacent_dev_insert(upper_dev, dev, down_list, in __netdev_adjacent_dev_link_lists()
8807 struct list_head *down_list) in __netdev_adjacent_dev_unlink_lists() argument
8810 __netdev_adjacent_dev_remove(upper_dev, dev, ref_nr, down_list); in __netdev_adjacent_dev_unlink_lists()