Searched refs:hs_ep (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/dwc2/
H A Dgadget.c267 * @hs_ep: The endpoint to query.
272 static inline int is_ep_periodic(struct s3c_hsotg_ep *hs_ep) argument
274 return hs_ep->periodic;
280 * @hs_ep: The endpoint for the request
287 struct s3c_hsotg_ep *hs_ep,
296 usb_gadget_unmap_request(&hsotg->gadget, req, hs_ep->dir_in);
302 * @hs_ep: The endpoint we're going to write for.
316 struct s3c_hsotg_ep *hs_ep,
319 bool periodic = is_ep_periodic(hs_ep);
322 int to_write = hs_ep
286 s3c_hsotg_unmap_dma(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req) argument
315 s3c_hsotg_write_fifo(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req) argument
478 get_ep_limit(struct s3c_hsotg_ep *hs_ep) argument
520 s3c_hsotg_start_req(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req, bool continuing) argument
710 s3c_hsotg_map_dma(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct usb_request *req) argument
738 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
770 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
801 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
945 get_ep_head(struct s3c_hsotg_ep *hs_ep) argument
1163 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
1229 s3c_hsotg_complete_request(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req, int result) argument
1296 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[ep_idx]; local
1405 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[epnum]; local
1596 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[ep]; local
1684 s3c_hsotg_trytx(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep) argument
1717 s3c_hsotg_complete_in(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep) argument
1797 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[idx]; local
2452 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
2595 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
2660 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
2686 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
2750 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
3010 s3c_hsotg_initep(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, int epnum) argument
[all...]

Completed in 80 milliseconds