Lines Matching refs:mymode

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)
2144 rst = bq5550_scanmodes(RTS_Debug->usbtype, sm, mymode);
2148 rst = ua4900_scanmodes(RTS_Debug->usbtype, sm, mymode);
2153 rst = hp3800_scanmodes(RTS_Debug->usbtype, sm, mymode);
2159 rst = hp4370_scanmodes(RTS_Debug->usbtype, sm, mymode);
2163 rst = hp3970_scanmodes(RTS_Debug->usbtype, sensortype, sm, mymode);
2170 static SANE_Int hp3970_scanmodes(SANE_Int usb, SANE_Int ccd, SANE_Int sm, struct st_scanmode *mymode)
2364 if (mymode != NULL)
2378 memcpy(mymode, &md->mode, sizeof(struct st_scanmode));
2391 static SANE_Int hp4370_scanmodes(SANE_Int usb, SANE_Int sm, struct st_scanmode *mymode)
2494 if (mymode != NULL)
2508 memcpy(mymode, &md->mode, sizeof(struct st_scanmode));
2521 static SANE_Int hp3800_scanmodes(SANE_Int usb, SANE_Int sm, struct st_scanmode *mymode)
2612 if (mymode != NULL)
2626 memcpy(mymode, &md->mode, sizeof(struct st_scanmode));
2639 static SANE_Int bq5550_scanmodes(SANE_Int usb, SANE_Int sm, struct st_scanmode *mymode)
2712 if (mymode != NULL)
2724 memcpy(mymode, &md->mode, sizeof(struct st_scanmode));
2736 static SANE_Int ua4900_scanmodes(SANE_Int usb, SANE_Int sm, struct st_scanmode *mymode)
2788 if (mymode != NULL)
2802 memcpy(mymode, &md->mode, sizeof(struct st_scanmode));