Searched refs:pi_fptr (Results 1 – 3 of 3) 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()
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()