Searched refs:cfr_ops (Results 1 – 3 of 3) sorted by relevance
960 if (!soc->ops->cfr_ops || !soc->ops->cfr_ops->txrx_get_cfr_rcc) in cdp_get_cfr_rcc()963 return soc->ops->cfr_ops->txrx_get_cfr_rcc(soc, pdev_id); in cdp_get_cfr_rcc()984 if (!soc->ops->cfr_ops || !soc->ops->cfr_ops->txrx_set_cfr_rcc) in cdp_set_cfr_rcc()987 return soc->ops->cfr_ops->txrx_set_cfr_rcc(soc, pdev_id, enable); in cdp_set_cfr_rcc()1009 if (!soc->ops->cfr_ops || !soc->ops->cfr_ops->txrx_get_cfr_dbg_stats) in cdp_get_cfr_dbg_stats()1012 soc->ops->cfr_ops->txrx_get_cfr_dbg_stats(soc, pdev_id, buf); in cdp_get_cfr_dbg_stats()1030 if (!soc->ops->cfr_ops || !soc->ops->cfr_ops->txrx_clear_cfr_dbg_stats) in cdp_cfr_clr_dbg_stats()1033 soc->ops->cfr_ops->txrx_clear_cfr_dbg_stats(soc, pdev_id); in cdp_cfr_clr_dbg_stats()
2620 struct cdp_cfr_ops *cfr_ops; member
13559 soc->cdp_soc.ops->cfr_ops = &dp_ops_cfr; in dp_soc_txrx_ops_attach()