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:try_interface
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
coolscan3.c
303
static cs3_interface_t
try_interface
= CS3_INTERFACE_UNKNOWN;
variable
1789
try_interface
= CS3_INTERFACE_SCSI;
in cs3_open()
1792
try_interface
= CS3_INTERFACE_USB;
in cs3_open()
1824
try_interface
= CS3_INTERFACE_USB;
in cs3_open()
1828
try_interface
= CS3_INTERFACE_SCSI;
in cs3_open()
1834
return cs3_open(p,
try_interface
, sp);
in cs3_open()
2020
if (
try_interface
== CS3_INTERFACE_UNKNOWN)
in cs3_attach()
2023
status = cs3_open(dev,
try_interface
, NULL);
in cs3_attach()
H
A
D
coolscan2.c
333
static cs2_interface_t
try_interface
= CS2_INTERFACE_UNKNOWN;
variable
1770
try_interface
= CS2_INTERFACE_SCSI;
in cs2_open()
1772
try_interface
= CS2_INTERFACE_USB;
in cs2_open()
1794
try_interface
= CS2_INTERFACE_USB;
in cs2_open()
1798
try_interface
= CS2_INTERFACE_SCSI;
in cs2_open()
1805
return cs2_open (device2,
try_interface
, sp);
in cs2_open()
1997
if (
try_interface
== CS2_INTERFACE_UNKNOWN)
in cs2_attach()
2000
status = cs2_open (dev,
try_interface
, NULL);
in cs2_attach()
Completed in 7 milliseconds