Searched refs:pvCallBackRef (Results 1 – 8 of 8) sorted by relevance
| /Kernel-v10.6.2/portable/GCC/PPC405_Xilinx/ |
| D | port.c | 247 …tInstallInterruptHandler( uint8_t ucInterruptID, XInterruptHandler pxHandler, void *pvCallBackRef ) in xPortInstallInterruptHandler() argument 254 …f( XST_SUCCESS == XIntc_Connect( &xInterruptController, ucInterruptID, pxHandler, pvCallBackRef ) ) in xPortInstallInterruptHandler()
|
| D | portmacro.h | 116 …InstallInterruptHandler( uint8_t ucInterruptID, XInterruptHandler pxHandler, void *pvCallBackRef );
|
| /Kernel-v10.6.2/portable/GCC/PPC440_Xilinx/ |
| D | port.c | 247 …tInstallInterruptHandler( uint8_t ucInterruptID, XInterruptHandler pxHandler, void *pvCallBackRef ) in xPortInstallInterruptHandler() argument 254 …f( XST_SUCCESS == XIntc_Connect( &xInterruptController, ucInterruptID, pxHandler, pvCallBackRef ) ) in xPortInstallInterruptHandler()
|
| D | portmacro.h | 116 …InstallInterruptHandler( uint8_t ucInterruptID, XInterruptHandler pxHandler, void *pvCallBackRef );
|
| /Kernel-v10.6.2/portable/GCC/MicroBlazeV8/ |
| D | port.c | 333 …tInstallInterruptHandler( uint8_t ucInterruptID, XInterruptHandler pxHandler, void *pvCallBackRef ) in xPortInstallInterruptHandler() argument 344 … lReturn = XIntc_Connect( &xInterruptControllerInstance, ucInterruptID, pxHandler, pvCallBackRef ); in xPortInstallInterruptHandler()
|
| D | portmacro.h | 262 …InstallInterruptHandler( uint8_t ucInterruptID, XInterruptHandler pxHandler, void *pvCallBackRef );
|
| /Kernel-v10.6.2/portable/GCC/MicroBlazeV9/ |
| D | port.c | 353 …tInstallInterruptHandler( uint8_t ucInterruptID, XInterruptHandler pxHandler, void *pvCallBackRef ) in xPortInstallInterruptHandler() argument 364 … lReturn = XIntc_Connect( &xInterruptControllerInstance, ucInterruptID, pxHandler, pvCallBackRef ); in xPortInstallInterruptHandler()
|
| D | portmacro.h | 267 …InstallInterruptHandler( uint8_t ucInterruptID, XInterruptHandler pxHandler, void *pvCallBackRef );
|