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:suspend_notifier
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/tegra/
H
A
D
regulators-tegra30.c
29
struct notifier_block
suspend_notifier
;
member
395
suspend_notifier
);
in tegra30_regulator_suspend()
516
.
suspend_notifier
.notifier_call = tegra30_regulator_suspend,
529
err = register_pm_notifier(&tegra30_coupler.
suspend_notifier
);
in tegra_regulator_coupler_init()
H
A
D
regulators-tegra20.c
30
struct notifier_block
suspend_notifier
;
member
410
suspend_notifier
);
in tegra20_regulator_suspend()
542
.
suspend_notifier
.notifier_call = tegra20_regulator_suspend,
555
err = register_pm_notifier(&tegra20_coupler.
suspend_notifier
);
in tegra_regulator_coupler_init()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_core.c
2434
container_of(nb, struct hci_dev,
suspend_notifier
);
in hci_suspend_notifier()
2809
if (!hdev->
suspend_notifier
.notifier_call &&
in hci_register_suspend_notifier()
2811
hdev->
suspend_notifier
.notifier_call = hci_suspend_notifier;
in hci_register_suspend_notifier()
2812
ret = register_pm_notifier(&hdev->
suspend_notifier
);
in hci_register_suspend_notifier()
2822
if (hdev->
suspend_notifier
.notifier_call) {
in hci_unregister_suspend_notifier()
2823
ret = unregister_pm_notifier(&hdev->
suspend_notifier
);
in hci_unregister_suspend_notifier()
2825
hdev->
suspend_notifier
.notifier_call = NULL;
in hci_unregister_suspend_notifier()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_core.c
3532
container_of(nb, struct hci_dev,
suspend_notifier
);
in hci_suspend_notifier()
3806
if (!hdev->
suspend_notifier
.notifier_call &&
in hci_register_dev()
3808
hdev->
suspend_notifier
.notifier_call = hci_suspend_notifier;
in hci_register_dev()
3809
error = register_pm_notifier(&hdev->
suspend_notifier
);
in hci_register_dev()
3850
unregister_pm_notifier(&hdev->
suspend_notifier
);
in hci_unregister_dev()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
491
struct notifier_block
suspend_notifier
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
568
struct notifier_block
suspend_notifier
;
member
Completed in 17 milliseconds