Lines Matching defs:off
179 struct usb_device_request req, uint16_t off, uint8_t state)
225 off, &temp_state);
244 &req, ppdata, plen, off, &temp_state);
248 *ppdata = ((uint8_t *)(*ppdata)) - off;
249 *plen += off;
429 uint16_t off; /* data offset */
481 off = 0;
485 off = UGETW(req.wLength) - rem;
500 "off=0x%x rem=0x%x, state=%d\n", req.bmRequestType,
501 req.bRequest, wValue, UGETW(req.wIndex), off, rem, state);
584 &max_len, req, off, state);
710 max_len -= off;
744 src_mcopy = USB_ADD_BYTES(src_mcopy, off);
750 USB_ADD_BYTES(src_zcopy, off), max_len);