Lines Matching refs:_ep
571 pxa_ep_alloc_request(struct usb_ep *_ep, gfp_t gfp_flags) in pxa_ep_alloc_request() argument
581 req->udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_alloc_request()
593 static void pxa_ep_free_request(struct usb_ep *_ep, struct usb_request *_req) in pxa_ep_free_request() argument
1042 static int pxa_ep_queue(struct usb_ep *_ep, struct usb_request *_req, in pxa_ep_queue() argument
1056 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_queue()
1061 if (unlikely(!_ep)) in pxa_ep_queue()
1157 static int pxa_ep_dequeue(struct usb_ep *_ep, struct usb_request *_req) in pxa_ep_dequeue() argument
1165 if (!_ep) in pxa_ep_dequeue()
1167 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_dequeue()
1196 static int pxa_ep_set_halt(struct usb_ep *_ep, int value) in pxa_ep_set_halt() argument
1204 if (!_ep) in pxa_ep_set_halt()
1206 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_set_halt()
1245 static int pxa_ep_fifo_status(struct usb_ep *_ep) in pxa_ep_fifo_status() argument
1250 if (!_ep) in pxa_ep_fifo_status()
1252 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_fifo_status()
1271 static void pxa_ep_fifo_flush(struct usb_ep *_ep) in pxa_ep_fifo_flush() argument
1277 if (!_ep) in pxa_ep_fifo_flush()
1279 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_fifo_flush()
1314 static int pxa_ep_enable(struct usb_ep *_ep, in pxa_ep_enable() argument
1321 if (!_ep || !desc) in pxa_ep_enable()
1324 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_enable()
1328 _ep->name); in pxa_ep_enable()
1336 _ep->name); in pxa_ep_enable()
1362 pxa_ep_fifo_flush(_ep); in pxa_ep_enable()
1376 static int pxa_ep_disable(struct usb_ep *_ep) in pxa_ep_disable() argument
1381 if (!_ep) in pxa_ep_disable()
1384 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_disable()
1392 pxa_ep_fifo_flush(_ep); in pxa_ep_disable()