Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/
Dsoc-dapm.c1596 struct list_head *up_list, in dapm_widget_set_power() argument
1620 dapm_seq_insert(w, up_list, true); in dapm_widget_set_power()
1626 struct list_head *up_list, in dapm_power_one_widget() argument
1636 dapm_seq_insert(w, up_list, true); in dapm_power_one_widget()
1642 dapm_widget_set_power(w, power, up_list, down_list); in dapm_power_one_widget()
1676 LIST_HEAD(up_list); in dapm_power_widgets()
1701 dapm_power_one_widget(w, &up_list, &down_list); in dapm_power_widgets()
1771 list_for_each_entry(w, &up_list, power_list) { in dapm_power_widgets()
1781 dapm_seq_run(card, &up_list, event, true); in dapm_power_widgets()
/linux-4.1.27/net/core/
Ddev.c5116 struct list_head *up_list, in __netdev_adjacent_dev_link_lists() argument
5122 ret = __netdev_adjacent_dev_insert(dev, upper_dev, up_list, private, in __netdev_adjacent_dev_link_lists()
5130 __netdev_adjacent_dev_remove(dev, upper_dev, up_list); in __netdev_adjacent_dev_link_lists()
5148 struct list_head *up_list, in __netdev_adjacent_dev_unlink_lists() argument
5151 __netdev_adjacent_dev_remove(dev, upper_dev, up_list); in __netdev_adjacent_dev_unlink_lists()