Searched refs:isp1760_ep (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/usb/isp1760/
H A Disp1760-udc.c31 struct isp1760_ep *ep;
40 static inline struct isp1760_ep *ep_to_udc_ep(struct usb_ep *ep)
42 return container_of(ep, struct isp1760_ep, ep);
110 static struct isp1760_ep *isp1760_udc_find_ep(struct isp1760_udc *udc,
127 struct isp1760_ep *ep, int dir)
150 struct isp1760_ep *ep)
156 static void isp1760_udc_ctrl_send_status(struct isp1760_ep *ep, int dir)
181 static void isp1760_udc_request_complete(struct isp1760_ep *ep,
208 static void isp1760_udc_ctrl_send_stall(struct isp1760_ep *ep)
234 static bool isp1760_udc_receive(struct isp1760_ep *e
[all...]
H A Disp1760-udc.h34 struct isp1760_ep { struct
80 struct isp1760_ep ep[15];

Completed in 234 milliseconds