• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/

Lines Matching refs:s3c_hsotg_ep

64  * struct s3c_hsotg_ep - driver endpoint definition.
100 struct s3c_hsotg_ep {
167 struct s3c_hsotg_ep eps[];
190 static inline struct s3c_hsotg_ep *our_ep(struct usb_ep *ep)
192 return container_of(ep, struct s3c_hsotg_ep, ep);
402 static inline int is_ep_periodic(struct s3c_hsotg_ep *hs_ep)
417 struct s3c_hsotg_ep *hs_ep,
458 struct s3c_hsotg_ep *hs_ep,
605 static unsigned get_ep_limit(struct s3c_hsotg_ep *hs_ep)
647 struct s3c_hsotg_ep *hs_ep,
811 struct s3c_hsotg_ep *hs_ep,
859 struct s3c_hsotg_ep *hs_ep = our_ep(ep);
912 struct s3c_hsotg_ep *hs_ep = our_ep(ep);
928 static struct s3c_hsotg_ep *ep_from_windex(struct s3c_hsotg *hsotg,
931 struct s3c_hsotg_ep *ep = &hsotg->eps[windex & 0x7F];
958 struct s3c_hsotg_ep *ep,
1001 struct s3c_hsotg_ep *ep0 = &hsotg->eps[0];
1002 struct s3c_hsotg_ep *ep;
1059 struct s3c_hsotg_ep *ep;
1098 struct s3c_hsotg_ep *ep0 = &hsotg->eps[0];
1200 struct s3c_hsotg_ep *hs_ep = our_ep(ep);
1255 static struct s3c_hsotg_req *get_ep_head(struct s3c_hsotg_ep *hs_ep)
1277 struct s3c_hsotg_ep *hs_ep,
1336 struct s3c_hsotg_ep *hs_ep,
1359 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[ep_idx];
1468 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[epnum];
1648 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[ep];
1696 struct s3c_hsotg_ep *hs_ep)
1721 struct s3c_hsotg_ep *hs_ep)
1773 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[idx];
1952 struct s3c_hsotg_ep *ep,
2004 struct s3c_hsotg_ep *ep;
2230 struct s3c_hsotg_ep *hs_ep = our_ep(ep);
2343 struct s3c_hsotg_ep *hs_ep = our_ep(ep);
2385 static bool on_list(struct s3c_hsotg_ep *ep, struct s3c_hsotg_req *test)
2400 struct s3c_hsotg_ep *hs_ep = our_ep(ep);
2426 struct s3c_hsotg_ep *hs_ep = our_ep(ep);
2742 struct s3c_hsotg_ep *hs_ep,
3071 struct s3c_hsotg_ep *ep = seq->private;
3178 struct s3c_hsotg_ep *ep = &hsotg->eps[epidx];
3200 struct s3c_hsotg_ep *ep = &hsotg->eps[epidx];
3250 sizeof(struct s3c_hsotg_ep) * S3C_HSOTG_EPS,