Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com.c1405 bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove) in GetHexValueFromString() argument
1410 if (szStr == NULL || pu4bVal == NULL || pu4bMove == NULL) { in GetHexValueFromString()
1412 szStr, pu4bVal, pu4bMove); in GetHexValueFromString()
1417 *pu4bMove = 0; in GetHexValueFromString()
1423 (*pu4bMove)++; in GetHexValueFromString()
1429 (*pu4bMove) += 2; in GetHexValueFromString()
1443 (*pu4bMove)++; in GetHexValueFromString()
1450 char *szStr, u8 *pInteger, u8 *pFraction, u32 *pu4bMove in GetFractionValueFromString() argument
1456 *pu4bMove = 0; in GetFractionValueFromString()
1463 ++(*pu4bMove); in GetFractionValueFromString()
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dhal_com.h256 bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove);
259 u32 *pu4bMove);