Searched refs:polling_param (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | drvIPAPool.c | 1425 MS_BOOL __attribute__((weak)) MApi_IPA_Pool_Notify(struct IPA_Pool_Polling_Param *polling_param) in MApi_IPA_Pool_Notify() argument 1441 if(!polling_param->polling_callback) in MApi_IPA_Pool_Notify() 1443 …printk("%u have no polling_callback function , %s return directly\n",polling_param->pool_handle_id… in MApi_IPA_Pool_Notify() 1448 ret = _findPoolHandleId_InIPA_Pool_Table(polling_param->pool_handle_id, &idx); in MApi_IPA_Pool_Notify() 1452 …pa pool fail not find pool_handle_id %u in pool table\n",__FUNCTION__,polling_param->pool_handle_i… in MApi_IPA_Pool_Notify() 1461 getipchandle_param.pool_handle_id = polling_param->pool_handle_id; in MApi_IPA_Pool_Notify() 1495 IPAPool_Info[idx].polling_callback = polling_param->polling_callback; in MApi_IPA_Pool_Notify() 1504 …le id %u has its polling id %lu ,error,will not set callback again\n",polling_param->pool_handle_i… in MApi_IPA_Pool_Notify() 1575 struct IPA_Pool_Polling_Param polling_param; in test_case_2() local 1576 polling_param.pool_handle_id = Init_Param.pool_handle_id; in test_case_2() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | drvIPAPool.c | 1161 MS_BOOL __attribute__((weak)) MApi_IPA_Pool_Notify(struct IPA_Pool_Polling_Param *polling_param) in MApi_IPA_Pool_Notify() argument 1170 if(!polling_param->polling_callback) in MApi_IPA_Pool_Notify() 1172 …VPRINTF("%u have no polling_callback function , %s return directly\n",polling_param->pool_handle_i… in MApi_IPA_Pool_Notify() 1177 ret = _findPoolHandleId_InIPA_Pool_Table(polling_param->pool_handle_id, &idx); in MApi_IPA_Pool_Notify() 1181 …pa pool fail not find pool_handle_id %u in pool table\n",__FUNCTION__,polling_param->pool_handle_i… in MApi_IPA_Pool_Notify() 1185 VPRINTF("%s polling_param->pool_handle_id=0x%x\n",__FUNCTION__,polling_param->pool_handle_id); in MApi_IPA_Pool_Notify() 1194 (void*)(intptr_t)polling_param->pool_handle_id); in MApi_IPA_Pool_Notify() 1208 IPAPool_Info[idx].polling_callback = polling_param->polling_callback; in MApi_IPA_Pool_Notify() 1213 …le id %u has its polling id %lu ,error,will not set callback again\n",polling_param->pool_handle_i… in MApi_IPA_Pool_Notify()
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | drvIPAPool_v2.h | 261 MS_BOOL __attribute__((weak)) MApi_IPA_Pool_Notify(struct IPA_Pool_Polling_Param *polling_param);
|
| H A D | drvIPAPool.h | 328 MS_BOOL __attribute__((weak)) MApi_IPA_Pool_Notify(struct IPA_Pool_Polling_Param *polling_param);
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 19943 MS_BOOL __attribute__((weak)) MApi_IPA_Pool_Notify(struct IPA_Pool_Polling_Param *polling_param); 50272 MS_BOOL __attribute__((weak)) MApi_IPA_Pool_Notify(struct IPA_Pool_Polling_Param *polling_param);
|