Home
last modified time | relevance | path

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

/drivers/staging/ced1401/
Duse1401.h219 U14API(short) U14SendString(short hand, const char* pString);
/drivers/staging/ced1401/userspace/
Duse1401.c1547 U14API(short) U14SendString(short hand, const char* pString) in U14SendString() argument
1556 nChars = (int)strlen(pString); // get string length we want to send in U14SendString()
1591 strcpy(tstr, pString); /* Into local buf */ in U14SendString()
1633 sErr = CED_SendString(aHand1401[hand], pString, nChars); in U14SendString()
1655 sErr = CED_SendString(aHand1401[hand], pString, nChars); in U14SendString()