Searched refs:b43_switch_channel (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_common.h | 389 * b43_switch_channel - Switch to another channel 391 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel);
|
H A D | phy_common.c | 107 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 D | phy_g.c | 2261 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 D | phy_lcn.c | 726 b43_switch_channel(dev, dev->phy.channel); in b43_phy_lcn_op_init()
|
H A D | main.c | 4005 b43_switch_channel(dev, phy->channel); in b43_op_config()
|