| /linux/tools/usb/ |
| H A D | p9_fwd.py | 88 ep_in = usb.util.find_descriptor( 92 assert ep_in is not None 96 self.ep_in = ep_in 111 data = self.ep_in.read(self.ep_in.wMaxPacketSize) 124 data += self.ep_in.read(size - len(data))
|
| /linux/drivers/net/mctp/ |
| H A D | mctp-usb.c | 29 u8 ep_in; member 135 usb_rcvbulkpipe(mctp_usb->usbdev, mctp_usb->ep_in), in mctp_usb_rx_queue() 309 struct usb_endpoint_descriptor *ep_in, *ep_out; in mctp_usb_probe() local 318 rc = usb_find_common_endpoints(iface_desc, &ep_in, &ep_out, NULL, NULL); in mctp_usb_probe() 336 dev->ep_in = ep_in->bEndpointAddress; in mctp_usb_probe()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_tcm.c | 86 ret = usb_ep_queue(fu->ep_in, fu->bot_status.req, GFP_ATOMIC); in bot_enqueue_sense_code() 125 ep = fu->ep_in; in bot_send_bad_status() 132 if (cmd->data_len > fu->ep_in->maxpacket) { in bot_send_bad_status() 170 ret = usb_ep_queue(fu->ep_in, fu->bot_status.req, GFP_KERNEL); in bot_send_status() 242 ret = usb_ep_queue(fu->ep_in, fu->bot_req_in, GFP_ATOMIC); in bot_send_read_response() 298 usb_ep_set_wedge(fu->ep_in); in bot_cmd_complete() 304 usb_ep_clear_halt(fu->ep_in); in bot_cmd_complete() 312 fu->bot_req_in = usb_ep_alloc_request(fu->ep_in, GFP_KERNEL); in bot_prepare_reqs() 324 fu->bot_status.req = usb_ep_alloc_request(fu->ep_in, GFP_KERNEL); in bot_prepare_reqs() 350 usb_ep_free_request(fu->ep_in, fu->bot_status.req); in bot_prepare_reqs() [all …]
|
| H A D | f_midi2.c | 85 struct f_midi2_usb_ep ep_in; /* USB MIDI EP-in */ member 446 struct f_midi2_usb_ep *usb_ep = &ep->ep_in; in reply_ep_in() 501 struct f_midi2_usb_ep *usb_ep = &ep->ep_in; in reply_ump_stream_string() 720 struct f_midi2_usb_ep *usb_ep = &ep->ep_in; in process_ump_transmit() 1241 static void f_midi2_stop_eps(struct f_midi2_usb_ep *ep_in, in f_midi2_stop_eps() argument 1244 f_midi2_drop_reqs(ep_in); in f_midi2_stop_eps() 1246 f_midi2_free_ep_reqs(ep_in); in f_midi2_stop_eps() 1251 static int f_midi2_start_eps(struct f_midi2_usb_ep *ep_in, in f_midi2_start_eps() argument 1257 err = f_midi2_start_ep(ep_in, fn); in f_midi2_start_eps() 1264 err = f_midi2_alloc_ep_reqs(ep_in); in f_midi2_start_eps() [all …]
|
| /linux/drivers/media/rc/ |
| H A D | ir_toy.c | 396 struct usb_endpoint_descriptor *ep_in = NULL; in irtoy_probe() local 407 if (!ep_in && usb_endpoint_is_bulk_in(ep) && in irtoy_probe() 409 ep_in = ep; in irtoy_probe() 416 if (!ep_in || !ep_out) { in irtoy_probe() 441 pipe = usb_rcvbulkpipe(usbdev, ep_in->bEndpointAddress); in irtoy_probe()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-diolan-u2c.c | 80 int ep_in, ep_out; /* Endpoints */ member 115 dev->ep_in), in diolan_usb_transfer() 207 usb_rcvbulkpipe(dev->usb_dev, dev->ep_in), in diolan_flush_input() 454 dev->ep_in = hostif->endpoint[1].desc.bEndpointAddress; in diolan_u2c_probe()
|
| /linux/drivers/net/wireless/marvell/libertas_tf/ |
| H A D | if_usb.h | 48 uint8_t ep_in; member
|
| H A D | if_usb.c | 179 cardp->ep_in = usb_endpoint_num(endpoint); in if_usb_probe() 182 cardp->ep_in); in if_usb_probe() 431 usb_rcvbulkpipe(cardp->udev, cardp->ep_in), in __if_usb_submit_rx_urb()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | if_usb.h | 53 uint8_t ep_in; member
|
| H A D | if_usb.c | 228 cardp->ep_in = usb_endpoint_num(endpoint); in if_usb_probe() 230 lbs_deb_usbd(&udev->dev, "in_endpoint = %d\n", cardp->ep_in); in if_usb_probe() 462 usb_rcvbulkpipe(cardp->udev, cardp->ep_in), in __if_usb_submit_rx_urb()
|
| /linux/drivers/usb/misc/ |
| H A D | usb-ljca.c | 759 struct usb_endpoint_descriptor *ep_in, *ep_out; in ljca_probe() local 787 ret = usb_find_common_endpoints(alt, &ep_in, &ep_out, NULL, NULL); in ljca_probe() 792 adap->rx_pipe = usb_rcvbulkpipe(usb_dev, usb_endpoint_num(ep_in)); in ljca_probe() 796 adap->rx_len = usb_endpoint_maxp(ep_in); in ljca_probe()
|
| H A D | usbtest.c | 78 u8 ep_in; /* bulk/intr source */ member 2813 if (info->ep_in) { in usbtest_probe() 2814 dev->in_pipe = usb_rcvintpipe(udev, info->ep_in); in usbtest_probe() 2835 if (info->ep_in) in usbtest_probe() 2837 info->ep_in); in usbtest_probe() 2903 .ep_in = 2, 2911 .ep_in = 6, 2920 .ep_in = 2, 2961 .ep_in = 2,
|
| /linux/drivers/usb/early/ |
| H A D | xhci-dbc.c | 228 struct xdbc_ep_context *ep_in, *ep_out; in xdbc_mem_init() local 329 ep_in = (struct xdbc_ep_context *)&ctx->in; in xdbc_mem_init() 331 ep_in->ep_info1 = 0; in xdbc_mem_init() 332 ep_in->ep_info2 = cpu_to_le32(EP_TYPE(BULK_IN_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); in xdbc_mem_init() 333 ep_in->deq = cpu_to_le64(xdbc.in_seg.dma | xdbc.in_ring.cycle_state); in xdbc_mem_init()
|
| /linux/drivers/mfd/ |
| H A D | dln2.c | 96 u8 ep_in; member 623 usb_rcvbulkpipe(dln2->usb_dev, dln2->ep_in), in dln2_setup_rx_urbs() 786 dln2->ep_in = epin->bEndpointAddress; in dln2_probe()
|
| /linux/drivers/usb/musb/ |
| H A D | musb_core.h | 237 struct musb_ep ep_in; /* TX */ member 243 return next_request(&hw_ep->ep_in); in next_in_request()
|
| H A D | musb_gadget.c | 413 struct musb_ep *musb_ep = &musb->endpoints[epnum].ep_in; in musb_g_tx() 532 musb_ep = &hw_ep->ep_in; in rxstate() 803 musb_ep = &hw_ep->ep_in; in musb_g_rx() 1752 init_peripheral_ep(musb, &hw_ep->ep_in, epnum, 0); in musb_g_init_endpoints() 1755 init_peripheral_ep(musb, &hw_ep->ep_in, in musb_g_init_endpoints()
|
| /linux/drivers/media/usb/go7007/ |
| H A D | go7007-usb.c | 1135 ep = usb->usbdev->ep_in[4]; in go7007_usb_probe() 1271 if (!usb->usbdev->ep_in[6]) in go7007_usb_probe() 1276 if (!usb->usbdev->ep_in[1]) in go7007_usb_probe() 1297 if (!usb->usbdev->ep_in[8]) in go7007_usb_probe()
|
| /linux/drivers/usb/usbip/ |
| H A D | usbip_common.c | 113 if (udev->ep_in[i]) in usbip_dump_usb_device() 115 le16_to_cpu(udev->ep_in[i]->desc.wMaxPacketSize)); in usbip_dump_usb_device()
|
| /linux/drivers/net/wireless/atmel/ |
| H A D | at76c50x-usb.c | 2229 struct usb_endpoint_descriptor *endpoint, *ep_in, *ep_out; in at76_alloc_urbs() local 2239 ep_in = NULL; in at76_alloc_urbs() 2249 if (!ep_in && usb_endpoint_is_bulk_in(endpoint)) in at76_alloc_urbs() 2250 ep_in = endpoint; in at76_alloc_urbs() 2256 if (!ep_in || !ep_out) { in at76_alloc_urbs() 2261 priv->rx_pipe = usb_rcvbulkpipe(priv->udev, ep_in->bEndpointAddress); in at76_alloc_urbs()
|
| /linux/drivers/usb/core/ |
| H A D | message.c | 1296 ep = dev->ep_in[epnum]; in usb_disable_endpoint() 1298 dev->ep_in[epnum] = NULL; in usb_disable_endpoint() 1325 ep = dev->ep_in[epnum]; in usb_reset_endpoint() 1465 dev->ep_in[epnum] = ep; in usb_enable_endpoint()
|
| H A D | hcd.c | 1874 ep = udev->ep_in[i]; in usb_hcd_alloc_bandwidth() 1898 ep = udev->ep_in[i]; in usb_hcd_alloc_bandwidth()
|
| H A D | driver.c | 1504 usb_hcd_flush_endpoint(udev, udev->ep_in[i]); in usb_suspend_both()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | pch_udc.c | 659 u32 buf_size, u32 ep_in) in pch_udc_ep_set_bufsz() argument 662 if (ep_in) { in pch_udc_ep_set_bufsz()
|
| /linux/drivers/usb/atm/ |
| H A D | cxacru.c | 1125 struct usb_host_endpoint *cmd_ep = usb_dev->ep_in[CXACRU_EP_CMD]; in cxacru_bind()
|
| /linux/drivers/usb/host/ |
| H A D | ehci-sched.c | 1135 ep = urb->dev->ep_in[epnum]; in iso_stream_find()
|