Searched refs:hw_buf (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | ci_udc.c | 377 ci_req->hw_buf = req->buf; in ci_bounce() 392 ci_req->hw_buf = ci_req->b_buf; in ci_bounce() 395 memcpy(ci_req->hw_buf, req->buf, req->length); in ci_bounce() 398 hwaddr = (unsigned long)ci_req->hw_buf; in ci_bounce() 409 unsigned long hwaddr = (unsigned long)ci_req->hw_buf; in ci_debounce() 421 memcpy(req->buf, ci_req->hw_buf, req->actual); in ci_debounce() 449 buf = ci_req->hw_buf; in ci_ep_submit_next_request() 520 num, in ? "in" : "out", len, ci_req, ci_req->hw_buf); in ci_ep_submit_next_request() 586 num, in ? "in" : "out", ci_req, ci_req->hw_buf); in ci_ep_queue()
|
| H A D | ci_udc.h | 87 uint8_t *hw_buf; member
|