| /RevoEX-3.1/build/demos/mpfsdemo/src/ |
| D | fsserver.c | 87 MPConfig *config = &mpConfig; in ExecuteWireless() local 90 MPFSInit(config, heap, program); in ExecuteWireless() 91 config->alloc = alloc; in ExecuteWireless() 92 config->free = free; in ExecuteWireless() 95 MPSetPortConfig(config, MY_PORT, MPFSPortCallback, MP_PRIORITY_LOW); in ExecuteWireless() 96 (void)MPStartup(config); in ExecuteWireless()
|
| D | download.c | 82 MPDLConfig * const config = &mpdlConfig; in ExecuteDownload() local 84 config->alloc = alloc; in ExecuteDownload() 85 config->free = free; in ExecuteDownload() 86 config->programImage = (void*)program; in ExecuteDownload() 89 if ( MPDLStartup( config ) != MP_RESULT_OK ) in ExecuteDownload() 107 const u32 full_entry = (u32)(((1 << config->programMaxEntry) - 1) & ~1); in ExecuteDownload() 218 else if (i < config->programMaxEntry) in ExecuteDownload()
|
| /RevoEX-3.1/build/libraries/mpds/src/ |
| D | mpdssystem.c | 117 MPDSInit( MPDSContext* context, const MPDSConfig* config ) in MPDSInit() argument 127 if ( context == NULL || config == NULL ) in MPDSInit() 134 (void)NETMemCpy( &context->config, config, sizeof(MPDSConfig) ); in MPDSInit() 136 aidBits = config->aidBits | 0x0001; // Parents are always included in MPDSInit() 137 context->config.aidBits = aidBits; in MPDSInit() 139 if ( config->port < MP_RAW_PORT_MAX in MPDSInit() 140 || (config->aidBits & MP_AID_BITS_MASK) == 0 in MPDSInit() 141 || (config->aidBits & ~MP_AID_BITS_MASK) != 0 ) in MPDSInit() 147 if ( !config->isParent ) in MPDSInit() 153 if ( !config->isAutoStart ) in MPDSInit() [all …]
|
| /RevoEX-3.1/include/revolution/ |
| D | mp.h | 539 s32 MPStartup( const MPConfig* config ); 705 static inline void MPSetIndicationConfig( MPConfig* config, MPIndicationCallback callback ) in MPSetIndicationConfig() argument 707 config->indicationCallbackFunction = callback; in MPSetIndicationConfig() 720 static inline void MPSetPortConfig( MPConfig* config, u32 port, MPPortCallback callback, u32 prior… in MPSetPortConfig() argument 722 config->portConfig[port].callbackFunction = callback; in MPSetPortConfig() 723 config->portConfig[port].priority = priority; in MPSetPortConfig() 724 config->portConfig[port].userData = NULL; in MPSetPortConfig() 738 static inline void MPSetPortConfigEx( MPConfig* config, u32 port, MPPortCallback callback, u32 pri… in MPSetPortConfigEx() argument 740 config->portConfig[port].callbackFunction = callback; in MPSetPortConfigEx() 741 config->portConfig[port].priority = priority; in MPSetPortConfigEx() [all …]
|
| D | ncd.h | 79 s32 NCDReadConfig( NCDConfig* config ); 87 s32 NCDWriteConfig( const NCDConfig* config );
|
| D | mpfs.h | 51 void MPFSInit( MPConfig *config, MEMHeapHandle heap, const void *program );
|
| D | mpds.h | 96 MPDSConfig config; member 130 MPDSInit( MPDSContext* context, const MPDSConfig* config );
|
| D | mpdl.h | 117 s32 MPDLStartup( MPDLConfig* config );
|
| D | so.h | 192 int SOInit ( SOLibraryConfig* config );
|
| /RevoEX-3.1/build/demos/mpdemo/src/ |
| D | mpsimple.c | 109 static MPConfig config = variable 182 MPSetPortConfig( &config, MY_PORT, PortCallbackFunction, MP_PRIORITY_NORMAL ); in DoMPCommunication() 184 result = MPStartup( &config ); in DoMPCommunication()
|
| D | mpsimpleAsync.c | 112 static MPConfig config = variable 184 MPSetPortConfig( &config, MY_PORT, PortCallbackFunction, MP_PRIORITY_NORMAL ); in main() 186 result = MPStartup( &config ); in main()
|
| /RevoEX-3.1/build/demos/share/ |
| D | commondefs.demoshare | 25 echo config.c; \
|
| /RevoEX-3.1/build/demos/share/src/ |
| D | config.c | 70 NCDApConfig* pApConfig = &( pIfConfig->netif.wireless.config.manual ); in REXDEMOCreateIfConfig()
|
| /RevoEX-3.1/include/revolution/ncd/ |
| D | NCDTypes.h | 161 } config; member
|
| /RevoEX-3.1/build/demos/mpdldemo/src/ |
| D | mpdlntr2rvl.c | 124 static MPConfig config = variable 499 result = MPDSSetupPortConfig( &mpdsContext, &config ); in DoPadSharing() 506 result = MPStartup( &config ); in DoPadSharing()
|