Searched refs:new_channel (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_ht.c | 734 struct ieee80211_channel *new_channel) in b43_phy_ht_spur_avoid() argument 740 if (new_channel->hw_value == 13 || new_channel->hw_value == 14) in b43_phy_ht_spur_avoid() 765 struct ieee80211_channel *new_channel) in b43_phy_ht_channel_setup() argument 767 if (new_channel->band == NL80211_BAND_5GHZ) { in b43_phy_ht_channel_setup() 789 if (new_channel->hw_value == 14) { in b43_phy_ht_channel_setup() 795 if (new_channel->band == NL80211_BAND_2GHZ) in b43_phy_ht_channel_setup() 802 b43_phy_ht_spur_avoid(dev, new_channel); in b43_phy_ht_channel_setup() 1058 unsigned int new_channel) in b43_phy_ht_op_switch_channel() argument 1065 if ((new_channel < 1) || (new_channel > 14)) in b43_phy_ht_op_switch_channel()
|
H A D | phy_common.h | 171 int (*switch_channel)(struct b43_wldev *dev, unsigned int new_channel); 391 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel);
|
H A D | phy_common.c | 416 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel) in b43_switch_channel() argument 425 channelcookie = new_channel; in b43_switch_channel() 435 err = phy->ops->switch_channel(dev, new_channel); in b43_switch_channel()
|
H A D | phy_lcn.c | 776 unsigned int new_channel) in b43_phy_lcn_op_switch_channel() argument 783 if ((new_channel < 1) || (new_channel > 14)) in b43_phy_lcn_op_switch_channel()
|
H A D | phy_lp.c | 1170 unsigned int new_channel); 2601 unsigned int new_channel) in b43_lpphy_op_switch_channel() argument 2607 err = lpphy_b2063_tune(dev, new_channel); in b43_lpphy_op_switch_channel() 2611 err = lpphy_b2062_tune(dev, new_channel); in b43_lpphy_op_switch_channel() 2614 lpphy_set_analog_filter(dev, new_channel); in b43_lpphy_op_switch_channel() 2615 lpphy_adjust_gain_table(dev, channel2freq_lp(new_channel)); in b43_lpphy_op_switch_channel() 2618 lpphy->channel = new_channel; in b43_lpphy_op_switch_channel() 2619 b43_write16(dev, B43_MMIO_CHANNEL, new_channel); in b43_lpphy_op_switch_channel()
|
H A D | phy_n.c | 6225 struct ieee80211_channel *new_channel) in b43_nphy_channel_setup() argument 6229 int ch = new_channel->hw_value; in b43_nphy_channel_setup() 6232 if (new_channel->band == NL80211_BAND_5GHZ) { in b43_nphy_channel_setup() 6243 } else if (new_channel->band == NL80211_BAND_2GHZ) { in b43_nphy_channel_setup() 6255 if (new_channel->hw_value == 14) { in b43_nphy_channel_setup() 6260 if (new_channel->band == NL80211_BAND_2GHZ) in b43_nphy_channel_setup() 6627 unsigned int new_channel) in b43_nphy_op_switch_channel() argument 6634 if ((new_channel < 1) || (new_channel > 14)) in b43_nphy_op_switch_channel() 6637 if (new_channel > 200) in b43_nphy_op_switch_channel()
|
H A D | phy_g.c | 2638 unsigned int new_channel) in b43_gphy_op_switch_channel() argument 2640 if ((new_channel < 1) || (new_channel > 14)) in b43_gphy_op_switch_channel() 2642 b43_gphy_channel_switch(dev, new_channel, 0); in b43_gphy_op_switch_channel()
|
/linux/drivers/usb/class/ |
H A D | usblp.c | 277 static int usblp_hp_channel_change_request(struct usblp *usblp, int channel, u8 *new_channel) in usblp_hp_channel_change_request() argument 290 *new_channel = buf[0]; in usblp_hp_channel_change_request()
|