Home
last modified time | relevance | path

Searched refs:b43_switch_channel (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/net/wireless/b43/
Dphy_common.c107 err = b43_switch_channel(dev, ops->get_default_chan(dev)); in b43_phy_init()
300 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel) in b43_switch_channel() function
Dphy_common.h390 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel);
Dphy_g.c2259 b43_switch_channel(dev, channel); in b43_gphy_aci_detect()
2305 b43_switch_channel(dev, channel); in b43_gphy_aci_scan()
3025 b43_switch_channel(dev, 1); in b43_gphy_op_pwork_60sec()
3027 b43_switch_channel(dev, 13); in b43_gphy_op_pwork_60sec()
3028 b43_switch_channel(dev, old_chan); in b43_gphy_op_pwork_60sec()
Dphy_ht.c502 b43_switch_channel(dev, dev->phy.channel); in b43_phy_ht_op_software_rfkill()
Dphy_lcn.c759 b43_switch_channel(dev, dev->phy.channel); in b43_phy_lcn_op_init()
Dphy_n.c791 b43_switch_channel(dev, dev->phy.channel); in b43_radio_init2055_post()
4910 b43_switch_channel(dev, dev->phy.channel); in b43_nphy_op_software_rfkill()
Dmain.c3875 b43_switch_channel(dev, conf->channel->hw_value); in b43_op_config()