Home
last modified time | relevance | path

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

/drivers/staging/otus/hal/
Dhpmain.c2668 if (hpPriv->usbAcSendBytes[3] > (hpPriv->usbAcSendBytes[0]*2))
2673 else if (hpPriv->usbAcSendBytes[2] > (hpPriv->usbAcSendBytes[0]*2))
2678 else if (hpPriv->usbAcSendBytes[1] > (hpPriv->usbAcSendBytes[0]*2))
2718 hpPriv->usbAcSendBytes[3] = 0;
2719 hpPriv->usbAcSendBytes[2] = 0;
2720 hpPriv->usbAcSendBytes[1] = 0;
2721 hpPriv->usbAcSendBytes[0] = 0;
Dhpusb.h162 u32_t usbAcSendBytes[4]; member
Dhpusb.c343 hpPriv->usbAcSendBytes[ac&0x3] += zfwBufGetSize(dev, buf); in zfHpSend()