Searched refs:all_channels (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_generic.c205 struct list_head all_channels; member in struct:ppp_net
210 * all_channels_lock protects all_channels and
1070 INIT_LIST_HEAD(&pn->all_channels);
3014 * all_channels list. If found in the new_channels list,
3015 * we move it to the all_channels list. This is for speed
3025 list_move(&pch->list, &pn->all_channels);
3030 list_for_each_entry(pch, &pn->all_channels, list) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dbase.c70 module_param_named(all_channels, modparam_all_channels, bool, S_IRUGO);
71 MODULE_PARM_DESC(all_channels, "Expose all channels the device can use.");
942 * Returns true for the channel numbers used without all_channels modparam.

Completed in 75 milliseconds