Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dbgfs_pm
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
power.c
191
if (mvmvif->
dbgfs_pm
.use_ps_poll) {
in iwl_mvm_power_configure_uapsd()
463
if (mvmvif->
dbgfs_pm
.mask & MVM_DEBUGFS_PM_KEEP_ALIVE)
in iwl_mvm_power_build_cmd()
465
cpu_to_le16(mvmvif->
dbgfs_pm
.keep_alive_seconds);
in iwl_mvm_power_build_cmd()
466
if (mvmvif->
dbgfs_pm
.mask & MVM_DEBUGFS_PM_SKIP_OVER_DTIM) {
in iwl_mvm_power_build_cmd()
467
if (mvmvif->
dbgfs_pm
.skip_over_dtim)
in iwl_mvm_power_build_cmd()
474
if (mvmvif->
dbgfs_pm
.mask & MVM_DEBUGFS_PM_RX_DATA_TIMEOUT)
in iwl_mvm_power_build_cmd()
476
cpu_to_le32(mvmvif->
dbgfs_pm
.rx_data_timeout);
in iwl_mvm_power_build_cmd()
477
if (mvmvif->
dbgfs_pm
.mask & MVM_DEBUGFS_PM_TX_DATA_TIMEOUT)
in iwl_mvm_power_build_cmd()
479
cpu_to_le32(mvmvif->
dbgfs_pm
.tx_data_timeout);
in iwl_mvm_power_build_cmd()
480
if (mvmvif->
dbgfs_pm
in iwl_mvm_power_build_cmd()
[all...]
H
A
D
debugfs-vif.c
70
struct iwl_dbgfs_pm *
dbgfs_pm
= &mvmvif->
dbgfs_pm
;
in iwl_dbgfs_update_pm()
local
72
dbgfs_pm
->mask |= param;
in iwl_dbgfs_update_pm()
84
dbgfs_pm
->keep_alive_seconds = val;
in iwl_dbgfs_update_pm()
90
dbgfs_pm
->skip_over_dtim = val;
in iwl_dbgfs_update_pm()
94
dbgfs_pm
->skip_dtim_periods = val;
in iwl_dbgfs_update_pm()
98
dbgfs_pm
->rx_data_timeout = val;
in iwl_dbgfs_update_pm()
102
dbgfs_pm
->tx_data_timeout = val;
in iwl_dbgfs_update_pm()
106
dbgfs_pm
->lprx_ena = val;
in iwl_dbgfs_update_pm()
110
dbgfs_pm
in iwl_dbgfs_update_pm()
[all...]
H
A
D
mvm.h
444
struct iwl_dbgfs_pm
dbgfs_pm
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
power.c
146
if (mvmvif->
dbgfs_pm
.use_ps_poll) {
in iwl_mvm_power_configure_uapsd()
411
if (mvmvif->
dbgfs_pm
.mask & MVM_DEBUGFS_PM_KEEP_ALIVE)
in iwl_mvm_power_build_cmd()
413
cpu_to_le16(mvmvif->
dbgfs_pm
.keep_alive_seconds);
in iwl_mvm_power_build_cmd()
414
if (mvmvif->
dbgfs_pm
.mask & MVM_DEBUGFS_PM_SKIP_OVER_DTIM) {
in iwl_mvm_power_build_cmd()
415
if (mvmvif->
dbgfs_pm
.skip_over_dtim)
in iwl_mvm_power_build_cmd()
422
if (mvmvif->
dbgfs_pm
.mask & MVM_DEBUGFS_PM_RX_DATA_TIMEOUT)
in iwl_mvm_power_build_cmd()
424
cpu_to_le32(mvmvif->
dbgfs_pm
.rx_data_timeout);
in iwl_mvm_power_build_cmd()
425
if (mvmvif->
dbgfs_pm
.mask & MVM_DEBUGFS_PM_TX_DATA_TIMEOUT)
in iwl_mvm_power_build_cmd()
427
cpu_to_le32(mvmvif->
dbgfs_pm
.tx_data_timeout);
in iwl_mvm_power_build_cmd()
428
if (mvmvif->
dbgfs_pm
in iwl_mvm_power_build_cmd()
[all...]
H
A
D
debugfs-vif.c
15
struct iwl_dbgfs_pm *
dbgfs_pm
= &mvmvif->
dbgfs_pm
;
in iwl_dbgfs_update_pm()
local
17
dbgfs_pm
->mask |= param;
in iwl_dbgfs_update_pm()
29
dbgfs_pm
->keep_alive_seconds = val;
in iwl_dbgfs_update_pm()
35
dbgfs_pm
->skip_over_dtim = val;
in iwl_dbgfs_update_pm()
39
dbgfs_pm
->skip_dtim_periods = val;
in iwl_dbgfs_update_pm()
43
dbgfs_pm
->rx_data_timeout = val;
in iwl_dbgfs_update_pm()
47
dbgfs_pm
->tx_data_timeout = val;
in iwl_dbgfs_update_pm()
51
dbgfs_pm
->lprx_ena = val;
in iwl_dbgfs_update_pm()
55
dbgfs_pm
in iwl_dbgfs_update_pm()
[all...]
H
A
D
mvm.h
418
struct iwl_dbgfs_pm
dbgfs_pm
;
member
Completed in 12 milliseconds