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:abort_done
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-geni-qcom.c
81
struct completion
abort_done
;
member
140
reinit_completion(&mas->
abort_done
);
in handle_fifo_timeout()
144
time_left = wait_for_completion_timeout(&mas->
abort_done
, HZ);
in handle_fifo_timeout()
632
complete(&mas->
abort_done
);
in geni_spi_isr()
711
init_completion(&mas->
abort_done
);
in spi_geni_probe()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-geni-qcom.c
93
struct completion
abort_done
;
member
181
reinit_completion(&mas->
abort_done
);
in handle_se_timeout()
185
time_left = wait_for_completion_timeout(&mas->
abort_done
, HZ);
in handle_se_timeout()
1020
complete(&mas->
abort_done
);
in geni_spi_isr()
1107
init_completion(&mas->
abort_done
);
in spi_geni_probe()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-qcom-geni.c
101
bool
abort_done
;
member
217
gi2c->
abort_done
= true;
in geni_i2c_err()
338
gi2c->
abort_done
= false;
in geni_i2c_abort_xfer()
344
} while (!gi2c->
abort_done
&& time_left);
in geni_i2c_abort_xfer()
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_hw.c
334
io->
abort_done
= NULL;
in efct_hw_init_free_io()
1870
* abort Note: We won't have both a done and
abort_done
in efct_hw_wq_process_abort()
1881
if (io->
abort_done
) {
in efct_hw_wq_process_abort()
1882
efct_hw_done_t done = io->
abort_done
;
in efct_hw_wq_process_abort()
1884
io->
abort_done
= NULL;
in efct_hw_wq_process_abort()
1993
io_to_abort->
abort_done
= cb;
in efct_hw_io_abort()
H
A
D
efct_hw.h
198
* @
abort_done
Function called on abort completion
234
efct_hw_done_t
abort_done
;
member
Completed in 11 milliseconds