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_work
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
suspend.c
19
static DECLARE_COMPLETION(
suspend_work
);
110
suspend_data.complete = &
suspend_work
;
in pseries_prepare_late()
111
reinit_completion(&
suspend_work
);
in pseries_prepare_late()
/kernel/linux/linux-5.10/kernel/power/
H
A
D
autosleep.c
67
static DECLARE_WORK(
suspend_work
, try_to_suspend);
72
queue_work(autosleep_wq, &
suspend_work
);
in queue_up_suspend_work()
/kernel/linux/linux-6.6/kernel/power/
H
A
D
autosleep.c
67
static DECLARE_WORK(
suspend_work
, try_to_suspend);
72
queue_work(autosleep_wq, &
suspend_work
);
in queue_up_suspend_work()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
hci_vhci.c
42
struct work_struct
suspend_work
;
member
127
suspend_work
);
in vhci_suspend_work()
152
schedule_work(&data->
suspend_work
);
in force_suspend_write()
653
INIT_WORK(&data->
suspend_work
, vhci_suspend_work);
in vhci_open()
669
flush_work(&data->
suspend_work
);
in vhci_release()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_fbdev.c
543
display.fbdev.
suspend_work
)->drm,
in intel_fbdev_suspend_worker()
576
INIT_WORK(&dev_priv->display.fbdev.
suspend_work
, intel_fbdev_suspend_worker);
in intel_fbdev_init()
682
flush_work(&dev_priv->display.fbdev.
suspend_work
);
in intel_fbdev_set_suspend()
697
&dev_priv->display.fbdev.
suspend_work
);
in intel_fbdev_set_suspend()
H
A
D
intel_display_core.h
377
struct work_struct
suspend_work
;
member
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufshcd.h
377
* devfreq ->target() function is called then schedule "
suspend_work
" to
386
* @
suspend_work
: worker to suspend devfreq
400
struct work_struct
suspend_work
;
member
H
A
D
ufshcd.c
1226
clk_scaling.
suspend_work
);
in ufshcd_clk_scaling_suspend_work()
1317
&hba->clk_scaling.
suspend_work
);
in ufshcd_devfreq_target()
1513
cancel_work_sync(&hba->clk_scaling.
suspend_work
);
in ufshcd_clkscale_enable_store()
1840
INIT_WORK(&hba->clk_scaling.
suspend_work
,
in ufshcd_init_clk_scaling()
5661
cancel_work_sync(&hba->clk_scaling.
suspend_work
);
in ufshcd_err_handling_prepare()
8543
cancel_work_sync(&hba->clk_scaling.
suspend_work
);
in ufshcd_suspend()
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshcd.h
419
* devfreq ->target() function is called then schedule "
suspend_work
" to
428
* @
suspend_work
: worker to suspend devfreq
447
struct work_struct
suspend_work
;
member
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufshcd.c
1351
clk_scaling.
suspend_work
);
in ufshcd_clk_scaling_suspend_work()
1435
&hba->clk_scaling.
suspend_work
);
in ufshcd_devfreq_target()
1554
cancel_work_sync(&hba->clk_scaling.
suspend_work
);
in ufshcd_suspend_clkscaling()
1661
INIT_WORK(&hba->clk_scaling.
suspend_work
,
in ufshcd_init_clk_scaling()
Completed in 32 milliseconds