HomeSort by relevance Sort by last modified time
    Searched refs:hw_buf (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/usb/gadget/
ci_udc.c 373 ci_req->hw_buf = req->buf;
388 ci_req->hw_buf = ci_req->b_buf;
391 memcpy(ci_req->hw_buf, req->buf, req->length);
394 hwaddr = (unsigned long)ci_req->hw_buf;
405 unsigned long hwaddr = (unsigned long)ci_req->hw_buf;
417 memcpy(req->buf, ci_req->hw_buf, req->actual);
445 buf = ci_req->hw_buf;
516 num, in ? "in" : "out", len, ci_req, ci_req->hw_buf);
582 num, in ? "in" : "out", ci_req, ci_req->hw_buf);
ci_udc.h 87 uint8_t *hw_buf; member in struct:ci_req

Completed in 153 milliseconds