Searched refs:b43_switch_channel (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/b43/ |
D | phy_common.h | 391 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel);
|
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
|
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()
|
D | phy_lcn.c | 726 b43_switch_channel(dev, dev->phy.channel); in b43_phy_lcn_op_init()
|
D | phy_ht.c | 1034 b43_switch_channel(dev, dev->phy.channel); in b43_phy_ht_op_software_rfkill()
|
D | phy_n.c | 1464 b43_switch_channel(dev, dev->phy.channel); in b43_radio_init2055_post() 6593 b43_switch_channel(dev, dev->phy.channel); in b43_nphy_op_software_rfkill() 6597 b43_switch_channel(dev, dev->phy.channel); in b43_nphy_op_software_rfkill()
|
D | main.c | 4002 b43_switch_channel(dev, phy->channel); in b43_op_config()
|