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:SANE_EPSON_PIO
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson2-io.c
87
} else if (s->hw->connection ==
SANE_EPSON_PIO
) {
in e2_send()
127
} else if (s->hw->connection ==
SANE_EPSON_PIO
) {
in e2_recv()
238
if (s->hw->connection ==
SANE_EPSON_PIO
)
in e2_recv_info_block()
259
if (s->hw->connection ==
SANE_EPSON_PIO
) {
in e2_recv_info_block()
H
A
D
epson.h
141
SANE_EPSON_PIO
, /* parallel interface */
enumerator
H
A
D
epson2.h
279
SANE_EPSON_PIO
, /* parallel interface */
enumerator
H
A
D
epson.c
903
else if (s->hw->connection ==
SANE_EPSON_PIO
)
in send()
944
else if (s->hw->connection ==
SANE_EPSON_PIO
)
in receive()
1685
else if (s->hw->connection ==
SANE_EPSON_PIO
)
in close_scanner()
1722
if ((s->hw->connection !=
SANE_EPSON_PIO
)
in open_scanner()
1743
else if (s->hw->connection ==
SANE_EPSON_PIO
)
in open_scanner()
2017
type =
SANE_EPSON_PIO
;
in attach()
2026
type =
SANE_EPSON_PIO
;
in attach()
2109
else if (s->hw->connection ==
SANE_EPSON_PIO
)
in attach()
H
A
D
epson2.c
367
} else if (s->hw->connection ==
SANE_EPSON_PIO
) {
in close_scanner()
493
else if (s->hw->connection ==
SANE_EPSON_PIO
)
in open_scanner()
801
return attach(dev,
SANE_EPSON_PIO
);
in attach_one_pio()
1507
s = device_detect(name,
SANE_EPSON_PIO
, 0, &status);
in sane_open()
Completed in 11 milliseconds