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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c397 * @hs_ep: The endpoint to query.
402 static inline int is_ep_periodic(struct s3c_hsotg_ep *hs_ep) argument
404 return hs_ep->periodic;
410 * @hs_ep: The endpoint for the request
417 struct s3c_hsotg_ep *hs_ep,
423 dir = hs_ep->dir_in ? DMA_TO_DEVICE : DMA_FROM_DEVICE;
444 * @hs_ep: The endpoint we're going to write for.
458 struct s3c_hsotg_ep *hs_ep,
461 bool periodic = is_ep_periodic(hs_ep);
464 int to_write = hs_ep
416 s3c_hsotg_unmap_dma(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req) argument
457 s3c_hsotg_write_fifo(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req) argument
605 get_ep_limit(struct s3c_hsotg_ep *hs_ep) argument
646 s3c_hsotg_start_req(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req, bool continuing) argument
810 s3c_hsotg_map_dma(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct usb_request *req) argument
859 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
912 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
1200 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
1255 get_ep_head(struct s3c_hsotg_ep *hs_ep) argument
1276 s3c_hsotg_complete_request(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req, int result) argument
1335 s3c_hsotg_complete_request_lock(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req, int result) argument
1359 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[ep_idx]; local
1468 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[epnum]; local
1648 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[ep]; local
1695 s3c_hsotg_trytx(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep) argument
1720 s3c_hsotg_complete_in(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep) argument
1773 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[idx]; local
2230 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
2343 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
2400 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
2426 struct s3c_hsotg_ep *hs_ep = our_ep(ep); local
2741 s3c_hsotg_initep(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, int epnum) argument
[all...]

Completed in 34 milliseconds