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:PIXMA_SOURCE_TPU
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/pixma/
H
A
D
pixma_mp800.c
278
return (s->param->source ==
PIXMA_SOURCE_TPU
);
in is_scanning_from_tpu()
406
case
PIXMA_SOURCE_TPU
:
in select_source()
1923
if (sp->source ==
PIXMA_SOURCE_TPU
)
in mp810_check_param()
1960
if (sp->source ==
PIXMA_SOURCE_TPU
&& !sp->tpu_offset_added)
in mp810_check_param()
2064
else if (sp->source ==
PIXMA_SOURCE_TPU
&& sp->mode == PIXMA_SCAN_MODE_TPUIR)
in mp810_check_param()
2067
else if (sp->source ==
PIXMA_SOURCE_TPU
&& (s->cfg->pid == CS9000F_PID || s->cfg->pid == CS9000F_MII_PID))
in mp810_check_param()
2088
if (sp->source ==
PIXMA_SOURCE_TPU
&& sp->mode == PIXMA_SCAN_MODE_TPUIR)
in mp810_check_param()
2091
else if (sp->source ==
PIXMA_SOURCE_TPU
in mp810_check_param()
2096
else if (sp->source ==
PIXMA_SOURCE_TPU
in mp810_check_param()
H
A
D
pixma.h
225
PIXMA_SOURCE_TPU
,
enumerator
H
A
D
pixma.c
387
tpu = (ss->source_map[OVAL (opt_source).w] ==
PIXMA_SOURCE_TPU
);
in create_mode_list()
457
if (ss->source_map[OVAL (opt_source).w] ==
PIXMA_SOURCE_TPU
in create_dpi_list()
464
else if (ss->source_map[OVAL (opt_source).w] ==
PIXMA_SOURCE_TPU
in create_dpi_list()
1014
ss->source_map[i] =
PIXMA_SOURCE_TPU
;
in init_option_descriptors()
1919
ss->source_map[OVAL (opt_source).w] ==
PIXMA_SOURCE_TPU
)
in sane_start()
H
A
D
pixma_common.c
1108
case
PIXMA_SOURCE_TPU
:
in pixma_check_scan_param()
Completed in 10 milliseconds