Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Ddebugfs.c1378 u8 ps_timekeeper_enable; in ath11k_write_ps_timekeeper_enable() local
1380 if (kstrtou8_from_user(user_buf, count, 0, &ps_timekeeper_enable)) in ath11k_write_ps_timekeeper_enable()
1395 ar->ps_timekeeper_enable = !!ps_timekeeper_enable; in ath11k_write_ps_timekeeper_enable()
1412 len = scnprintf(buf, sizeof(buf), "%d\n", ar->ps_timekeeper_enable); in ath11k_read_ps_timekeeper_enable()
1522 ar->ps_timekeeper_enable = false; in ath11k_write_ps_state_enable()
Dcore.h723 bool ps_timekeeper_enable; member
Dwmi.c6893 if (ar->ps_timekeeper_enable) in ath11k_wmi_event_peer_sta_ps_state_chg()