|
| XDsi2Rx_Config * | XDsi2Rx_LookupConfig (UINTPTR BaseAddress) |
| | Look up the hardware configuration for a device instance. More...
|
| |
| u32 | XDsi2Rx_CfgInitialize (XDsi2Rx *InstancePtr, XDsi2Rx_Config *Config, UINTPTR EffectiveAddr) |
| | Initialize the XDsi2Rx instance provided by the caller based on the given Config structure. More...
|
| |
| u32 | XDsi2Rx_Activate (XDsi2Rx *InstancePtr, XDsi2Rx_Selection Flag) |
| | This function will enable/disable the IP Core to start processing. More...
|
| |
| void | XDsi2Rx_Reset (XDsi2Rx *InstancePtr) |
| | This function will do a reset of the IP. More...
|
| |
| u32 | XDsi2Rx_DefaultConfigure (XDsi2Rx *InstancePtr) |
| | This function will configure protocol reg with video mode, Blank packet mode, Blank packet Type, End of Transmisstion packet. More...
|
| |
| u32 | XDsi2Rx_SelfTest (XDsi2Rx *InstancePtr) |
| | Runs a self-test on the driver/device. More...
|
| |
| void | XDsi2Rx_GetConfigParams (XDsi2Rx *InstancePtr, XDsi2Rx_ConfigParameters *ConfigInfo) |
| | this function will get the information from the gui settings and other protocol control register values like pixel mode, pixel format. More...
|
| |
| s32 | XDsi2Rx_SetCallback (XDsi2Rx *InstancePtr, u32 HandleType, void *CallbackFunc, void *CallbackRef) |
| | This routine installs an asynchronous callback function for the given HandlerType: More...
|
| |