Home
last modified time | relevance | path

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

/drivers/staging/ced1401/
Dusb1401.h216 extern int SendChar(DEVICE_EXTENSION *pdx, char c);
Dced_ioc.c137 int SendChar(DEVICE_EXTENSION * pdx, char c) in SendChar() function
Dusb1401.c1265 return SendChar(pdx, (char)ulArg); in ced_ioctl()