Home
last modified time | relevance | path

Searched refs:pi_fptr (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c4985 pi->pi_fptr.init = wlc_phy_init_lcnphy; in wlc_phy_attach_lcnphy()
4986 pi->pi_fptr.calinit = wlc_phy_cal_init_lcnphy; in wlc_phy_attach_lcnphy()
4987 pi->pi_fptr.chanset = wlc_phy_chanspec_set_lcnphy; in wlc_phy_attach_lcnphy()
4988 pi->pi_fptr.txpwrrecalc = wlc_phy_txpower_recalc_target_lcnphy; in wlc_phy_attach_lcnphy()
4989 pi->pi_fptr.txiqccget = wlc_lcnphy_get_tx_iqcc; in wlc_phy_attach_lcnphy()
4990 pi->pi_fptr.txiqccset = wlc_lcnphy_set_tx_iqcc; in wlc_phy_attach_lcnphy()
4991 pi->pi_fptr.txloccget = wlc_lcnphy_get_tx_locc; in wlc_phy_attach_lcnphy()
4992 pi->pi_fptr.radioloftget = wlc_lcnphy_get_radio_loft; in wlc_phy_attach_lcnphy()
4993 pi->pi_fptr.detach = wlc_phy_detach_lcnphy; in wlc_phy_attach_lcnphy()
Dphy_cmn.c594 if (pi->pi_fptr.detach) in wlc_phy_detach()
595 (pi->pi_fptr.detach)(pi); in wlc_phy_detach()
758 phy_init = pi->pi_fptr.init; in wlc_phy_init()
798 cal_init = pi->pi_fptr.calinit; in wlc_phy_cal_init()
1179 chanspec_set = pi->pi_fptr.chanset; in wlc_phy_chanspec_set()
1638 txpwr_recalc_fn = pi->pi_fptr.txpwrrecalc; in wlc_phy_txpower_recalc_target()
Dphy_int.h534 struct phy_func_ptr pi_fptr; member
Dphy_n.c14643 pi->pi_fptr.init = wlc_phy_init_nphy; in wlc_phy_attach_nphy()
14644 pi->pi_fptr.calinit = wlc_phy_cal_init_nphy; in wlc_phy_attach_nphy()
14645 pi->pi_fptr.chanset = wlc_phy_chanspec_set_nphy; in wlc_phy_attach_nphy()
14646 pi->pi_fptr.txpwrrecalc = wlc_phy_txpower_recalc_target_nphy; in wlc_phy_attach_nphy()