Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-dapm.c2185 struct list_head *up_list, in dapm_power_one_widget()
2225 dapm_seq_insert(w, up_list, true); in snd_soc_dapm_get_idle_bias()
2266 LIST_HEAD(up_list); in dapm_power_widgets()
2292 dapm_power_one_widget(w, &up_list, &down_list); in dapm_power_widgets()
2363 list_for_each_entry(w, &up_list, power_list) { in dapm_power_widgets()
2373 dapm_seq_run(card, &up_list, event, true); in dapm_power_widgets()
2177 dapm_power_one_widget(struct snd_soc_dapm_widget * w,struct list_head * up_list,struct list_head * down_list) dapm_power_one_widget() argument
/linux/net/core/
H A Ddev.c8834 struct list_head *up_list, in __netdev_adjacent_dev_link_lists() argument
8840 ret = __netdev_adjacent_dev_insert(dev, upper_dev, up_list, in __netdev_adjacent_dev_link_lists()
8848 __netdev_adjacent_dev_remove(dev, upper_dev, 1, up_list); in __netdev_adjacent_dev_link_lists()
8858 struct list_head *up_list, in __netdev_adjacent_dev_unlink_lists() argument
8861 __netdev_adjacent_dev_remove(dev, upper_dev, ref_nr, up_list); in __netdev_adjacent_dev_unlink_lists()