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:host_event_work
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/chrome/
H
A
D
cros_ec_rpmsg.c
40
* @
host_event_work
: Work struct for pending host event.
48
struct work_struct
host_event_work
;
member
147
cros_ec_rpmsg_host_event_function(struct work_struct *
host_event_work
)
in cros_ec_rpmsg_host_event_function()
argument
149
struct cros_ec_rpmsg *ec_rpmsg = container_of(
host_event_work
,
in cros_ec_rpmsg_host_event_function()
151
host_event_work
);
in cros_ec_rpmsg_host_event_function()
190
schedule_work(&ec_rpmsg->
host_event_work
);
in cros_ec_rpmsg_callback()
241
INIT_WORK(&ec_rpmsg->
host_event_work
,
in cros_ec_rpmsg_probe()
251
cancel_work_sync(&ec_rpmsg->
host_event_work
);
in cros_ec_rpmsg_probe()
258
schedule_work(&ec_rpmsg->
host_event_work
);
in cros_ec_rpmsg_probe()
270
cancel_work_sync(&ec_rpmsg->
host_event_work
);
in cros_ec_rpmsg_remove()
[all...]
/kernel/linux/linux-6.6/drivers/platform/chrome/
H
A
D
cros_ec_rpmsg.c
40
* @
host_event_work
: Work struct for pending host event.
48
struct work_struct
host_event_work
;
member
149
cros_ec_rpmsg_host_event_function(struct work_struct *
host_event_work
)
in cros_ec_rpmsg_host_event_function()
argument
151
struct cros_ec_rpmsg *ec_rpmsg = container_of(
host_event_work
,
in cros_ec_rpmsg_host_event_function()
153
host_event_work
);
in cros_ec_rpmsg_host_event_function()
188
schedule_work(&ec_rpmsg->
host_event_work
);
in cros_ec_rpmsg_callback()
239
INIT_WORK(&ec_rpmsg->
host_event_work
,
in cros_ec_rpmsg_probe()
249
cancel_work_sync(&ec_rpmsg->
host_event_work
);
in cros_ec_rpmsg_probe()
256
schedule_work(&ec_rpmsg->
host_event_work
);
in cros_ec_rpmsg_probe()
268
cancel_work_sync(&ec_rpmsg->
host_event_work
);
in cros_ec_rpmsg_remove()
[all...]
Completed in 2 milliseconds