Searched refs:pi_fptr (Results 1 – 4 of 4) sorted by relevance
5083 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()
605 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()
552 struct phy_func_ptr pi_fptr; member
14654 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()