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:slp_itrvl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
power.c
153
u32
slp_itrvl
;
in iwl_static_sleep_cmd()
local
187
slp_itrvl
= le32_to_cpu(cmd->sleep_interval[IWL_POWER_VEC_SIZE - 1]);
in iwl_static_sleep_cmd()
189
if (
slp_itrvl
== 0xFF)
in iwl_static_sleep_cmd()
193
slp_itrvl
= le32_to_cpu(cmd->sleep_interval[IWL_POWER_VEC_SIZE - 1]);
in iwl_static_sleep_cmd()
194
if (
slp_itrvl
> period)
in iwl_static_sleep_cmd()
196
cpu_to_le32((
slp_itrvl
/ period) * period);
in iwl_static_sleep_cmd()
216
slp_itrvl
= le32_to_cpu(cmd->sleep_interval[IWL_POWER_VEC_SIZE - 1]);
in iwl_static_sleep_cmd()
217
if (
slp_itrvl
> IWL_CONN_MAX_LISTEN_INTERVAL)
in iwl_static_sleep_cmd()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
power.c
149
u32
slp_itrvl
;
in iwl_static_sleep_cmd()
local
183
slp_itrvl
= le32_to_cpu(cmd->sleep_interval[IWL_POWER_VEC_SIZE - 1]);
in iwl_static_sleep_cmd()
185
if (
slp_itrvl
== 0xFF)
in iwl_static_sleep_cmd()
189
slp_itrvl
= le32_to_cpu(cmd->sleep_interval[IWL_POWER_VEC_SIZE - 1]);
in iwl_static_sleep_cmd()
190
if (
slp_itrvl
> period)
in iwl_static_sleep_cmd()
192
cpu_to_le32((
slp_itrvl
/ period) * period);
in iwl_static_sleep_cmd()
212
slp_itrvl
= le32_to_cpu(cmd->sleep_interval[IWL_POWER_VEC_SIZE - 1]);
in iwl_static_sleep_cmd()
213
if (
slp_itrvl
> IWL_CONN_MAX_LISTEN_INTERVAL)
in iwl_static_sleep_cmd()
Completed in 2 milliseconds