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:PS_ENABLED
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H
A
D
rsi_91x_ps.c
33
case
PS_ENABLED
:
in str_psstate()
34
return "
PS_ENABLED
";
in str_psstate()
90
if (adapter->ps_state !=
PS_ENABLED
) {
in rsi_disable_ps()
111
if (adapter->ps_state !=
PS_ENABLED
)
in rsi_conf_uapsd()
130
rsi_modify_ps_state(adapter,
PS_ENABLED
);
in rsi_handle_ps_confirm()
H
A
D
rsi_ps.h
29
PS_ENABLED
= 3
enumerator
H
A
D
rsi_91x_hal.c
206
(adapter->ps_state ==
PS_ENABLED
))
in rsi_prepare_data_desc()
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H
A
D
rsi_91x_ps.c
34
case
PS_ENABLED
:
in str_psstate()
35
return "
PS_ENABLED
";
in str_psstate()
91
if (adapter->ps_state !=
PS_ENABLED
) {
in rsi_disable_ps()
112
if (adapter->ps_state !=
PS_ENABLED
)
in rsi_conf_uapsd()
131
rsi_modify_ps_state(adapter,
PS_ENABLED
);
in rsi_handle_ps_confirm()
H
A
D
rsi_ps.h
29
PS_ENABLED
= 3
enumerator
H
A
D
rsi_91x_hal.c
206
(adapter->ps_state ==
PS_ENABLED
))
in rsi_prepare_data_desc()
/kernel/linux/linux-5.10/drivers/net/wireless/
H
A
D
mac80211_hwsim.c
591
PS_DISABLED,
PS_ENABLED
, PS_AUTO_POLL, PS_MANUAL_POLL
enumerator
837
if (val != PS_DISABLED && val !=
PS_ENABLED
&& val != PS_AUTO_POLL &&
in hwsim_fops_ps_write()
842
if (data->ps !=
PS_ENABLED
)
in hwsim_fops_ps_write()
1080
case
PS_ENABLED
:
in hwsim_ps_rx_ok()
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H
A
D
mac80211_hwsim.c
686
PS_DISABLED,
PS_ENABLED
, PS_AUTO_POLL, PS_MANUAL_POLL
enumerator
1082
if (val != PS_DISABLED && val !=
PS_ENABLED
&& val != PS_AUTO_POLL &&
in hwsim_fops_ps_write()
1087
if (data->ps !=
PS_ENABLED
)
in hwsim_fops_ps_write()
1366
case
PS_ENABLED
:
in hwsim_ps_rx_ok()
Completed in 16 milliseconds