Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43/
Dphy_lcn.c703 struct b43_phy_lcn *phy_lcn; in b43_phy_lcn_op_allocate() local
705 phy_lcn = kzalloc(sizeof(*phy_lcn), GFP_KERNEL); in b43_phy_lcn_op_allocate()
706 if (!phy_lcn) in b43_phy_lcn_op_allocate()
708 dev->phy.lcn = phy_lcn; in b43_phy_lcn_op_allocate()
716 struct b43_phy_lcn *phy_lcn = phy->lcn; in b43_phy_lcn_op_free() local
718 kfree(phy_lcn); in b43_phy_lcn_op_free()
725 struct b43_phy_lcn *phy_lcn = phy->lcn; in b43_phy_lcn_op_prepare_structs() local
727 memset(phy_lcn, 0, sizeof(*phy_lcn)); in b43_phy_lcn_op_prepare_structs()
DMakefile16 b43-$(CONFIG_B43_PHY_LCN) += phy_lcn.o tables_phy_lcn.o
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/
DMakefile37 phy/phy_lcn.o \