Searched refs:mymode (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/backend/ |
H A D | hp3900_config.c | 120 static SANE_Int cfg_scanmode_get(SANE_Int sensortype, SANE_Int sm, struct st_scanmode *mymode); 121 static SANE_Int bq5550_scanmodes(SANE_Int usb, SANE_Int sm, struct st_scanmode *mymode); 122 static SANE_Int ua4900_scanmodes(SANE_Int usb, SANE_Int sm, struct st_scanmode *mymode); 123 static SANE_Int hp3800_scanmodes(SANE_Int usb, SANE_Int sm, struct st_scanmode *mymode); 124 static SANE_Int hp3970_scanmodes(SANE_Int usb, SANE_Int ccd, SANE_Int sm, struct st_scanmode *mymode); 125 static SANE_Int hp4370_scanmodes(SANE_Int usb, SANE_Int sm, struct st_scanmode *mymode); 2137 static SANE_Int cfg_scanmode_get(SANE_Int sensortype, SANE_Int sm, struct st_scanmode *mymode) in cfg_scanmode_get() argument 2144 rst = bq5550_scanmodes(RTS_Debug->usbtype, sm, mymode); in cfg_scanmode_get() 2148 rst = ua4900_scanmodes(RTS_Debug->usbtype, sm, mymode); in cfg_scanmode_get() 2153 rst = hp3800_scanmodes(RTS_Debug->usbtype, sm, mymode); in cfg_scanmode_get() 2170 hp3970_scanmodes(SANE_Int usb, SANE_Int ccd, SANE_Int sm, struct st_scanmode *mymode) hp3970_scanmodes() argument 2391 hp4370_scanmodes(SANE_Int usb, SANE_Int sm, struct st_scanmode *mymode) hp4370_scanmodes() argument 2521 hp3800_scanmodes(SANE_Int usb, SANE_Int sm, struct st_scanmode *mymode) hp3800_scanmodes() argument 2639 bq5550_scanmodes(SANE_Int usb, SANE_Int sm, struct st_scanmode *mymode) bq5550_scanmodes() argument 2736 ua4900_scanmodes(SANE_Int usb, SANE_Int sm, struct st_scanmode *mymode) ua4900_scanmodes() argument [all...] |
H A D | hp3900_rts8822.c | 1642 SANE_Int mymode; in SetScanParams() local 1677 mymode = RTS_GetScanmode (dev, hwdcfg->scantype, myvalue, scancfg->resolution_x); /*0x0b */ in SetScanParams() 1678 if (mymode == -1) in SetScanParams() 1701 mymode = in SetScanParams() 1703 if (mymode == -1) in SetScanParams() 1725 if ((dev->scanmodes[mymode]->samplerate == PIXEL_RATE) in SetScanParams() 1734 if (dev->scanmodes[mymode]->samplerate == PIXEL_RATE) in SetScanParams() 1761 scancfg->timing = dev->scanmodes[mymode]->timing; in SetScanParams() 1825 (dev->scanmodes[mymode]->samplerate == in SetScanParams() 1844 channel_count = (dev->scanmodes[mymode] in SetScanParams() 8463 SANE_Int colormode, mymode; RTS_Setup_Motor() local [all...] |
Completed in 11 milliseconds