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:Microtek2_Device
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
microtek2.h
846
typedef struct
Microtek2_Device
{
struct
847
struct
Microtek2_Device
*next; /* next, for linked list */
1009
}
Microtek2_Device
;
typedef
1020
Microtek2_Device
*dev; /* raw device info */
1154
add_device_list(SANE_String_Const,
Microtek2_Device
**);
1157
attach(
Microtek2_Device
*);
1178
check_inquiry(
Microtek2_Device
*, SANE_String *);
1352
scsi_read_system_status(
Microtek2_Device
*, int);
1368
scsi_send_system_status(
Microtek2_Device
*, int);
1374
scsi_test_unit_ready(
Microtek2_Device
*);
[all...]
H
A
D
microtek2.c
104
static
Microtek2_Device
*md_first_dev = NULL; /* list of known devices */
171
Microtek2_Device
*next;
in sane_exit()
231
Microtek2_Device
*md;
in sane_get_devices()
309
Microtek2_Device
*md;
in sane_get_parameters()
450
Microtek2_Device
*md;
in sane_init()
507
Microtek2_Device
*md;
in sane_open()
686
add_device_list(SANE_String_Const dev_name,
Microtek2_Device
**mdev)
in add_device_list()
688
Microtek2_Device
*md;
in add_device_list()
719
md = (
Microtek2_Device
*) malloc(sizeof(
Microtek2_Device
));
in add_device_list()
[all...]
Completed in 7 milliseconds