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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dci13xxx_udc.h79 struct ci13xxx_ep { struct
108 struct ci13xxx_ep ci13xxx_ep[ENDPT_MAX]; /* extended endpts */ member in struct:ci13xxx
H A Dci13xxx_udc.c1190 struct ci13xxx_ep *mEp = &udc->ci13xxx_ep[i];
1296 list_for_each(ptr, &udc->ci13xxx_ep[i].qh[k].queue)
1401 static inline u8 _usb_addr(struct ci13xxx_ep *ep)
1413 static int _hardware_enqueue(struct ci13xxx_ep *mEp, struct ci13xxx_req *mReq)
1479 static int _hardware_dequeue(struct ci13xxx_ep *mEp, struct ci13xxx_req *mReq)
1523 static int _ep_nuke(struct ci13xxx_ep *mEp)
1565 struct ci13xxx_ep *mEp = container_of(gadget->ep0,
1566 struct ci13xxx_ep, ep);
1612 struct ci13xxx_ep *mE
[all...]

Completed in 59 milliseconds