Searched refs:have_bphy (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | main.c | 3593 int have_bphy, in b43legacy_setup_modes() 3600 if (have_bphy) { in b43legacy_setup_modes() 3628 int have_bphy = 0; in b43legacy_wireless_core_attach() local 3651 have_bphy = 1; in b43legacy_wireless_core_attach() 3655 have_bphy = 1; in b43legacy_wireless_core_attach() 3657 dev->phy.gmode = (have_gphy || have_bphy); in b43legacy_wireless_core_attach() 3671 have_bphy = 0; in b43legacy_wireless_core_attach() 3675 have_bphy = 1; in b43legacy_wireless_core_attach() 3684 dev->phy.gmode = (have_gphy || have_bphy); in b43legacy_wireless_core_attach() 3691 err = b43legacy_setup_modes(dev, have_bphy, have_gph in b43legacy_wireless_core_attach() 3592 b43legacy_setup_modes(struct b43legacy_wldev *dev, int have_bphy, int have_gphy) b43legacy_setup_modes() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | main.c | 3594 int have_bphy, in b43legacy_setup_modes() 3601 if (have_bphy) { in b43legacy_setup_modes() 3629 int have_bphy = 0; in b43legacy_wireless_core_attach() local 3652 have_bphy = 1; in b43legacy_wireless_core_attach() 3656 have_bphy = 1; in b43legacy_wireless_core_attach() 3658 dev->phy.gmode = (have_gphy || have_bphy); in b43legacy_wireless_core_attach() 3672 have_bphy = 0; in b43legacy_wireless_core_attach() 3676 have_bphy = 1; in b43legacy_wireless_core_attach() 3685 dev->phy.gmode = (have_gphy || have_bphy); in b43legacy_wireless_core_attach() 3692 err = b43legacy_setup_modes(dev, have_bphy, have_gph in b43legacy_wireless_core_attach() 3593 b43legacy_setup_modes(struct b43legacy_wldev *dev, int have_bphy, int have_gphy) b43legacy_setup_modes() argument [all...] |
Completed in 9 milliseconds