Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_common.h391 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 Dphy_ht.c1034 b43_switch_channel(dev, dev->phy.channel); in b43_phy_ht_op_software_rfkill()
H A Dphy_n.c1464 b43_switch_channel(dev, dev->phy.channel); in b43_radio_init2055_post()
6589 b43_switch_channel(dev, dev->phy.channel); in b43_nphy_op_software_rfkill()
6593 b43_switch_channel(dev, dev->phy.channel); in b43_nphy_op_software_rfkill()
H A Dmain.c4005 b43_switch_channel(dev, phy->channel); in b43_op_config()