Searched refs:pi_fptr (Results 1 – 4 of 4) sorted by relevance
572 if (pi->pi_fptr.detach) in wlc_phy_detach()573 (pi->pi_fptr.detach)(pi); in wlc_phy_detach()724 phy_init = pi->pi_fptr.init; in wlc_phy_init()764 cal_init = pi->pi_fptr.calinit; in wlc_phy_cal_init()1124 chanspec_set = pi->pi_fptr.chanset; in wlc_phy_chanspec_set()1406 txpwr_recalc_fn = pi->pi_fptr.txpwrrecalc; in wlc_phy_txpower_recalc_target()
4985 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()
534 struct phy_func_ptr pi_fptr; member
14641 pi->pi_fptr.init = wlc_phy_init_nphy; in wlc_phy_attach_nphy()14642 pi->pi_fptr.calinit = wlc_phy_cal_init_nphy; in wlc_phy_attach_nphy()14643 pi->pi_fptr.chanset = wlc_phy_chanspec_set_nphy; in wlc_phy_attach_nphy()14644 pi->pi_fptr.txpwrrecalc = wlc_phy_txpower_recalc_target_nphy; in wlc_phy_attach_nphy()
Completed in 54 milliseconds