Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c1410 u8 ps_timekeeper_enable; in ath11k_write_ps_timekeeper_enable() local
1412 if (kstrtou8_from_user(user_buf, count, 0, &ps_timekeeper_enable)) in ath11k_write_ps_timekeeper_enable()
1427 ar->ps_timekeeper_enable = !!ps_timekeeper_enable; in ath11k_write_ps_timekeeper_enable()
1444 len = scnprintf(buf, sizeof(buf), "%d\n", ar->ps_timekeeper_enable); in ath11k_read_ps_timekeeper_enable()
1554 ar->ps_timekeeper_enable = false; in ath11k_write_ps_state_enable()
H A Dcore.h739 bool ps_timekeeper_enable; member
H A Dwmi.c7496 if (ar->ps_timekeeper_enable) in ath11k_wmi_event_peer_sta_ps_state_chg()