Searched defs:expectedSize (Results 1 – 8 of 8) sorted by relevance
39 uint32_t expectedSize = initData.size(); in ParsePssh() local
748 unsigned int currentSize, uint32_t expectedSize) in EcmNotificationAndRequest()779 uint32_t expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in EcmCtrlIrq() local
341 struct UsbnetHost *usbNet, unsigned int currentSize, unsigned int expectedSize) in UsbnetHostNotificationBufferProcess()403 unsigned int expectedSize = 0; in UsbnetHostReqCallback() local
1038 …uct UsbRawRequest *req, struct AcmDevice *acm, unsigned int currentSize, unsigned int expectedSize) in AcmNotificationBufferProcess()1080 unsigned int expectedSize = 0; in AcmNotifyReqCallback() local
1280 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
477 uint32_t expectedSize; /**< Size assigned by memory requester */ member