Lines Matching defs:st400_devices
105 static ST400_Device *st400_devices = NULL;
498 for( dev = st400_devices; dev != NULL; dev = dev->next ) {
544 dev->next = st400_devices;
545 st400_devices = dev;
629 if( st400_devices )
630 st400_devices->model->bufsize = arg; /* FIXME: changes bufsize for all scanners of this model! */
637 if( st400_devices )
638 st400_devices->model->bits = arg; /* FIXME */
645 if( st400_devices )
646 st400_devices->model->maxread = arg; /* FIXME */
651 st400_devices->model->dpi_list = malloc(16 * sizeof(SANE_Int));
657 st400_devices->model->dpi_list[i] = (SANE_Int)arg;
660 st400_devices->model->dpi_list[0] = i;
668 if( st400_devices )
669 st400_reset_options(st400_devices);
716 if( status == SANE_STATUS_GOOD && st400_devices == NULL ) {
731 while( (dev = st400_devices) != NULL ) {
732 st400_devices = dev->next;
765 dev = st400_devices;
795 dev = st400_devices;