Lines Matching defs:subdriver
50 /*! \defgroup subdriver Subdriver Interface
118 void *subdriver; /* can be used by model driver. */
129 /** \addtogroup subdriver
131 /** Scan operations for subdriver. */
134 /** Allocate a data structure for the subdriver. It is called after the
135 * core driver connected to the scanner. The subdriver should reset the
139 /** Free resources allocated by the subdriver. Don't forget to send abort
146 /** Fill a buffer with image data. The subdriver has two choices:
155 * The subdriver must wait until there is at least one byte to read or
216 /** @} end of group subdriver */