Home
last modified time | relevance | path

Searched refs:dwc2_hsotg_req (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c38 static inline struct dwc2_hsotg_req *our_req(struct usb_request *req) in our_req()
40 return container_of(req, struct dwc2_hsotg_req, req); in our_req()
250 struct dwc2_hsotg_req *req; in dwc2_hsotg_ep_alloc_request()
252 req = kzalloc(sizeof(struct dwc2_hsotg_req), flags); in dwc2_hsotg_ep_alloc_request()
284 struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_unmap_dma()
313 struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_write_fifo()
518 struct dwc2_hsotg_req *hs_req, in dwc2_hsotg_start_req()
703 struct dwc2_hsotg_req *hs_req = our_req(req); in dwc2_hsotg_map_dma()
724 struct dwc2_hsotg_ep *hs_ep, struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_handle_unaligned_buf_start()
755 struct dwc2_hsotg_ep *hs_ep, struct dwc2_hsotg_req *hs_req) in dwc2_hsotg_handle_unaligned_buf_complete()
[all …]
Dcore.h104 struct dwc2_hsotg_req;
150 struct dwc2_hsotg_req *req;
180 struct dwc2_hsotg_req { struct
Ddebugfs.c261 struct dwc2_hsotg_req *req; in ep_show()