Searched refs:phy_lcn (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/wireless/b43/
H A Dphy_lcn.c36 #include "phy_lcn.h"
670 struct b43_phy_lcn *phy_lcn; b43_phy_lcn_op_allocate() local
672 phy_lcn = kzalloc(sizeof(*phy_lcn), GFP_KERNEL); b43_phy_lcn_op_allocate()
673 if (!phy_lcn) b43_phy_lcn_op_allocate()
675 dev->phy.lcn = phy_lcn; b43_phy_lcn_op_allocate()
683 struct b43_phy_lcn *phy_lcn = phy->lcn; b43_phy_lcn_op_free() local
685 kfree(phy_lcn); b43_phy_lcn_op_free()
692 struct b43_phy_lcn *phy_lcn = phy->lcn; b43_phy_lcn_op_prepare_structs() local
694 memset(phy_lcn, 0, sizeof(*phy_lcn)); b43_phy_lcn_op_prepare_structs()
H A Dphy_common.c35 #include "phy_lcn.h"
H A Dtables_phy_lcn.c28 #include "phy_lcn.h"
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A DMakefile37 phy/phy_lcn.o \
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c28 #include "phy_lcn.h"
H A Dphy_lcn.c28 #include "phy_lcn.h"

Completed in 207 milliseconds