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

/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCWCM/Headers/
H A DAppleUSBCDCWCM.h105 bool configureDevice(void);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp141 if (!configureDevice())
143 ALERT(0, 0, "start - configureDevice failed");
236 // Method: AppleUSBCDCWCM::configureDevice
246 bool AppleUSBCDCWCM::configureDevice() function in class:AppleUSBCDCWCM
250 XTRACE(this, 0, 0, "configureDevice");
254 XTRACE(this, fSubClass, fInterfaceNumber, "configureDevice - Subclass and interface number.");
265 XTRACE(this, 0, fSubClass, "configureDevice - Unsupported subclass");
271 XTRACE(this, 0, 0, "configureDevice - configuration failed");
277 }/* end configureDevice */
/macosx-10.9.5/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h307 bool configureDevice( UInt8 numConfigs );
H A DAppleUSBIrDA.cpp1173 ok = configureDevice(configs);
1799 // Method: AppleUSBIrDADriver::configureDevice
1809 bool AppleUSBIrDADriver::configureDevice( UInt8 numConfigs )
1819 ELG( 0, numConfigs, 'cDev', "configureDevice" );
1824 ELG( 0, cval, 'CkCn', "configureDevice - Checking Configuration" );
1829 ELG( 0, 0, 'GFC-', "configureDevice - Error getting the full configuration descriptor" );
1844 ELG( cd, config, 'FNI+', "configureDevice - Interface descriptor found" );
1847 ELG( 0, config, 'FNI-', "configureDevice - That's weird the interface was null" );
1851 ELG( 0, cval, 'FNID', "configureDevice - No CDC interface found this configuration" );
1872 ELG( 0, 0, 'FIC-', "configureDevice
[all...]

Completed in 178 milliseconds