Searched defs:expectedSize (Results 1 – 6 of 6) sorted by relevance
1033 …uct UsbRawRequest *req, struct AcmDevice *acm, unsigned int currentSize, unsigned int expectedSize) in AcmNotificationBufferProcess()1075 unsigned int expectedSize = 0; in AcmNotifyReqCallback() local
1264 unsigned int expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in AcmCtrlIrqCheckSize() local
152 uint32_t expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in AcmCtrlIrq() local
242 unsigned int expectedSize, copySize, allocSize; in AcmNotifyReqCallback() local
756 uint32_t expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in EcmCtrlIrq() local
477 uint32_t expectedSize; /**< Size assigned by memory requester */ member