Home
last modified time | relevance | path

Searched refs:scanio (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dpint.c103 struct scan_io scanio; in attach() local
122 if (ioctl (fd, SCIOCGET, &scanio) < 0) in attach()
136 memcpy (&dev->scanio, &scanio, sizeof (dev->scanio)); in attach()
156 lastguess = scanio.scan_width; in attach()
157 scanio.scan_width += inc; in attach()
159 while (ioctl (fd, SCIOCSET, &scanio) >= 0); in attach()
162 scanio.scan_width = lastguess; in attach()
164 dev->x_range.max = SANE_FIX (scanio in attach()
807 struct scan_io scanio; sane_get_parameters() local
[all...]
H A Dpint.h47 #include <sys/scanio.h>
81 struct scan_io scanio; /* Scanner hardware state. */ member

Completed in 1 milliseconds