Searched refs:ep (Results 176 - 200 of 309) sorted by relevance

1234567891011>>

/drivers/usb/host/
H A Dehci-q.c146 struct usb_host_endpoint *ep)
149 struct ehci_qh *qh = ep->hcpriv;
174 "clear tt buffer port %d, a%d ep%d t%08x\n",
235 ehci_dbg(ehci, "devpath %s ep%d%s 3strikes\n",
267 "%s %s urb %p ep%d%s status %d len %d/%d\n",
353 "detected DataBufferErr for urb %p ep%d%s len %d, qtd %p [qh %p]\n",
355 usb_endpoint_num(&urb->ep->desc),
356 usb_endpoint_dir_in(&urb->ep->desc) ? "in" : "out",
824 1 << (urb->ep->desc.bInterval - 1));
855 urb->ep
145 ehci_clear_tt_buffer_complete(struct usb_hcd *hcd, struct usb_host_endpoint *ep) argument
[all...]
H A Disp1362.h621 #define get_urb(ep) ({ \
622 BUG_ON(list_empty(&ep->hep->urb_list)); \
623 container_of(ep->hep->urb_list.next, struct urb, urb_list); \
998 struct isp1362_ep *ep; local
1002 list_for_each_entry(ep, &epq->active, active) {
1003 dump_ptd(&ep->ptd);
1004 dump_data(ep->data, ep->length);
H A Dxhci-dbg.c371 struct xhci_virt_ep *ep)
376 if (ep->ep_state & EP_HAS_STREAMS) {
377 for (i = 1; i < ep->stream_info->num_streams; i++) {
378 ring = ep->stream_info->stream_rings[i];
384 ring = ep->ring;
369 xhci_dbg_ep_rings(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, struct xhci_virt_ep *ep) argument
H A Dxhci.h497 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16))
694 /* Get max packet size from ep desc. Bit 10..0 specify the max packet size.
1031 /* Ring Underrun - doorbell rung for an empty isoc OUT ep ring */
1033 /* Ring Overrun - isoc IN ep ring is empty when ep is scheduled to RX */
1039 /* Bandwidth Overrun Error - isoc ep exceeded its allocated bandwidth */
1049 /* Missed Service Error - HC couldn't service an isoc ep within interval */
1064 /* Isoc Buffer Overrun - an isoc IN ep sent more data than could fit in TD */
1659 struct xhci_virt_ep *ep);
[all...]
H A Dfotg210.h318 #define DBGP_EPADDR(dev, ep) (((dev)<<8)|(ep))
555 struct usb_host_endpoint *ep; member in struct:fotg210_iso_stream
H A Dfusbh200.h310 #define DBGP_EPADDR(dev, ep) (((dev)<<8)|(ep))
545 struct usb_host_endpoint *ep; member in struct:fusbh200_iso_stream
/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c1912 struct usb_host_endpoint *ep; local
1957 ep = iface->endpoint;
1962 ep_addr = ep->desc.bEndpointAddress;
1968 attr = ep->desc.bmAttributes;
1984 ep->desc.bInterval < vcf[17]) {
1988 ep++;
2017 ep = iface->endpoint;
2023 ep_addr = ep->desc.bEndpointAddress;
2032 ep++;
2035 switch (ep
[all...]
/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.h162 struct iwch_ep *ep; member in struct:iwch_qp
336 int iwch_post_zb_read(struct iwch_ep *ep);
/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet.h174 void __iomem *ep; /* parameter ram */ member in struct:fs_enet_private::__anon3049::__anon3051
183 void __iomem *ep; /* parameter ram */ member in struct:fs_enet_private::__anon3049::__anon3052
/drivers/net/wimax/i2400m/
H A Di2400m.h917 struct usb_endpoint_descriptor *usb_get_epd(struct usb_interface *iface, int ep) argument
919 return &iface->cur_altsetting->endpoint[ep].desc;
/drivers/staging/comedi/drivers/
H A Dvmk80xx.c251 struct usb_endpoint_descriptor *ep; local
259 ep = devpriv->ep_rx;
260 pipe = usb_rcvintpipe(usb, ep->bEndpointAddress);
262 le16_to_cpu(ep->wMaxPacketSize), NULL,
270 struct usb_endpoint_descriptor *ep; local
280 ep = devpriv->ep_tx;
281 pipe = usb_sndintpipe(usb, ep->bEndpointAddress);
283 le16_to_cpu(ep->wMaxPacketSize), NULL,
/drivers/usb/atm/
H A Dxusbatm.c52 static struct usb_interface *xusbatm_find_intf(struct usb_device *usb_dev, int altsetting, u8 ep) argument
61 if (alt->endpoint[j].desc.bEndpointAddress == ep)
103 " rx: ep %02x padd %d alt %2d tx: ep %02x padd %d alt %2d\n",
/drivers/usb/gadget/udc/
H A Dgoku_udc.h208 struct usb_ep ep; member in struct:goku_ep
245 struct goku_ep ep[4]; member in struct:goku_udc
H A Dmv_udc.h230 struct usb_ep ep; member in struct:mv_ep
246 struct mv_ep *ep; member in struct:mv_req
/drivers/usb/storage/
H A Dusb.c714 struct usb_endpoint_descriptor *ep; local
726 ep = &altsetting->endpoint[i].desc;
728 if (usb_endpoint_xfer_bulk(ep)) {
729 if (usb_endpoint_dir_in(ep)) {
731 ep_in = ep;
734 ep_out = ep;
738 else if (usb_endpoint_is_int_in(ep)) {
740 ep_int = ep;
/drivers/usb/usbip/
H A Dvhci_tx.c39 pdup->base.ep = usb_pipeendpoint(urb->pipe);
178 pdu_header.base.ep = 0;
/drivers/media/rc/
H A Dmceusb.c1273 struct usb_endpoint_descriptor *ep = NULL; local
1300 ep = &idesc->endpoint[i].desc;
1303 if (usb_endpoint_is_bulk_in(ep)) {
1304 ep_in = ep;
1306 } else if (usb_endpoint_is_int_in(ep)) {
1307 ep_in = ep;
1314 if (usb_endpoint_is_bulk_out(ep)) {
1315 ep_out = ep;
1317 } else if (usb_endpoint_is_int_out(ep)) {
1318 ep_out = ep;
[all...]
/drivers/video/fbdev/omap2/dss/
H A Dvenc.c815 struct device_node *ep; local
819 ep = omapdss_of_get_first_endpoint(node);
820 if (!ep)
823 venc.invert_polarity = of_property_read_bool(ep, "ti,invert-polarity");
825 r = of_property_read_u32(ep, "ti,channels", &channels);
845 of_node_put(ep);
849 of_node_put(ep);
/drivers/usb/gadget/function/
H A Du_ether.c199 static void rx_complete(struct usb_ep *ep, struct usb_request *req);
274 static void rx_complete(struct usb_ep *ep, struct usb_request *req) argument
277 struct eth_dev *dev = ep->driver_data;
320 DBG(dev, "rx %s reset\n", ep->name);
348 static int prealloc(struct list_head *list, struct usb_ep *ep, unsigned n) argument
363 req = usb_ep_alloc_request(ep, GFP_ATOMIC);
377 usb_ep_free_request(ep, req);
480 static void tx_complete(struct usb_ep *ep, struct usb_request *req) argument
483 struct eth_dev *dev = ep->driver_data;
1211 * indicate some error code (negative errno), ep
[all...]
H A Df_mass_storage.c381 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) argument
385 if (ep == fsg->bulk_in)
387 else if (ep == fsg->bulk_out)
390 name = ep->name;
392 return usb_ep_set_halt(ep);
452 static void bulk_in_complete(struct usb_ep *ep, struct usb_request *req) argument
454 struct fsg_common *common = ep->driver_data;
461 usb_ep_fifo_flush(ep);
472 static void bulk_out_complete(struct usb_ep *ep, struct usb_request *req) argument
474 struct fsg_common *common = ep
556 start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, struct usb_request *req, int *pbusy, enum fsg_buffer_state *state) argument
2211 alloc_request(struct fsg_common *common, struct usb_ep *ep, struct usb_request **preq) argument
3104 struct usb_ep *ep; local
[all...]
/drivers/gpu/drm/armada/
H A Darmada_drv.c364 struct device_node *ep, *remote; local
366 for_each_child_of_node(port, ep) {
367 remote = of_graph_get_remote_port_parent(ep);
/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c1571 struct usb_endpoint_descriptor *ep; local
1606 ep = &interface->altsetting[0].endpoint[i].desc;
1608 if (usb_endpoint_is_bulk_in(ep)) {
1611 pr_warn("Found a second bulk in ep, ignored\n");
1620 if (le16_to_cpu(ep->wMaxPacketSize) != 64)
1622 if (ep->bEndpointAddress != (2 | USB_DIR_IN))
1624 ep->bEndpointAddress);
1626 ep->
1636 if (usb_endpoint_is_bulk_out(ep)) {
1639 pr_warn("Found a second bulk out ep, ignore
[all...]
/drivers/usb/musb/
H A Dmusb_core.c242 dev_dbg(musb->controller, "%cX ep%d fifo %p count %d buf %p\n",
285 dev_dbg(musb->controller, "%cX ep%d fifo %p count %d buf %p\n",
870 struct musb_hw_ep *ep;
879 ep = musb->endpoints;
882 epnum++, ep++) {
887 if (ep->dwWaitFrame >= frame) {
888 ep->dwWaitFrame = 0;
890 ep->tx_channel ? " DMA" : "",
892 if (!ep->tx_channel)
1300 pr_debug("%s: invalid ep
1790 struct musb_hw_ep *ep; local
[all...]
/drivers/net/irda/
H A Dmcs7780.h149 struct usb_host_endpoint *ep, int epnum);
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c236 struct echo_page *ep = cl2echo_page(slice); local
239 mutex_lock(&ep->ep_lock);
240 else if (!mutex_trylock(&ep->ep_lock))
249 struct echo_page *ep = cl2echo_page(slice); local
251 LASSERT(mutex_is_locked(&ep->ep_lock));
252 mutex_unlock(&ep->ep_lock);
280 struct echo_page *ep = cl2echo_page(slice); local
282 struct page *vmpage = ep->ep_vmpage;
299 struct echo_page *ep = cl2echo_page(slice); local
302 ep, mutex_is_locke
375 struct echo_page *ep = cl_object_page_slice(obj, page); local
[all...]

Completed in 7170 milliseconds

1234567891011>>