Home
last modified time | relevance | path

Searched refs:ath12k_dp_rx_pktlog_stop (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.h128 int ath12k_dp_rx_pktlog_stop(struct ath12k_base *ab, bool stop_timer);
H A Dcore.c34 ret = ath12k_dp_rx_pktlog_stop(ab, true); in ath12k_core_suspend()
41 ret = ath12k_dp_rx_pktlog_stop(ab, false); in ath12k_core_suspend()
H A Ddp_rx.c4266 int ath12k_dp_rx_pktlog_stop(struct ath12k_base *ab, bool stop_timer) in ath12k_dp_rx_pktlog_stop() function