Searched defs:lValue (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosRgstry.c690 static void assignRegValue(PULONG lValue, PNDIS_CONFIGURATION_PARAMETER ndisParameter);
4766 void assignRegValue(PULONG lValue, PNDIS_CONFIGURATION_PARAMETER ndisParameter) argument
4779 *lValue = tiwlnstrtoi ( (char *)a.Buffer, a.Length );
4781 *lValue = tiwlnstrtoi ( (char *)(ndisParameter->ParameterData.StringData.Buffer), ndisParameter->ParameterData.StringData.Length);
4784 *lValue = 0;
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c790 static void assignRegValue(TI_UINT32* lValue, PNDIS_CONFIGURATION_PARAMETER ndisParameter);
5196 void assignRegValue(TI_UINT32* lValue, PNDIS_CONFIGURATION_PARAMETER ndisParameter) argument
5209 *lValue = tiwlnstrtoi ( (char *)a.Buffer, a.Length );
5211 *lValue = tiwlnstrtoi ( (char *)(ndisParameter->ParameterData.StringData.Buffer), ndisParameter->ParameterData.StringData.Length);
5214 *lValue = 0;

Completed in 316 milliseconds