Searched refs:txrx_soc_ppeds_stop (Results 1 – 3 of 3) sorted by relevance
2534 void (*txrx_soc_ppeds_stop)(struct dp_soc *soc); member
2735 if (soc->arch_ops.txrx_soc_ppeds_stop) in dp_soc_ppeds_stop()2736 soc->arch_ops.txrx_soc_ppeds_stop(soc); in dp_soc_ppeds_stop()
3680 arch_ops->txrx_soc_ppeds_stop = dp_ppeds_stop_soc_be; in dp_initialize_arch_ops_be()