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:pixma_config_t
(Results
1 - 13
of
13
) sorted by relevance
/third_party/backends/backend/pixma/
H
A
D
pixma.h
142
/** \name Capabilities for using with
pixma_config_t
::cap */
196
struct
pixma_config_t
;
204
typedef struct
pixma_config_t
pixma_config_t
;
typedef
382
struct
pixma_config_t
struct
444
const struct
pixma_config_t
*pixma_get_device_config (unsigned devnr);
531
const
pixma_config_t
*pixma_get_config (pixma_t *);
H
A
D
pixma_io.h
64
struct
pixma_config_t
;
89
* array of
pixma_config_t
which is terminated by setting
90
*
pixma_config_t
::name to \c NULL.
93
const struct
pixma_config_t
*const
97
const struct
pixma_config_t
*pixma_get_device_config (unsigned devnr);
H
A
D
pixma_bjnp.h
86
const struct
pixma_config_t
*cfg),
87
const struct
pixma_config_t
*const pixma_devices[]);
H
A
D
pixma_common.c
72
extern const
pixma_config_t
pixma_mp150_devices[];
73
extern const
pixma_config_t
pixma_mp750_devices[];
74
extern const
pixma_config_t
pixma_mp730_devices[];
75
extern const
pixma_config_t
pixma_mp800_devices[];
76
extern const
pixma_config_t
pixma_iclass_devices[];
78
static const
pixma_config_t
*const pixma_devices[] = {
787
const
pixma_config_t
*cfg;
in pixma_open()
1182
const
pixma_config_t
*
1232
const
pixma_config_t
*cfg = pixma_get_device_config (devnr);
in pixma_get_device_model()
H
A
D
pixma_io_sanei.c
85
const
pixma_config_t
*cfg;
130
const struct
pixma_config_t
*cfg)
in attach_bjnp()
311
const struct
pixma_config_t
*const pixma_devices[], SANE_Bool local_only)
in pixma_collect_devices()
315
const struct
pixma_config_t
*cfg;
in pixma_collect_devices()
351
const
pixma_config_t
*
H
A
D
pixma_bjnp.c
128
static const struct
pixma_config_t
*lookup_scanner(const char *makemodel,
in lookup_scanner()
129
const struct
pixma_config_t
*const pixma_devices[])
in lookup_scanner()
132
const struct
pixma_config_t
*cfg;
in lookup_scanner()
1887
const struct
pixma_config_t
*cfg),
in add_scanner()
1888
const struct
pixma_config_t
*const pixma_devices[])
in add_scanner()
1894
const struct
pixma_config_t
*cfg = NULL;
in add_scanner()
1910
if ((cfg = lookup_scanner(makemodel, pixma_devices)) == (struct
pixma_config_t
*)NULL)
in add_scanner()
2014
const struct
pixma_config_t
*cfg),
in sanei_bjnp_find_devices()
2015
const struct
pixma_config_t
*const pixma_devices[])
in sanei_bjnp_find_devices()
H
A
D
pixma_common.h
114
const
pixma_config_t
*cfg;
H
A
D
pixma.c
383
const
pixma_config_t
*cfg;
in create_mode_list()
446
const
pixma_config_t
*cfg;
in create_dpi_list()
686
const
pixma_config_t
*cfg;
in control_option()
969
const
pixma_config_t
*cfg;
in init_option_descriptors()
1718
const
pixma_config_t
*cfg;
in sane_open()
H
A
D
pixma_imageclass.c
937
const
pixma_config_t
pixma_iclass_devices[] = {
H
A
D
pixma_mp750.c
965
const
pixma_config_t
pixma_mp750_devices[] = {
H
A
D
pixma_mp730.c
837
const
pixma_config_t
pixma_mp730_devices[] = {
H
A
D
pixma_mp150.c
1728
const
pixma_config_t
pixma_mp150_devices[] = {
H
A
D
pixma_mp800.c
2426
const
pixma_config_t
pixma_mp800_devices[] =
Completed in 20 milliseconds