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:Mustek_pp_Handle
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
mustek_pp_ccd300.c
45
static void config_ccd_101x (
Mustek_pp_Handle
* dev);
46
static void config_ccd (
Mustek_pp_Handle
* dev);
47
static void lamp (
Mustek_pp_Handle
* dev, int lamp_on);
80
static void set_ccd_channel_1013 (
Mustek_pp_Handle
* dev, int channel);
81
static void motor_backward_1013 (
Mustek_pp_Handle
* dev);
82
static void return_home_1013 (
Mustek_pp_Handle
* dev);
83
static void motor_forward_1013 (
Mustek_pp_Handle
* dev);
84
static void config_ccd_1013 (
Mustek_pp_Handle
* dev);
86
static void set_ccd_channel_1015 (
Mustek_pp_Handle
* dev, int channel);
87
/* static void motor_backward_1015 (
Mustek_pp_Handle
* de
[all...]
H
A
D
mustek_pp.h
237
typedef struct
Mustek_pp_Handle
{
struct
239
struct
Mustek_pp_Handle
*next;
282
}
Mustek_pp_Handle
;
typedef
H
A
D
mustek_pp.c
117
static
Mustek_pp_Handle
*first_hndl = NULL;
128
static SANE_Status do_eof(
Mustek_pp_Handle
*hndl);
129
static SANE_Status do_stop(
Mustek_pp_Handle
*hndl);
130
static int reader_process (
Mustek_pp_Handle
* hndl, int pipe);
133
static void init_options(
Mustek_pp_Handle
*hndl);
165
do_eof (
Mustek_pp_Handle
*hndl)
in do_eof()
183
do_stop(
Mustek_pp_Handle
*hndl)
in do_stop()
247
reader_process (
Mustek_pp_Handle
* hndl, int pipe)
in reader_process()
376
init_options(
Mustek_pp_Handle
*hndl)
in init_options()
995
Mustek_pp_Handle
*hnd
in sane_exit()
[all...]
H
A
D
mustek_pp_null.c
108
Mustek_pp_Handle
*dev = hndl;
in debug_drv_setup()
141
Mustek_pp_Handle
*dev = hndl;
in debug_drv_read()
H
A
D
mustek_pp_cis.h
193
struct
Mustek_pp_Handle
;
197
struct
Mustek_pp_Handle
*desc;
H
A
D
mustek_pp_cis.c
2369
Mustek_pp_Handle
*dev = hndl;
in cis_drv_setup()
2412
Mustek_pp_Handle
*dev = hndl;
in cis_drv_config()
2517
Mustek_pp_Handle
*dev = hndl;
in cis_drv_close()
2539
Mustek_pp_Handle
*dev = hndl;
in cis_drv_start()
2787
Mustek_pp_Handle
*dev = hndl;
in cis_drv_read()
2813
Mustek_pp_Handle
*dev = hndl;
in cis_drv_stop()
Completed in 8 milliseconds