Home
last modified time | relevance | path

Searched refs:svp_prop (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/drv/nds/
H A Dnds_nsk.c310 SVP_CM_Prop svp_prop = { variable
1144 *actual_cm_prop_len = sizeof(svp_prop); // will the size more than sepcified coz alignment? in SVPHDI_GetContentModuleProperties()
1148 memcpy(cm_properties, &svp_prop, MIN(cm_prop_length, sizeof(svp_prop))); in SVPHDI_GetContentModuleProperties()
1151 if (cm_prop_length < sizeof(svp_prop)) in SVPHDI_GetContentModuleProperties()