Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dst400.c135 static SANE_Status st400_attach( const char *devname, ST400_Device **devP );
487 st400_attach( const char *devname, ST400_Device **devP ) in st400_attach() function
494 DBG(DCODE, "st400_attach(%s, %p)\n", devname, (void *) devP); in st400_attach()
502 DBG(DCODE, "st400_attach: found device in list\n"); in st400_attach()
510 DBG(DCODE, "st400_attach: new device struct at %p\n", (void *) dev); in st400_attach()
542 DBG(DCODE, "st400_attach: everything ok, adding device to list\n"); in st400_attach()
558 return st400_attach(device, NULL); in st400_attach_one()
790 status = st400_attach(devicename, &dev); in sane_open()

Completed in 3 milliseconds