Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/xillybus/
H A Dxillyusb.c1943 struct xillyusb_channel *chan, *new_channels; in setup_channels() local
1950 new_channels = chan; in setup_channels()
1984 kfree(new_channels); in setup_channels()
1997 xdev->channels = new_channels; in setup_channels()
/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c184 struct list_head list; /* link in all/new_channels list */
236 struct list_head new_channels;
1139 INIT_LIST_HEAD(&pn->new_channels); in ppp_exit_net()
1172 WARN_ON_ONCE(!list_empty(&pn->new_channels)); in ppp_unit_register()
2928 list_add(&pch->list, &pn->new_channels); in ppp_channel_index()
3446 * First we look in the new_channels list, then in the in ppp_find_channel()
3447 * all_channels list. If found in the new_channels list, in ppp_find_channel()
3456 list_for_each_entry(pch, &pn->new_channels, list) { in ppp_find_channel()
225 struct list_head new_channels; global() member