Home
last modified time | relevance | path

Searched refs:pixma_config_t (Results 1 - 13 of 13) sorted by relevance

/third_party/backends/backend/pixma/
H A Dpixma.h142 /** \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 Dpixma_io.h64 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 Dpixma_bjnp.h86 const struct pixma_config_t *cfg),
87 const struct pixma_config_t *const pixma_devices[]);
H A Dpixma_common.c72 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 Dpixma_io_sanei.c85 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 Dpixma_bjnp.c128 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 Dpixma_common.h114 const pixma_config_t *cfg;
H A Dpixma.c383 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 Dpixma_imageclass.c937 const pixma_config_t pixma_iclass_devices[] = {
H A Dpixma_mp750.c965 const pixma_config_t pixma_mp750_devices[] = {
H A Dpixma_mp730.c837 const pixma_config_t pixma_mp730_devices[] = {
H A Dpixma_mp150.c1728 const pixma_config_t pixma_mp150_devices[] = {
H A Dpixma_mp800.c2426 const pixma_config_t pixma_mp800_devices[] =

Completed in 20 milliseconds