Searched refs:pixma_devices (Results 1 - 5 of 5) sorted by relevance
/third_party/backends/backend/pixma/ |
H A D | pixma_io_sanei.c | 311 const struct pixma_config_t *const pixma_devices[], SANE_Bool local_only) in pixma_collect_devices() 319 for (i = 0; pixma_devices[i]; i++) in pixma_collect_devices() 321 for (cfg = pixma_devices[i]; cfg->name; cfg++) in pixma_collect_devices() 337 sanei_bjnp_find_devices(conf_devices, attach_bjnp, pixma_devices); in pixma_collect_devices() 310 pixma_collect_devices(const char **conf_devices, const struct pixma_config_t *const pixma_devices[], SANE_Bool local_only) pixma_collect_devices() argument
|
H A D | pixma_io.h | 88 * \param[in] pixma_devices A \c NULL terminated array of pointers to 94 pixma_devices[], SANE_Bool local_only);
|
H A D | pixma_bjnp.h | 74 * @param pixma_devices device informatio needed by attach function 87 const struct pixma_config_t *const pixma_devices[]);
|
H A D | pixma_bjnp.c | 129 const struct pixma_config_t *const pixma_devices[]) in lookup_scanner() 135 for (i = 0; pixma_devices[i]; i++) in lookup_scanner() 138 for (cfg = pixma_devices[i]; cfg->name; cfg++) in lookup_scanner() 1888 const struct pixma_config_t *const pixma_devices[]) in add_scanner() 1910 if ((cfg = lookup_scanner(makemodel, pixma_devices)) == (struct pixma_config_t *)NULL) in add_scanner() 2015 const struct pixma_config_t *const pixma_devices[]) in sanei_bjnp_find_devices() 2084 add_scanner(&dev_no, uri, attach_bjnp, pixma_devices); in sanei_bjnp_find_devices() 2264 add_scanner( &dev_no, uri, attach_bjnp, pixma_devices); in sanei_bjnp_find_devices() 128 lookup_scanner(const char *makemodel, const struct pixma_config_t *const pixma_devices[]) lookup_scanner() argument 1882 add_scanner(SANE_Int *dev_no, const char *uri, SANE_Status (*attach_bjnp) (SANE_String_Const devname, SANE_String_Const serial, const struct pixma_config_t *cfg), const struct pixma_config_t *const pixma_devices[]) add_scanner() argument 2010 sanei_bjnp_find_devices(const char **conf_devices, SANE_Status (*attach_bjnp) (SANE_String_Const devname, SANE_String_Const serial, const struct pixma_config_t *cfg), const struct pixma_config_t *const pixma_devices[]) sanei_bjnp_find_devices() argument
|
H A D | pixma_common.c | 78 static const pixma_config_t *const pixma_devices[] = { variable 1226 return pixma_collect_devices (conf_devices, pixma_devices, local_only); in pixma_find_scanners()
|
Completed in 8 milliseconds