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:in_work_order
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-driver.c
703
cx->
in_work_order
[i].cx = cx;
in cx18_init_in_work_orders()
704
cx->
in_work_order
[i].str = cx->epu_debug_str;
in cx18_init_in_work_orders()
705
INIT_WORK(&cx->
in_work_order
[i].work, cx18_in_work_handler);
in cx18_init_in_work_orders()
1239
cancel_work_sync(&cx->
in_work_order
[i].work);
in cx18_cancel_in_work_orders()
H
A
D
cx18-mailbox.c
511
if (atomic_read(&cx->
in_work_order
[i].pending) == 0) {
in alloc_in_work_order_irq()
512
order = &cx->
in_work_order
[i];
in alloc_in_work_order_irq()
H
A
D
cx18-driver.h
635
struct cx18_in_work_order
in_work_order
[CX18_MAX_IN_WORK_ORDERS];
member
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H
A
D
cx18-driver.c
702
cx->
in_work_order
[i].cx = cx;
in cx18_init_in_work_orders()
703
cx->
in_work_order
[i].str = cx->epu_debug_str;
in cx18_init_in_work_orders()
704
INIT_WORK(&cx->
in_work_order
[i].work, cx18_in_work_handler);
in cx18_init_in_work_orders()
1238
cancel_work_sync(&cx->
in_work_order
[i].work);
in cx18_cancel_in_work_orders()
H
A
D
cx18-mailbox.c
512
if (atomic_read(&cx->
in_work_order
[i].pending) == 0) {
in alloc_in_work_order_irq()
513
order = &cx->
in_work_order
[i];
in alloc_in_work_order_irq()
H
A
D
cx18-driver.h
635
struct cx18_in_work_order
in_work_order
[CX18_MAX_IN_WORK_ORDERS];
member
Completed in 10 milliseconds