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

/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp762 setStateGated(&QueuingState, &DeltaState);
994 me->setStateGated(&state, &mask); // Clear the busy state
1033 me->setStateGated(&state, &mask);
1944 setStateGated(&state, &mask);
2020 setStateGated(&state, &mask);
2041 setStateGated(&state, &mask); // Clear the entire state
2166 setStateGated(&state, &mask); // Clear the entire state word - which also deactivates the port
2339 // Desc: Dummy pass through for setStateGated.
2346 return ((AppleUSBCDCACMData *)owner)->setStateGated((UInt32 *)arg0, (UInt32 *)arg1);
2352 // Method: AppleUSBCDCACMData::setStateGated
2370 IOReturn AppleUSBCDCACMData::setStateGated(UInt32 *pState, UInt32 *pMask) function in class:AppleUSBCDCACMData
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp568 setStateGated(&QueuingState, &DeltaState);
1276 setStateGated(&state, &mask);
1305 setStateGated(&state, &mask);
1395 setStateGated(&state, &mask); // Clear the entire state word - which also deactivates the port
1540 // Desc: Dummy pass through for setStateGated.
1547 return ((AppleUSBCDCDMM *)owner)->setStateGated((UInt32 *)arg0, (UInt32 *)arg1);
1553 // Method: AppleUSBCDCDMM::setStateGated
1571 IOReturn AppleUSBCDCDMM::setStateGated(UInt32 *pState, UInt32 *pMask) function in class:AppleUSBCDCDMM
1577 XTRACE(this, state, mask, "setStateGated");
1618 XTRACE(this, fPort.State, 0, "setStateGated
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h313 virtual IOReturn setStateGated(UInt32 *pState, UInt32 *pMask);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h327 virtual IOReturn setStateGated(UInt32 *pState, UInt32 *pMask);

Completed in 82 milliseconds