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:devnr
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/pixma/
H
A
D
pixma_io.h
82
* \c
devnr
passed to functions
97
const struct pixma_config_t *pixma_get_device_config (unsigned
devnr
);
99
/** Get a unique ID of the device \a
devnr
. */
100
const char *pixma_get_device_id (unsigned
devnr
);
103
* \param[in]
devnr
107
* - \c PIXMA_EINVAL \a
devnr
is invalid.
112
int pixma_connect (unsigned
devnr
, pixma_io_t ** handle);
H
A
D
pixma_io_sanei.c
99
get_scanner_info (unsigned
devnr
)
in get_scanner_info()
argument
102
for (si = first_scanner; si &&
devnr
!= 0; --
devnr
, si = si->next)
in get_scanner_info()
352
pixma_get_device_config (unsigned
devnr
)
in pixma_get_device_config()
argument
354
const scanner_info_t *si = get_scanner_info (
devnr
);
in pixma_get_device_config()
359
pixma_get_device_id (unsigned
devnr
)
in pixma_get_device_id()
argument
361
const scanner_info_t *si = get_scanner_info (
devnr
);
in pixma_get_device_id()
366
pixma_connect (unsigned
devnr
, pixma_io_t ** handle)
in pixma_connect()
argument
374
si = get_scanner_info (
devnr
);
in pixma_connect()
H
A
D
pixma.h
56
*
devnr
= choose_scanner(nscanners);
57
* scanner = pixma_open(
devnr
);
437
/** Return the model name of the device \a
devnr
. */
438
const char *pixma_get_device_model (unsigned
devnr
);
440
/** Return the unique ID of the device \a
devnr
. */
441
const char *pixma_get_device_id (unsigned
devnr
);
443
/** Return the device configuration of the device \a
devnr
. */
444
const struct pixma_config_t *pixma_get_device_config (unsigned
devnr
);
446
/** Open a connection to the scanner \a
devnr
.
447
* \param[in]
devnr
Th
[all...]
H
A
D
pixma_common.c
783
pixma_open (unsigned
devnr
, pixma_t ** handle)
in pixma_open()
argument
790
cfg = pixma_get_device_config (
devnr
);
in pixma_open()
792
return PIXMA_EINVAL; /* invalid
devnr
*/
in pixma_open()
803
error = pixma_connect (
devnr
, &s->io);
in pixma_open()
810
strncpy (s->id, pixma_get_device_id (
devnr
), sizeof (s->id) - 1);
in pixma_open()
1230
pixma_get_device_model (unsigned
devnr
)
in pixma_get_device_model()
argument
1232
const pixma_config_t *cfg = pixma_get_device_config (
devnr
);
in pixma_get_device_model()
/third_party/backends/backend/
H
A
D
p5.c
209
int dev_num,
devnr
;
in sane_get_devices()
local
246
devnr
= 1;
in sane_get_devices()
250
devnr
++;
in sane_get_devices()
255
devlist = malloc ((
devnr
+ 1) * sizeof (devlist[0]));
in sane_get_devices()
265
for (i = 0; i <
devnr
; i++)
in sane_get_devices()
Completed in 10 milliseconds