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_notif
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-context-info-gen3.h
206
* @
sleep_notif
: indicates the peripheral sleep status
212
__le32
sleep_notif
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-context-info-gen3.h
202
* @
sleep_notif
: indicates the peripheral sleep status
208
__le32
sleep_notif
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
rx.c
2269
u32
sleep_notif
=
in iwl_pcie_irq_msix_handler()
local
2270
le32_to_cpu(trans_pcie->prph_info->
sleep_notif
);
in iwl_pcie_irq_msix_handler()
2271
if (
sleep_notif
== IWL_D3_SLEEP_STATUS_SUSPEND ||
in iwl_pcie_irq_msix_handler()
2272
sleep_notif
== IWL_D3_SLEEP_STATUS_RESUME) {
in iwl_pcie_irq_msix_handler()
2275
sleep_notif
);
in iwl_pcie_irq_msix_handler()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
rx.c
2342
u32
sleep_notif
=
in iwl_pcie_irq_msix_handler()
local
2343
le32_to_cpu(trans_pcie->prph_info->
sleep_notif
);
in iwl_pcie_irq_msix_handler()
2344
if (
sleep_notif
== IWL_D3_SLEEP_STATUS_SUSPEND ||
in iwl_pcie_irq_msix_handler()
2345
sleep_notif
== IWL_D3_SLEEP_STATUS_RESUME) {
in iwl_pcie_irq_msix_handler()
2348
sleep_notif
);
in iwl_pcie_irq_msix_handler()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H
A
D
commands.h
3360
struct il_sleep_notification
sleep_notif
;
member
H
A
D
common.c
4446
struct il_sleep_notification *sleep = &(pkt->u.
sleep_notif
);
in il_hdl_pm_sleep()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H
A
D
commands.h
3362
struct il_sleep_notification
sleep_notif
;
member
H
A
D
common.c
4443
struct il_sleep_notification *sleep = &(pkt->u.
sleep_notif
);
in il_hdl_pm_sleep()
Completed in 32 milliseconds