Home
last modified time | relevance | path

Searched refs:DS9490_open_and_name (Results 1 – 1 of 1) sorted by relevance

/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_ds9490.c59 static GOOD_OR_BAD DS9490_open_and_name( libusb_device * dev, struct connection_in *in);
210 return DS9490_open_and_name( in->master.usb.lusb_dev, in ) ; in DS9490_detect()
296 if ( BAD(DS9490_open_and_name( current, in)) ) { in DS9490_detect_single_adapter()
346 if ( BAD(DS9490_open_and_name( current, in)) ) { in DS9490_detect_specific_adapter()
387 if ( BAD(DS9490_open_and_name( current, in)) ) { in DS9490_detect_all_adapters()
467 if ( BAD(DS9490_open_and_name( current, in )) ) { in DS9490_redetect_low()
828 static GOOD_OR_BAD DS9490_open_and_name( libusb_device * dev, struct connection_in *in) in DS9490_open_and_name() function