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:req_smps
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
debugfs_netdev.c
280
smps_modes[sdata->u.mgd.
req_smps
],
in ieee80211_if_fmt_smps()
H
A
D
cfg.c
2805
old_req = sdata->u.mgd.
req_smps
;
in __ieee80211_request_smps_mgd()
2806
sdata->u.mgd.
req_smps
= smps_mode;
in __ieee80211_request_smps_mgd()
2845
sdata->u.mgd.
req_smps
= old_req;
in __ieee80211_request_smps_mgd()
2873
__ieee80211_request_smps_mgd(sdata, sdata->u.mgd.
req_smps
);
in ieee80211_set_power_mgmt()
H
A
D
mlme.c
4835
ifmgd->
req_smps
= IEEE80211_SMPS_AUTOMATIC;
in ieee80211_sta_setup_sdata()
4837
ifmgd->
req_smps
= IEEE80211_SMPS_OFF;
in ieee80211_sta_setup_sdata()
5626
if (ifmgd->
req_smps
== IEEE80211_SMPS_AUTOMATIC) {
in ieee80211_mgd_assoc()
5632
sdata->smps_mode = ifmgd->
req_smps
;
in ieee80211_mgd_assoc()
H
A
D
ieee80211_i.h
461
enum ieee80211_smps_mode
req_smps
, /* requested smps mode */
member
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
cfg.c
3191
old_req = link->u.mgd.
req_smps
;
in __ieee80211_request_smps_mgd()
3192
link->u.mgd.
req_smps
= smps_mode;
in __ieee80211_request_smps_mgd()
3231
link->u.mgd.
req_smps
= old_req;
in __ieee80211_request_smps_mgd()
3268
link->u.mgd.
req_smps
);
in ieee80211_set_power_mgmt()
H
A
D
debugfs_netdev.c
305
smps_modes[link->u.mgd.
req_smps
],
in ieee80211_if_fmt_smps()
H
A
D
mlme.c
6890
link->u.mgd.
req_smps
= IEEE80211_SMPS_AUTOMATIC;
in ieee80211_mgd_setup_link()
6892
link->u.mgd.
req_smps
= IEEE80211_SMPS_OFF;
in ieee80211_mgd_setup_link()
7418
if (link->u.mgd.
req_smps
== IEEE80211_SMPS_AUTOMATIC) {
in ieee80211_setup_assoc_link()
7424
link->smps_mode = link->u.mgd.
req_smps
;
in ieee80211_setup_assoc_link()
H
A
D
ieee80211_i.h
910
enum ieee80211_smps_mode
req_smps
, /* requested smps mode */
member
Completed in 37 milliseconds