Lines Matching defs:model

157   GT68xx_Model *model;			/**< Scanner model information */
168 * entry with model = NULL.
303 * - #SANE_STATUS_UNSUPPORTED - this scanner model does not support the
341 * negative to move backward). The measurement unit is model-dependent;
427 /** Device model name. */
428 SANE_String_Const model;
442 /** @name Scanner model parameters */
508 /** Scanner model data. */
509 GT68xx_Model *model;
626 * the device model by its USB ID.
629 * device list), this function sets the appropriate model parameters.
654 * A device is considered configured when it has a model parameters structure
669 /** Change the device model structure.
671 * This function can be used to change all model-dependent parameters at once
672 * by supplying a whole model data structure. The model may be changed only
675 * If the device already had a model structure which was dynamically allocated,
678 * If the new model structure @a model is dynamically allocated, the device @a
679 * dev takes ownership of it: @a model will be freed when @a dev is destroyed
683 * @param model Device model data.
686 * - #SANE_STATUS_GOOD - model successfully changed.
687 * - #SANE_STATUS_INVAL - invalid request (attempt to change model when the
691 gt68xx_device_set_model (GT68xx_Device * dev, GT68xx_Model * model);
693 /** Get model by name.
695 * This function can be used to find a model by its name.
697 * @param name Device model name.
698 * @param model Device model data.
701 * - #SANE_TRUE - model successfully found.
702 * - #SANE_FALSE - model not found.
705 gt68xx_device_get_model (SANE_String name, GT68xx_Model ** model);
708 /** Create a new private copy of the model data for this device.
710 * Normally the model data structures can be shared between several devices.
711 * If the program needs to modify some model parameters for a device, it must
721 * - #SANE_STATUS_NO_MEM - not enough memory for copy of the model parameters.
729 * All device model parameters must be configured before activation; it is
908 * to move backward). The measurement unit is model-dependent; number of steps