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:dwork_irq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/mellanox/
H
A
D
mlxreg-hotplug.c
41
* @
dwork_irq
: delayed work template;
60
struct delayed_work
dwork_irq
;
member
456
dwork_irq
.work);
in mlxreg_hotplug_work_handler()
508
cancel_delayed_work(&priv->
dwork_irq
);
in mlxreg_hotplug_work_handler()
509
schedule_delayed_work(&priv->
dwork_irq
, 0);
in mlxreg_hotplug_work_handler()
590
mlxreg_hotplug_work_handler(&priv->
dwork_irq
.work);
in mlxreg_hotplug_set_irq()
609
cancel_delayed_work_sync(&priv->
dwork_irq
);
in mlxreg_hotplug_unset_irq()
644
schedule_delayed_work(&priv->
dwork_irq
, 0);
in mlxreg_hotplug_irq_handler()
694
INIT_DELAYED_WORK(&priv->
dwork_irq
, mlxreg_hotplug_work_handler);
in mlxreg_hotplug_probe()
/kernel/linux/linux-6.6/drivers/platform/mellanox/
H
A
D
mlxreg-hotplug.c
40
* @
dwork_irq
: delayed work template;
59
struct delayed_work
dwork_irq
;
member
526
dwork_irq
.work);
in mlxreg_hotplug_work_handler()
578
cancel_delayed_work(&priv->
dwork_irq
);
in mlxreg_hotplug_work_handler()
579
schedule_delayed_work(&priv->
dwork_irq
, 0);
in mlxreg_hotplug_work_handler()
660
mlxreg_hotplug_work_handler(&priv->
dwork_irq
.work);
in mlxreg_hotplug_set_irq()
679
cancel_delayed_work_sync(&priv->
dwork_irq
);
in mlxreg_hotplug_unset_irq()
714
schedule_delayed_work(&priv->
dwork_irq
, 0);
in mlxreg_hotplug_irq_handler()
764
INIT_DELAYED_WORK(&priv->
dwork_irq
, mlxreg_hotplug_work_handler);
in mlxreg_hotplug_probe()
Completed in 3 milliseconds