/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | hif_tx.h | 47 int hif_set_pm(struct wfx_vif *wvif, bool ps, int dynamic_ps_timeout);
|
H A D | hif_tx.c | 423 int hif_set_pm(struct wfx_vif *wvif, bool ps, int dynamic_ps_timeout) in hif_set_pm() argument 437 body->fast_psm_idle_period = min(dynamic_ps_timeout * 2, 255); in hif_set_pm()
|
H A D | sta.c | 175 return conf->dynamic_ps_timeout; in wfx_get_ps_timeout()
|
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/ |
H A D | hif_tx.h | 49 int wfx_hif_set_pm(struct wfx_vif *wvif, bool ps, int dynamic_ps_timeout);
|
H A D | hif_tx.c | 395 int wfx_hif_set_pm(struct wfx_vif *wvif, bool ps, int dynamic_ps_timeout) in wfx_hif_set_pm() argument 409 body->fast_psm_idle_period = min(dynamic_ps_timeout * 2, 255); in wfx_hif_set_pm()
|
H A D | sta.c | 193 return conf->dynamic_ps_timeout; in wfx_get_ps_timeout()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | ps.c | 19 u16 timeout = wl->conf.conn.dynamic_ps_timeout; in wl1271_ps_set_mode()
|
H A D | debugfs.c | 252 wl->conf.conn.dynamic_ps_timeout); in dynamic_ps_timeout_read() 271 wl1271_warning("dynamic_ps_timeout is not in valid range"); in dynamic_ps_timeout_write() 277 wl->conf.conn.dynamic_ps_timeout = value; in dynamic_ps_timeout_write() 1300 DEBUGFS_ADD(dynamic_ps_timeout, rootdir); in wl1271_debugfs_add_files()
|
H A D | conf.h | 726 u16 dynamic_ps_timeout; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | ps.c | 19 u16 timeout = wl->conf.conn.dynamic_ps_timeout; in wl1271_ps_set_mode()
|
H A D | debugfs.c | 247 wl->conf.conn.dynamic_ps_timeout); in dynamic_ps_timeout_read() 266 wl1271_warning("dynamic_ps_timeout is not in valid range"); in dynamic_ps_timeout_write() 272 wl->conf.conn.dynamic_ps_timeout = value; in dynamic_ps_timeout_write() 1282 DEBUGFS_ADD(dynamic_ps_timeout, rootdir); in wl1271_debugfs_add_files()
|
H A D | conf.h | 726 u16 dynamic_ps_timeout; member
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | offchannel.c | 67 else if (local->hw.conf.dynamic_ps_timeout > 0) { in ieee80211_offchannel_ps_disable() 76 msecs_to_jiffies(local->hw.conf.dynamic_ps_timeout)); in ieee80211_offchannel_ps_disable()
|
H A D | mlme.c | 1688 if (conf->dynamic_ps_timeout > 0 && in ieee80211_enable_ps() 1691 msecs_to_jiffies(conf->dynamic_ps_timeout)); in ieee80211_enable_ps() 1784 local->hw.conf.dynamic_ps_timeout = timeout; in ieee80211_recalc_ps() 1845 if (local->hw.conf.dynamic_ps_timeout > 0) { in ieee80211_dynamic_ps_enable_work() 1850 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work() 1866 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work() 1878 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work() 4088 if (local->hw.conf.dynamic_ps_timeout > 0) { in ieee80211_rx_mgmt_beacon()
|
H A D | trace.h | 364 __field(int, dynamic_ps_timeout) 377 __entry->dynamic_ps_timeout = local->hw.conf.dynamic_ps_timeout;
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | offchannel.c | 67 else if (local->hw.conf.dynamic_ps_timeout > 0) { in ieee80211_offchannel_ps_disable() 76 msecs_to_jiffies(local->hw.conf.dynamic_ps_timeout)); in ieee80211_offchannel_ps_disable()
|
H A D | trace.h | 364 __field(int, dynamic_ps_timeout) 377 __entry->dynamic_ps_timeout = local->hw.conf.dynamic_ps_timeout;
|
H A D | mlme.c | 2187 if (conf->dynamic_ps_timeout > 0 && in ieee80211_enable_ps() 2190 msecs_to_jiffies(conf->dynamic_ps_timeout)); in ieee80211_enable_ps() 2286 local->hw.conf.dynamic_ps_timeout = timeout; in ieee80211_recalc_ps() 2347 if (local->hw.conf.dynamic_ps_timeout > 0) { in ieee80211_dynamic_ps_enable_work() 2352 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work() 2368 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work() 2380 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work() 6045 if (local->hw.conf.dynamic_ps_timeout > 0) { in ieee80211_rx_mgmt_beacon()
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | sta.c | 375 else if (conf->dynamic_ps_timeout <= 0) in cw1200_config() 384 if (conf->dynamic_ps_timeout >= 0x80) in cw1200_config() 388 conf->dynamic_ps_timeout << 1; in cw1200_config()
|
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | sta.c | 375 else if (conf->dynamic_ps_timeout <= 0) in cw1200_config() 384 if (conf->dynamic_ps_timeout >= 0x80) in cw1200_config() 388 conf->dynamic_ps_timeout << 1; in cw1200_config()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 234 .dynamic_ps_timeout = 1500,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 234 .dynamic_ps_timeout = 1500,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 375 .dynamic_ps_timeout = 1500,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | mac80211.h | 1551 * @dynamic_ps_timeout: The dynamic powersave timeout (in ms), see the 1576 int power_level, dynamic_ps_timeout; member 2850 * @dynamic_ps_timeout hardware configuration value and use it that value
|
/kernel/linux/linux-6.6/include/net/ |
H A D | mac80211.h | 1678 * @dynamic_ps_timeout: The dynamic powersave timeout (in ms), see the 1703 int power_level, dynamic_ps_timeout; member 3151 * @dynamic_ps_timeout hardware configuration value and use it that value
|