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:button_work
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
pciehp_ctrl.c
145
button_work
.work);
in pciehp_queue_pushbutton_work()
179
schedule_delayed_work(&ctrl->
button_work
, 5 * HZ);
in pciehp_handle_button_press()
189
cancel_delayed_work(&ctrl->
button_work
);
in pciehp_handle_button_press()
216
cancel_delayed_work(&ctrl->
button_work
);
in pciehp_handle_disable_request()
236
cancel_delayed_work(&ctrl->
button_work
);
in pciehp_handle_presence_or_link_change()
261
cancel_delayed_work(&ctrl->
button_work
);
in pciehp_handle_presence_or_link_change()
273
cancel_delayed_work(&ctrl->
button_work
);
in pciehp_handle_presence_or_link_change()
H
A
D
pciehp.h
68
* protects scheduling, execution and cancellation of @
button_work
69
* @
button_work
: work item to turn the slot on or off after 5 seconds
104
struct delayed_work
button_work
;
member
H
A
D
pciehp_hpc.c
982
INIT_DELAYED_WORK(&ctrl->
button_work
, pciehp_queue_pushbutton_work);
in pcie_init()
1040
cancel_delayed_work_sync(&ctrl->
button_work
);
in pciehp_release_ctrl()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
pciehp_ctrl.c
145
button_work
.work);
in pciehp_queue_pushbutton_work()
179
schedule_delayed_work(&ctrl->
button_work
, 5 * HZ);
in pciehp_handle_button_press()
188
cancel_delayed_work(&ctrl->
button_work
);
in pciehp_handle_button_press()
217
cancel_delayed_work(&ctrl->
button_work
);
in pciehp_handle_disable_request()
237
cancel_delayed_work(&ctrl->
button_work
);
in pciehp_handle_presence_or_link_change()
262
cancel_delayed_work(&ctrl->
button_work
);
in pciehp_handle_presence_or_link_change()
274
cancel_delayed_work(&ctrl->
button_work
);
in pciehp_handle_presence_or_link_change()
H
A
D
pciehp.h
71
* protects scheduling, execution and cancellation of @
button_work
72
* @
button_work
: work item to turn the slot on or off after 5 seconds
107
struct delayed_work
button_work
;
member
H
A
D
pciehp_hpc.c
1007
INIT_DELAYED_WORK(&ctrl->
button_work
, pciehp_queue_pushbutton_work);
in pcie_init()
1062
cancel_delayed_work_sync(&ctrl->
button_work
);
in pciehp_release_ctrl()
Completed in 5 milliseconds