Searched refs:type (Results 1 – 7 of 7) sorted by relevance
| /RevoEX-2.4/build/demos/mpdemo/src/ |
| D | mpsimple.c | 96 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ); 273 void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in PortCallbackFunction() argument 283 switch( type ) in PortCallbackFunction() 320 OSReport( "PortCallback: Unknown Type: %d\n", type ); in PortCallbackFunction()
|
| D | mpsimpleAsync.c | 98 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ); 307 void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in PortCallbackFunction() argument 317 switch( type ) in PortCallbackFunction() 354 OSReport( "PortCallback: Unknown Type: %d\n", type ); in PortCallbackFunction()
|
| /RevoEX-2.4/build/demos/nwc24demo/include/ |
| D | FLViewer.h | 52 u32 type; member
|
| D | MsgViewer.h | 96 NWC24MsgType type; member
|
| /RevoEX-2.4/build/demos/mpdsdemo/src/ |
| D | mpdsmodel.c | 208 static void DataSharingCallback( s32 type, MPPortCallbackInfo* info ); 209 static void IndicationCallback( s32 type, MPIndicationInfo* info ); 1085 void DataSharingCallback( s32 type, MPPortCallbackInfo* info ) in DataSharingCallback() argument 1101 switch ( type ) in DataSharingCallback() 1138 void IndicationCallback( s32 type, MPIndicationInfo* info ) in IndicationCallback() argument 1151 switch ( type ) in IndicationCallback()
|
| D | mpdssimple.c | 89 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info );
|
| /RevoEX-2.4/build/demos/mpdldemo/src/ |
| D | mpdlntr2rvl.c | 161 void DataSharingPortCallbackFunction( s32 type, MPPortCallbackInfo* info ); 725 void DataSharingPortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in DataSharingPortCallbackFunction() argument 727 switch( type ) in DataSharingPortCallbackFunction() 759 OSReport( "PortCallback: Unknown Type: %d\n", type ); in DataSharingPortCallbackFunction()
|