• Home
  • Raw
  • Download

Lines Matching refs:_ep

654 pxa_ep_alloc_request(struct usb_ep *_ep, gfp_t gfp_flags)  in pxa_ep_alloc_request()  argument
664 req->udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_alloc_request()
676 static void pxa_ep_free_request(struct usb_ep *_ep, struct usb_request *_req) in pxa_ep_free_request() argument
1127 static int pxa_ep_queue(struct usb_ep *_ep, struct usb_request *_req, in pxa_ep_queue() argument
1141 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_queue()
1146 if (unlikely(!_ep)) in pxa_ep_queue()
1243 static int pxa_ep_dequeue(struct usb_ep *_ep, struct usb_request *_req) in pxa_ep_dequeue() argument
1251 if (!_ep) in pxa_ep_dequeue()
1253 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_dequeue()
1281 static int pxa_ep_set_halt(struct usb_ep *_ep, int value) in pxa_ep_set_halt() argument
1289 if (!_ep) in pxa_ep_set_halt()
1291 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_set_halt()
1330 static int pxa_ep_fifo_status(struct usb_ep *_ep) in pxa_ep_fifo_status() argument
1335 if (!_ep) in pxa_ep_fifo_status()
1337 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_fifo_status()
1356 static void pxa_ep_fifo_flush(struct usb_ep *_ep) in pxa_ep_fifo_flush() argument
1362 if (!_ep) in pxa_ep_fifo_flush()
1364 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_fifo_flush()
1399 static int pxa_ep_enable(struct usb_ep *_ep, in pxa_ep_enable() argument
1406 if (!_ep || !desc) in pxa_ep_enable()
1409 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_enable()
1413 _ep->name); in pxa_ep_enable()
1421 _ep->name); in pxa_ep_enable()
1447 pxa_ep_fifo_flush(_ep); in pxa_ep_enable()
1461 static int pxa_ep_disable(struct usb_ep *_ep) in pxa_ep_disable() argument
1466 if (!_ep) in pxa_ep_disable()
1469 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep); in pxa_ep_disable()
1477 pxa_ep_fifo_flush(_ep); in pxa_ep_disable()