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:ccd_width_msb
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
mustek_usb_low.c
99
chip->
ccd_width_msb
= 0x00;
in usb_low_init()
752
chip->
ccd_width_msb
= pattern & 0x20;
in usb_low_get_a8()
756
((chip->
ccd_width_msb
== 0) ? 0 : 0x0100 * 32);
in usb_low_get_a8()
799
data = chip->cmt_table_length | chip->
ccd_width_msb
| chip->dummy_msb;
in usb_low_set_cmt_table_length()
899
((chip->
ccd_width_msb
== 0) ? 0 : 0x0100 * 32);
in usb_low_get_a10()
936
chip->
ccd_width_msb
= 0x20;
in usb_low_set_ccd_width()
938
chip->
ccd_width_msb
= 0x00;
in usb_low_set_ccd_width()
940
data = chip->cmt_table_length | chip->
ccd_width_msb
| chip->dummy_msb;
in usb_low_set_ccd_width()
1015
data = chip->cmt_table_length | chip->
ccd_width_msb
| chip->dummy_msb;
in usb_low_set_dummy()
H
A
D
mustek_usb_low.h
133
SANE_Byte
ccd_width_msb
;
member
Completed in 5 milliseconds