Home
last modified time | relevance | path

Searched refs:phy_lcn (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_lcn.c670 struct b43_phy_lcn *phy_lcn; in b43_phy_lcn_op_allocate() local
672 phy_lcn = kzalloc(sizeof(*phy_lcn), GFP_KERNEL); in b43_phy_lcn_op_allocate()
673 if (!phy_lcn) in b43_phy_lcn_op_allocate()
675 dev->phy.lcn = phy_lcn; in b43_phy_lcn_op_allocate()
683 struct b43_phy_lcn *phy_lcn = phy->lcn; in b43_phy_lcn_op_free() local
685 kfree(phy_lcn); in b43_phy_lcn_op_free()
692 struct b43_phy_lcn *phy_lcn = phy->lcn; in b43_phy_lcn_op_prepare_structs() local
694 memset(phy_lcn, 0, sizeof(*phy_lcn)); in b43_phy_lcn_op_prepare_structs()
H A DMakefile16 b43-$(CONFIG_B43_PHY_LCN) += phy_lcn.o tables_phy_lcn.o
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A DMakefile36 phy/phy_lcn.o \