Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_common.h389 * b43_switch_channel - Switch to another channel
391 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel);
H A Dphy_common.c107 err = b43_switch_channel(dev, phy->channel); in b43_phy_init()
416 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel) in b43_switch_channel() function
H A Dphy_g.c2261 b43_switch_channel(dev, channel); in b43_gphy_aci_detect()
2307 b43_switch_channel(dev, channel); in b43_gphy_aci_scan()
3027 b43_switch_channel(dev, 1); in b43_gphy_op_pwork_60sec()
3029 b43_switch_channel(dev, 13); in b43_gphy_op_pwork_60sec()
3030 b43_switch_channel(dev, old_chan); in b43_gphy_op_pwork_60sec()
H A Dphy_lcn.c726 b43_switch_channel(dev, dev->phy.channel); in b43_phy_lcn_op_init()
H A Dmain.c4005 b43_switch_channel(dev, phy->channel); in b43_op_config()