OhcdMdd_PowerDown

This function is the OHCD MDD power-down handler.

Syntax

BOOL OhcdMdd_PowerDown( LPVOID lpvOhcdObject );

Parameters

lpvOhcdObject
[IN] Pointer to an OHC interface driver object.

Return Values

TRUE indicates success. FALSE indicates an error.

Remarks

This function is called by the PDD as part of processing this function. It causes the MDD to save state and prepare the OHC interface controller to be shut down. The OHC interface controller is placed into reset; SOF generation is disabled.

This function is declared in the Ohcdddsi.h header file.