Searched refs:ctrl_req_addr (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/dwc3/ |
D | ep0.c | 304 ret = dwc3_ep0_start_trans(dwc, 0, dwc->ctrl_req_addr, 8, in dwc3_ep0_out_start() 846 dwc->ctrl_req_addr, 0, in dwc3_ep0_complete_data() 930 dwc->ctrl_req_addr, 0, in __dwc3_ep0_do_control_data() 986 dwc->ctrl_req_addr, 0, type); in dwc3_ep0_start_control_status()
|
D | core.h | 719 dma_addr_t ctrl_req_addr; member
|
D | gadget.c | 2720 &dwc->ctrl_req_addr, GFP_KERNEL); in dwc3_gadget_init() 2815 dwc->ctrl_req, dwc->ctrl_req_addr); in dwc3_gadget_init() 2838 dwc->ctrl_req, dwc->ctrl_req_addr); in dwc3_gadget_exit()
|