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:model_code
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
microtek.c
1554
mi->
model_code
= (SANE_Byte)(result[62]);
in parse_inquiry()
1555
switch (mi->
model_code
) {
in parse_inquiry()
1593
mi->
model_code
);
in parse_inquiry()
1669
if ((mi->
model_code
== 0x66) || (mi->
model_code
== 0x63)) {
in parse_inquiry()
1675
if (mi->
model_code
== 0x5b) {
in parse_inquiry()
1719
if ((mi->
model_code
== 0x66) || (mi->
model_code
== 0x63)) {
in parse_inquiry()
1758
if (!((mi->
model_code
== 0x66) || (mi->
model_code
in parse_inquiry()
1925
SANE_Byte device_type,
model_code
;
dump_suspect_inquiry()
local
[all...]
H
A
D
microtek.h
160
SANE_Byte
model_code
;
member
H
A
D
microtek2.c
1177
switch (mi->
model_code
)
in check_inquiry()
1334
DBG(1, "check_inquiry: Model 0x%02x not supported\n", mi->
model_code
);
in check_inquiry()
1678
DBG(1, " Model Code%16s: 0x%02x\n"," ", mi->
model_code
);
in dump_attributes()
1679
switch(mi->
model_code
)
in dump_attributes()
4350
INQ_GET_MODELCODE(mi->
model_code
, result);
in scsi_inquiry()
4400
if ( (&pmi[0])->
model_code
== 0x91 )
in scsi_read_attributes()
4405
if ( (&pmi[0])->
model_code
== 0xde )
in scsi_read_attributes()
4408
if ( (&pmi[0])->
model_code
== 0x89 )
in scsi_read_attributes()
4431
if ( (&pmi[0])->
model_code
== 0xb0 )
in scsi_read_attributes()
5436
if (mi->
model_code
in sane_start()
[all...]
H
A
D
microtek2.h
756
SANE_Byte
model_code
;
member
Completed in 14 milliseconds