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:sleep_period
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
sta_tx.c
207
if (!adapter->
sleep_period
.period)
in mwifiex_check_last_packet_indication()
H
A
D
init.c
285
memset(&adapter->
sleep_period
, 0, sizeof(adapter->
sleep_period
));
in mwifiex_init_adapter()
H
A
D
ioctl.h
294
u32
sleep_period
;
member
H
A
D
uap_event.c
251
priv->media_connected && adapter->
sleep_period
.period) {
in mwifiex_process_uap_event()
H
A
D
cmdevt.c
368
!adapter->
sleep_period
.period)) {
in mwifiex_dnld_sleep_confirm_cmd()
1420
if (adapter->
sleep_period
.period)
in mwifiex_ret_enh_power_mode()
1433
if (adapter->
sleep_period
.period) {
in mwifiex_ret_enh_power_mode()
H
A
D
sta_event.c
766
priv->media_connected && adapter->
sleep_period
.period) {
in mwifiex_process_sta_event()
H
A
D
main.h
945
struct mwifiex_sleep_period
sleep_period
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
sta_tx.c
230
if (!adapter->
sleep_period
.period)
in mwifiex_check_last_packet_indication()
H
A
D
init.c
297
memset(&adapter->
sleep_period
, 0, sizeof(adapter->
sleep_period
));
in mwifiex_init_adapter()
H
A
D
uap_event.c
264
priv->media_connected && adapter->
sleep_period
.period) {
in mwifiex_process_uap_event()
H
A
D
ioctl.h
306
u32
sleep_period
;
member
H
A
D
cmdevt.c
380
!adapter->
sleep_period
.period)) {
in mwifiex_dnld_sleep_confirm_cmd()
1411
if (adapter->
sleep_period
.period)
in mwifiex_ret_enh_power_mode()
1424
if (adapter->
sleep_period
.period) {
in mwifiex_ret_enh_power_mode()
H
A
D
sta_event.c
777
priv->media_connected && adapter->
sleep_period
.period) {
in mwifiex_process_sta_event()
H
A
D
main.h
968
struct mwifiex_sleep_period
sleep_period
;
member
Completed in 18 milliseconds