Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcoolscan3.c303 static cs3_interface_t try_interface = CS3_INTERFACE_UNKNOWN; variable
1789 try_interface = CS3_INTERFACE_SCSI; in cs3_open()
1792 try_interface = CS3_INTERFACE_USB; in cs3_open()
1824 try_interface = CS3_INTERFACE_USB; in cs3_open()
1828 try_interface = CS3_INTERFACE_SCSI; in cs3_open()
1834 return cs3_open(p, try_interface, sp); in cs3_open()
2020 if (try_interface == CS3_INTERFACE_UNKNOWN) in cs3_attach()
2023 status = cs3_open(dev, try_interface, NULL); in cs3_attach()
H A Dcoolscan2.c333 static cs2_interface_t try_interface = CS2_INTERFACE_UNKNOWN; variable
1770 try_interface = CS2_INTERFACE_SCSI; in cs2_open()
1772 try_interface = CS2_INTERFACE_USB; in cs2_open()
1794 try_interface = CS2_INTERFACE_USB; in cs2_open()
1798 try_interface = CS2_INTERFACE_SCSI; in cs2_open()
1805 return cs2_open (device2, try_interface, sp); in cs2_open()
1997 if (try_interface == CS2_INTERFACE_UNKNOWN) in cs2_attach()
2000 status = cs2_open (dev, try_interface, NULL); in cs2_attach()

Completed in 7 milliseconds