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:motorModel
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-usbscan.c
252
if( (hw->
motorModel
== MODEL_Tokyo600) ||
in usb_SetAsicDpiY()
253
!_IS_PLUSTEKMOTOR(hw->
motorModel
)) {
in usb_SetAsicDpiY()
442
if( hw->
motorModel
== MODEL_Tokyo600 ) {
in usb_GetScanRect()
497
if( hw->
motorModel
== MODEL_HuaLien && sCaps->OpticDpi.x == 600)
in usb_GetScanRect()
693
if( hw->
motorModel
== MODEL_HuaLien &&
in usb_GetMCLKDivider()
698
if(((hw->
motorModel
== MODEL_HP) && (sCaps->bCCD == kNECSLIM))/* ||
in usb_GetMCLKDivider()
813
ClkMotorDef *motor = usb_GetMotorSet( hw->
motorModel
);
in usb_GetLineLength()
919
if (!_IS_PLUSTEKMOTOR(hw->
motorModel
)) {
in usb_GetMotorParam()
921
clk = usb_GetMotorSet( hw->
motorModel
);
in usb_GetMotorParam()
954
switch( hw->
motorModel
) {
in usb_GetMotorParam()
[all...]
H
A
D
plustek-usbhw.c
171
if( model == Motors[i].
motorModel
) {
in usb_GetMotorSet()
479
if (hw->
motorModel
== MODEL_QSCAN_A6){
in usb_ModuleMove()
541
clk = usb_GetMotorSet( hw->
motorModel
);
in usb_ModuleMove()
694
if( hw->
motorModel
!= MODEL_Tokyo600 )
in usb_ModuleToHome()
703
if( hw->
motorModel
== MODEL_Tokyo600 ) {
in usb_ModuleToHome()
710
if(!_IS_PLUSTEKMOTOR(hw->
motorModel
)) {
in usb_ModuleToHome()
714
clk = usb_GetMotorSet( hw->
motorModel
);
in usb_ModuleToHome()
725
switch( hw->
motorModel
) {
in usb_ModuleToHome()
736
switch( hw->
motorModel
) {
in usb_ModuleToHome()
813
if( hw->
motorModel
in usb_ModuleToHome()
[all...]
H
A
D
plustek-usbshading.c
247
clk = usb_GetMotorSet( hw->
motorModel
);
in usb_GetMCLK()
271
hw->
motorModel
, param->bDataType, idx, mclk, param->PhyDpi.x );
in usb_GetMCLK()
286
hw->
motorModel
, param->bDataType, dMCLK );
in usb_SetMCLK()
517
} else if( hw->
motorModel
== MODEL_KaoHsiung ) {
in usb_GetSWOffsetGain()
638
else if( hw->
motorModel
== MODEL_HuaLien && param->PhyDpi.x > 800)
in usb_GetSWOffsetGain()
1017
if( !_IS_PLUSTEKMOTOR(hw->
motorModel
)) {
in usb_AdjustGain()
1079
if( hw->
motorModel
== MODEL_KaoHsiung &&
in usb_AdjustGain()
1086
} else if( hw->
motorModel
== MODEL_HuaLien &&
in usb_AdjustGain()
1133
if( !_IS_PLUSTEKMOTOR(hw->
motorModel
)) {
in usb_AdjustGain()
2626
if((hw->
motorModel
[all...]
H
A
D
plustek-usb.h
520
eModelDef
motorModel
; /* to identify used motor */
member
684
eModelDef
motorModel
; /**< the motor ID */
member
H
A
D
plustek-usbcal.c
1208
if( _IS_PLUSTEKMOTOR(hw->
motorModel
)){
in cano_DoCalibration()
Completed in 9 milliseconds