Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/
Dsoc-dapm.c1695 struct list_head *up_list, in dapm_widget_set_power() argument
1719 dapm_seq_insert(w, up_list, true); in dapm_widget_set_power()
1725 struct list_head *up_list, in dapm_power_one_widget() argument
1735 dapm_seq_insert(w, up_list, true); in dapm_power_one_widget()
1741 dapm_widget_set_power(w, power, up_list, down_list); in dapm_power_one_widget()
1775 LIST_HEAD(up_list); in dapm_power_widgets()
1800 dapm_power_one_widget(w, &up_list, &down_list); in dapm_power_widgets()
1870 list_for_each_entry(w, &up_list, power_list) { in dapm_power_widgets()
1880 dapm_seq_run(card, &up_list, event, true); in dapm_power_widgets()
/linux-4.4.14/net/core/
Ddev.c5283 struct list_head *up_list, in __netdev_adjacent_dev_link_lists() argument
5289 ret = __netdev_adjacent_dev_insert(dev, upper_dev, up_list, private, in __netdev_adjacent_dev_link_lists()
5297 __netdev_adjacent_dev_remove(dev, upper_dev, up_list); in __netdev_adjacent_dev_link_lists()
5315 struct list_head *up_list, in __netdev_adjacent_dev_unlink_lists() argument
5318 __netdev_adjacent_dev_remove(dev, upper_dev, up_list); in __netdev_adjacent_dev_unlink_lists()