Home
last modified time | relevance | path

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

/drivers/staging/ced1401/
Dced_ioc.c190 int nDevice; in Get1401State() local
198 nDevice = pdx->udev->descriptor.bcdDevice >> 8; // 1401 type code value in Get1401State()
199 switch (nDevice) // so we can clean up current state in Get1401State()
206 if ((nDevice >= 1) && (nDevice <= 23)) in Get1401State()
207 pdx->sCurrentState = (short)(nDevice + 6); in Get1401State()