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:poll_eoc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
qcom-spmi-iadc.c
100
* @
poll_eoc
: Poll for end of conversion instead of waiting for IRQ.
110
bool
poll_eoc
;
member
236
if (!iadc->
poll_eoc
)
in iadc_configure()
288
if (iadc->
poll_eoc
) {
in iadc_do_conversion()
531
iadc->
poll_eoc
= true;
in iadc_probe()
539
if (!iadc->
poll_eoc
) {
in iadc_probe()
H
A
D
qcom-spmi-adc5.c
139
* @
poll_eoc
: use polling instead of interrupt.
151
bool
poll_eoc
;
member
327
if (!adc->
poll_eoc
)
in adc5_configure()
364
if (!adc->
poll_eoc
)
in adc7_configure()
389
if (adc->
poll_eoc
) {
in adc5_do_conversion()
966
adc->
poll_eoc
= true;
in adc5_probe()
H
A
D
qcom-spmi-vadc.c
107
* @
poll_eoc
: use polling instead of interrupt.
120
bool
poll_eoc
;
member
313
if (!vadc->
poll_eoc
)
in vadc_do_conversion()
326
if (vadc->
poll_eoc
) {
in vadc_do_conversion()
892
vadc->
poll_eoc
= true;
in vadc_probe()
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
qcom-spmi-iadc.c
99
* @
poll_eoc
: Poll for end of conversion instead of waiting for IRQ.
109
bool
poll_eoc
;
member
235
if (!iadc->
poll_eoc
)
in iadc_configure()
287
if (iadc->
poll_eoc
) {
in iadc_do_conversion()
530
iadc->
poll_eoc
= true;
in iadc_probe()
538
if (!iadc->
poll_eoc
) {
in iadc_probe()
H
A
D
qcom-spmi-adc5.c
140
* @
poll_eoc
: use polling instead of interrupt.
152
bool
poll_eoc
;
member
267
if (!adc->
poll_eoc
)
in adc5_configure()
304
if (!adc->
poll_eoc
)
in adc7_configure()
329
if (adc->
poll_eoc
) {
in adc5_do_conversion()
915
adc->
poll_eoc
= true;
in adc5_probe()
H
A
D
qcom-spmi-vadc.c
109
* @
poll_eoc
: use polling instead of interrupt.
122
bool
poll_eoc
;
member
315
if (!vadc->
poll_eoc
)
in vadc_do_conversion()
328
if (vadc->
poll_eoc
) {
in vadc_do_conversion()
908
vadc->
poll_eoc
= true;
in vadc_probe()
Completed in 12 milliseconds