Searched defs:our_req (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/gadget/udc/
H A Ds3c-hsudc.c166 static inline struct s3c_hsudc_req *our_req(struct usb_request *req) function
853 hsreq = our_req(_req);
876 hsreq = our_req(_req);
H A Dbcm63xx_udc.c338 static inline struct bcm63xx_req *our_req(struct usb_request *req) function
1125 struct bcm63xx_req *breq = our_req(req);
1148 struct bcm63xx_req *breq = our_req(req);
1200 struct bcm63xx_req *breq = our_req(req), *cur;
1377 struct bcm63xx_req *breq = our_req(req);
2052 breq = our_req(req);
/drivers/usb/dwc2/
H A Dgadget.c41 static inline struct s3c_hsotg_req *our_req(struct usb_request *req) function
714 struct s3c_hsotg_req *hs_req = our_req(req);
737 struct s3c_hsotg_req *hs_req = our_req(req);
785 struct s3c_hsotg_req *hs_req = our_req(req);
1189 struct s3c_hsotg_req *hs_req = our_req(req);
2659 struct s3c_hsotg_req *hs_req = our_req(req);

Completed in 72 milliseconds