Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c5083 pi->pi_fptr.init = wlc_phy_init_lcnphy; in wlc_phy_attach_lcnphy()
5084 pi->pi_fptr.calinit = wlc_phy_cal_init_lcnphy; in wlc_phy_attach_lcnphy()
5085 pi->pi_fptr.chanset = wlc_phy_chanspec_set_lcnphy; in wlc_phy_attach_lcnphy()
5086 pi->pi_fptr.txpwrrecalc = wlc_phy_txpower_recalc_target_lcnphy; in wlc_phy_attach_lcnphy()
5087 pi->pi_fptr.txiqccget = wlc_lcnphy_get_tx_iqcc; in wlc_phy_attach_lcnphy()
5088 pi->pi_fptr.txiqccset = wlc_lcnphy_set_tx_iqcc; in wlc_phy_attach_lcnphy()
5089 pi->pi_fptr.txloccget = wlc_lcnphy_get_tx_locc; in wlc_phy_attach_lcnphy()
5090 pi->pi_fptr.radioloftget = wlc_lcnphy_get_radio_loft; in wlc_phy_attach_lcnphy()
5091 pi->pi_fptr.detach = wlc_phy_detach_lcnphy; in wlc_phy_attach_lcnphy()
Dphy_cmn.c605 if (pi->pi_fptr.detach) in wlc_phy_detach()
606 (pi->pi_fptr.detach)(pi); in wlc_phy_detach()
769 phy_init = pi->pi_fptr.init; in wlc_phy_init()
809 cal_init = pi->pi_fptr.calinit; in wlc_phy_cal_init()
1190 chanspec_set = pi->pi_fptr.chanset; in wlc_phy_chanspec_set()
1651 txpwr_recalc_fn = pi->pi_fptr.txpwrrecalc; in wlc_phy_txpower_recalc_target()
Dphy_int.h552 struct phy_func_ptr pi_fptr; member
Dphy_n.c14654 pi->pi_fptr.init = wlc_phy_init_nphy; in wlc_phy_attach_nphy()
14655 pi->pi_fptr.calinit = wlc_phy_cal_init_nphy; in wlc_phy_attach_nphy()
14656 pi->pi_fptr.chanset = wlc_phy_chanspec_set_nphy; in wlc_phy_attach_nphy()
14657 pi->pi_fptr.txpwrrecalc = wlc_phy_txpower_recalc_target_nphy; in wlc_phy_attach_nphy()