Lines Matching refs:devnr
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 The scanner number
450 int pixma_open (unsigned devnr, pixma_t ** handle);