Searched refs:up_list (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/soc/ |
H A D | soc-dapm.c | 1877 struct list_head *up_list, in dapm_power_one_widget() argument 1917 dapm_seq_insert(w, up_list, true); in dapm_power_one_widget() 1951 LIST_HEAD(up_list); in dapm_power_widgets() 1977 dapm_power_one_widget(w, &up_list, &down_list); in dapm_power_widgets() 2048 list_for_each_entry(w, &up_list, power_list) { in dapm_power_widgets() 2058 dapm_seq_run(card, &up_list, event, true); in dapm_power_widgets()
|
/openbmc/linux/net/core/ |
H A D | dev.c | 7684 struct list_head *up_list, in __netdev_adjacent_dev_link_lists() argument 7690 ret = __netdev_adjacent_dev_insert(dev, upper_dev, up_list, in __netdev_adjacent_dev_link_lists() 7698 __netdev_adjacent_dev_remove(dev, upper_dev, 1, up_list); in __netdev_adjacent_dev_link_lists() 7708 struct list_head *up_list, in __netdev_adjacent_dev_unlink_lists() argument 7711 __netdev_adjacent_dev_remove(dev, upper_dev, ref_nr, up_list); in __netdev_adjacent_dev_unlink_lists()
|