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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWIsochChannel.cpp111 fReadCmd = OSTypeAlloc( IOFWReadQuadCommand );
112 if( fReadCmd == NULL )
120 fReadCmd->initAll( fControl, 0, FWAddress(), NULL, 0, NULL, NULL );
156 if( fReadCmd )
158 fReadCmd->release();
159 fReadCmd = NULL;
730 fReadCmd->reinit( generation, addr, oldIRM, 3 );
731 fReadCmd->setMaxPacket( 4 ); // many cameras don't like block reads to IRM registers, eg. Canon GL-1
733 status = fReadCmd->submit();
1042 fReadCmd
[all...]
H A DIOFWIsochChannel.h72 IOFWReadQuadCommand * fReadCmd; member in class:IOFWIsochChannel

Completed in 173 milliseconds