Home
last modified time | relevance | path

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

/drivers/staging/ced1401/userspace/
Duse1401.c329 PARAMBLK rWork; in U14Status1401()
331 … if (DeviceIoControl(aHand1401[sHand], lCode, NULL, 0, &rWork,sizeof(PARAMBLK),&dwBytes,NULL) && in U14Status1401()
332 (dwBytes >= sizeof(PARAMBLK))) in U14Status1401()
364 PARAMBLK rWork; in U14Control1401()
366 …Control(aHand1401[sHand], lCode, pBlk, sizeof(TCSBLOCK), &rWork, sizeof(PARAMBLK), &dwBytes, NULL)… in U14Control1401()
367 (dwBytes >= sizeof(PARAMBLK))) in U14Control1401()
1583 PARAMBLK rData; in U14SendString()
1608 &rData,sizeof(PARAMBLK),&dwBytes,NULL); in U14SendString()
1609 if (iOK && (dwBytes >= sizeof(PARAMBLK))) in U14SendString()
2287 PARAMBLK rWork; in U14SetTransArea()
[all …]
/drivers/staging/ced1401/
Duse14_ioc.h276 } PARAMBLK; typedef
278 typedef PARAMBLK* PPARAMBLK;