Searched refs:txrx_soc_ppeds_start (Results 1 – 4 of 4) sorted by relevance
3559 if (soc->arch_ops.txrx_soc_ppeds_start) { in dp_soc_init()3560 if (soc->arch_ops.txrx_soc_ppeds_start(soc)) { in dp_soc_init()
2533 QDF_STATUS (*txrx_soc_ppeds_start)(struct dp_soc *soc); member
11972 !soc->arch_ops.txrx_soc_ppeds_start || in dp_umac_reset_ppeds_start()11980 soc->arch_ops.txrx_soc_ppeds_start(soc); in dp_umac_reset_ppeds_start()
3679 arch_ops->txrx_soc_ppeds_start = dp_ppeds_start_soc_be; in dp_initialize_arch_ops_be()