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:adf_fsu_mode
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
sharp.h
259
SANE_Int
adf_fsu_mode
; /* mode selected by user */
member
H
A
D
nec.h
250
SANE_Int
adf_fsu_mode
; /* mode selected by user */
member
H
A
D
sharp.c
240
/* The follow #defines are used in SHARP_Scanner.
adf_fsu_mode
3465
s->
adf_fsu_mode
= SCAN_SIMPLE; /* default: scan without ADF and FSU */
in sane_start()
3468
s->
adf_fsu_mode
= SCAN_ADF_FSU_AUTO;
in sane_start()
3472
s->
adf_fsu_mode
= SCAN_WITH_FSU;
in sane_start()
3474
s->
adf_fsu_mode
= SCAN_WITH_ADF;
in sane_start()
3476
s->
adf_fsu_mode
= SCAN_SIMPLE;
in sane_start()
3582
status = mode_select_adf_fsu(s->fd, s->
adf_fsu_mode
);
in sane_start()
3603
if (s->
adf_fsu_mode
== SCAN_WITH_ADF)
in sane_start()
3606
else if (s->
adf_fsu_mode
== SCAN_ADF_FSU_AUTO)
in sane_start()
H
A
D
nec.c
203
/* The follow #defines are used in NEC_Scanner.
adf_fsu_mode
2980
s->
adf_fsu_mode
= SCAN_SIMPLE; /* default: scan without ADF and FSU */
in sane_start()
2983
s->
adf_fsu_mode
= SCAN_WITH_FSU;
in sane_start()
2985
s->
adf_fsu_mode
= SCAN_WITH_ADF;
in sane_start()
2987
s->
adf_fsu_mode
= SCAN_SIMPLE;
in sane_start()
Completed in 11 milliseconds