Searched refs:version_arg (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dlc/api/dlc/ |
| H A D | apiXC_Dlc.c | 155 #define VERSION_COMPATIBLE_CHECK(pstInput,stValid,copy_Length,version_arg,length_arg,current_versio… argument 159 if((pstInput)->version_arg > (current_version))\ 169 if(((pstInput)->version_arg < (current_version)) || ((pstInput)->length_arg < sizeof(stValid)))\ 178 #define VERSION_COMPATIBLE_CHECK(pstInput,stValid,copy_Length,version_arg,length_arg,current_versio… argument 182 if((pstInput)->version_arg > (current_version))\ 192 if(((pstInput)->version_arg < (current_version)) || ((pstInput)->length_arg < sizeof(stValid)))\
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mvideo.c | 243 #define VERSION_COMPATIBLE_CHECK(pstInput,stValid,copy_Length,version_arg,length_arg,current_versio… argument 247 if((pstInput)->version_arg > (current_version))\ 257 if(((pstInput)->version_arg < (current_version)) || ((pstInput)->length_arg < sizeof(stValid)))\ 266 #define VERSION_COMPATIBLE_CHECK(pstInput,stValid,copy_Length,version_arg,length_arg,current_versio… argument 270 if((pstInput)->version_arg > (current_version))\ 280 if(((pstInput)->version_arg < (current_version)) || ((pstInput)->length_arg < sizeof(stValid)))\
|
| H A D | mvideo.c.0 | 240 #define VERSION_COMPATIBLE_CHECK(pstInput,stValid,copy_Length,version_arg,length_arg,current_versio… 244 if((pstInput)->version_arg > (current_version))\ 254 if(((pstInput)->version_arg < (current_version)) || ((pstInput)->length_arg < sizeof(stValid)))\ 263 #define VERSION_COMPATIBLE_CHECK(pstInput,stValid,copy_Length,version_arg,length_arg,current_versio… 267 if((pstInput)->version_arg > (current_version))\ 277 if(((pstInput)->version_arg < (current_version)) || ((pstInput)->length_arg < sizeof(stValid)))\
|