Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Ddebugfs_sta.c823 u64 power_save_duration; in ath11k_dbg_sta_read_total_ps_duration() local
830 power_save_duration = jiffies_to_msecs(jiffies in ath11k_dbg_sta_read_total_ps_duration()
834 power_save_duration = arsta->ps_total_duration; in ath11k_dbg_sta_read_total_ps_duration()
836 len = scnprintf(buf, sizeof(buf), "%llu\n", power_save_duration); in ath11k_dbg_sta_read_total_ps_duration()