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:DACType
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
u12-hw.c
228
dev->
DACType
= u12io_DataFromRegister( dev, REG_RESETCONFIG );
229
dev->MotorID = (SANE_Byte)(dev->
DACType
& _MOTOR0_MASK);
232
(SANE_Byte)((dev->
DACType
& _MOTOR0_MASK) >> 3);
234
(SANE_Byte)((dev->
DACType
& _MOTOR1_MASK) >> 1);
235
dev->
DACType
&= _ADC_MASK;
245
dev->
DACType
= _DA_WOLFSON8141;
248
dev->PCBID, dev->CCDID, dev->
DACType
);
H
A
D
u12.h
272
SANE_Byte
DACType
; /**< what DAC do we have */
member
H
A
D
u12-tpa.c
353
if(dev->CCDID == _CCD_3797 || dev->
DACType
== _DA_ESIC ) {
in u12tpa_Reshading()
376
if( dev->
DACType
!= _DA_ESIC && dev->CCDID != _CCD_3799 ) {
in u12tpa_Reshading()
H
A
D
u12-shading.c
461
if( dev->
DACType
== _DA_SAMSUNG8531 ) {
in u12shading_GainOffsetToDAC()
H
A
D
u12-ccd.c
855
switch( dev->
DACType
) {
in u12ccd_InitCCDandDAC()
Completed in 6 milliseconds