Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dst400.c105 static ST400_Device *st400_devices = NULL; variable
498 for( dev = st400_devices; dev != NULL; dev = dev->next ) { in st400_attach()
544 dev->next = st400_devices; in st400_attach()
545 st400_devices = dev; in st400_attach()
629 if( st400_devices ) in st400_config_do_option()
630 st400_devices->model->bufsize = arg; /* FIXME: changes bufsize for all scanners of this model! */ in st400_config_do_option()
637 if( st400_devices ) in st400_config_do_option()
638 st400_devices->model->bits = arg; /* FIXME */ in st400_config_do_option()
645 if( st400_devices ) in st400_config_do_option()
646 st400_devices in st400_config_do_option()
[all...]

Completed in 3 milliseconds