Searched refs:hw_buf (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | ci_udc.c | 374 ci_req->hw_buf = req->buf; in ci_bounce() 389 ci_req->hw_buf = ci_req->b_buf; in ci_bounce() 392 memcpy(ci_req->hw_buf, req->buf, req->length); in ci_bounce() 395 hwaddr = (unsigned long)ci_req->hw_buf; in ci_bounce() 406 unsigned long hwaddr = (unsigned long)ci_req->hw_buf; in ci_debounce() 418 memcpy(req->buf, ci_req->hw_buf, req->actual); in ci_debounce() 446 buf = ci_req->hw_buf; in ci_ep_submit_next_request() 517 num, in ? "in" : "out", len, ci_req, ci_req->hw_buf); in ci_ep_submit_next_request() 583 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
|