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_NET
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson2-io.c
76
if (s->hw->connection ==
SANE_EPSON_NET
) {
in e2_send()
122
if (s->hw->connection ==
SANE_EPSON_NET
) {
in e2_recv()
H
A
D
epson2-ops.c
167
if (dev->connection ==
SANE_EPSON_NET
)
in e2_dev_init()
538
if (dev->connection !=
SANE_EPSON_NET
) {
in e2_discover_capabilities()
606
if (dev->cmd->request_extended_status && dev->connection !=
SANE_EPSON_NET
) {
in e2_discover_capabilities()
763
if (dev->cmd->request_identity2 && dev->connection !=
SANE_EPSON_NET
) {
in e2_discover_capabilities()
1253
if (s->hw->connection ==
SANE_EPSON_NET
&& e2_model(s, "LP-A500"))
in e2_setup_block_mode()
H
A
D
epson2.c
362
if (s->hw->connection ==
SANE_EPSON_NET
) {
in close_scanner()
445
if (s->hw->connection ==
SANE_EPSON_NET
) {
in open_scanner()
664
if (dev->connection ==
SANE_EPSON_NET
)
in device_detect()
794
return attach(name,
SANE_EPSON_NET
);
in attach_one_net()
1499
s = device_detect(name,
SANE_EPSON_NET
, 0, &status);
in sane_open()
2292
if (dev->connection ==
SANE_EPSON_NET
) {
in sane_start()
H
A
D
epson2.h
281
SANE_EPSON_NET
/* network interface */
enumerator
Completed in 8 milliseconds