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:GT68xx_Model
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
gt68xx_devices.c
215
static
GT68xx_Model
unknown_model = {
264
static
GT68xx_Model
mustek_2400ta_model = {
312
static
GT68xx_Model
mustek_2400taplus_model = {
361
static
GT68xx_Model
mustek_2448taplus_model = {
410
static
GT68xx_Model
mustek_1200ta_model = {
459
static
GT68xx_Model
mustek_1200cuplus_model = {
508
static
GT68xx_Model
mustek_1200cuplus2_model = {
557
static
GT68xx_Model
mustek_2400cuplus_model = {
609
static
GT68xx_Model
mustek_1200cu_model = {
658
static
GT68xx_Model
mustek_scanexpress1200ubplus_mode
[all...]
H
A
D
gt68xx_low.h
120
typedef struct
GT68xx_Model
GT68xx_Model
;
typedef
157
GT68xx_Model
*model; /**< Scanner model information */
342
* number of steps per inch is found in the
GT68xx_Model
::base_ydpi field.
416
struct
GT68xx_Model
struct
509
GT68xx_Model
*model;
655
* (
GT68xx_Model
) and a command set (GT68xx_Command_Set). Normally these
691
gt68xx_device_set_model (GT68xx_Device * dev,
GT68xx_Model
* model);
705
gt68xx_device_get_model (SANE_String name,
GT68xx_Model
** model);
909
* per inch is found in the
GT68xx_Model
[all...]
H
A
D
gt68xx_generic.c
217
GT68xx_Model
*model;
in gt68xx_generic_setup_scan()
651
GT68xx_Model
*model = dev->model;
in gt68xx_generic_move_paper()
H
A
D
gt68xx_low.c
321
gt68xx_device_set_model (GT68xx_Device * dev,
GT68xx_Model
* model)
in gt68xx_device_set_model()
338
gt68xx_device_get_model (SANE_String name,
GT68xx_Model
** model)
in gt68xx_device_get_model()
H
A
D
gt68xx.c
428
GT68xx_Model
*model = s->dev->model;
in init_options()
863
GT68xx_Model
*model = NULL;
in attach()
1253
GT68xx_Model
*model;
in probe_gt68xx_devices()
Completed in 7 milliseconds