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:_ASIC_IS_98001
(Results
1 - 10
of
10
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_detect.c
241
if (
_ASIC_IS_98001
== ps->sCaps.AsicID ) {
in detectSetupBuffers()
368
ps->sCaps.AsicID =
_ASIC_IS_98001
;
in detectAsic98001()
418
asic =
_ASIC_IS_98001
;
in DetectScanner()
425
ps->sCaps.AsicID =
_ASIC_IS_98001
;
in DetectScanner()
436
case
_ASIC_IS_98001
:
in DetectScanner()
465
if(
_ASIC_IS_98001
== mode ) {
in DetectScanner()
H
A
D
plustek-pp_motor.c
229
if(
_ASIC_IS_98001
== ps->sCaps.AsicID ) {
in motorCheckMotorPresetLength()
369
if(
_ASIC_IS_98001
== ps->sCaps.AsicID ) {
in motorSetRunPositionRegister()
397
if(
_ASIC_IS_98001
== ps->sCaps.AsicID ) {
in motorPauseColorMotorRunStates()
2027
if(
_ASIC_IS_98001
== ps->sCaps.AsicID ) {
2153
if(
_ASIC_IS_98001
== ps->sCaps.AsicID ) {
2202
if(
_ASIC_IS_98001
== ps->sCaps.AsicID ) {
2240
if(
_ASIC_IS_98001
== ps->sCaps.AsicID )
2251
if(
_ASIC_IS_98001
== ps->sCaps.AsicID )
2517
if(
_ASIC_IS_98001
!= ps->sCaps.AsicID ) {
2543
if(
_ASIC_IS_98001
!
[all...]
H
A
D
plustek-pp_scan.h
145
#define _IS_ASIC98(aid) ((
_ASIC_IS_98001
== aid) || (_ASIC_IS_98003 == aid))
H
A
D
plustek-pp_genericio.c
1074
if(
_ASIC_IS_98001
!= ps->sCaps.AsicID ) {
in IOSetToMotorRegister()
1099
|| ((ps->sCaps.AsicID ==
_ASIC_IS_98001
&& bScanState & 0x40))) {
in IOGetScanState()
1150
if(
_ASIC_IS_98001
== ps->sCaps.AsicID ) {
in IOIsReadyForScan()
1234
if(
_ASIC_IS_98001
== ps->sCaps.AsicID ) {
in IOSetToMotorStepCount()
H
A
D
plustek-pp_io.c
437
if(
_ASIC_IS_98001
== ps->sCaps.AsicID ) {
in ioP98OpenScanPath()
543
if(
_ASIC_IS_98001
== ps->sCaps.AsicID )
in ioP98ReadWriteTest()
H
A
D
plustek-pp.h
455
#define
_ASIC_IS_98001
0x81 /* value for 98001 */
macro
H
A
D
plustek_pp.c
304
(
_ASIC_IS_98001
== scanner->hw->caps.AsicID)) {
in getModeList()
669
if((
_ASIC_IS_98001
== s->hw->caps.AsicID) ||
in init_options()
1582
if((
_ASIC_IS_98001
== s->hw->caps.AsicID) ||
in sane_control_option()
1649
if((
_ASIC_IS_98001
== s->hw->caps.AsicID) ||
in sane_control_option()
H
A
D
plustek-pp_models.c
578
ps->sCaps.AsicID =
_ASIC_IS_98001
;
in ModelSet9636()
H
A
D
plustek-pp_image.c
1620
if(
_ASIC_IS_98001
== ps->sCaps.AsicID ) {
in ImageInitialize()
H
A
D
plustek-pp_dac.c
2453
} else if(
_ASIC_IS_98001
== ps->sCaps.AsicID ) {
in DacInitialize()
Completed in 16 milliseconds