Searched refs:endpoint (Results 76 - 100 of 138) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/atm/
H A Dusbatm.h123 int bulk_in; /* bulk rx endpoint */
124 int isoc_in; /* isochronous rx endpoint */
125 int bulk_out; /* bulk tx endpoint */
137 int endpoint; /* usb pipe */ member in struct:usbatm_channel
140 unsigned int packet_size; /* endpoint maxpacket */
H A Dxusbatm.c39 XUSBATM_PARM(rx_endpoint, unsigned char, byte, "rx endpoint number");
40 XUSBATM_PARM(tx_endpoint, unsigned char, byte, "tx endpoint number");
61 if (alt->endpoint[j].desc.bEndpointAddress == ep)
110 usb_dbg(usbatm, "%s: no interface contains endpoint %02x in altsetting %2d\n",
113 usb_dbg(usbatm, "%s: no interface contains endpoint %02x in altsetting %2d\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/w1/masters/
H A Dds2490.c622 struct usb_endpoint_descriptor *endpoint; local
662 * This loop doesn'd show control 0 endpoint,
666 endpoint = &iface_desc->endpoint[i].desc;
668 dev->ep[i+1] = endpoint->bEndpointAddress;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/
H A Dusbaudio.h52 /* endpoint attributes */
58 /* cs endpoint attributes */
239 #define get_endpoint(alt,ep) (&(alt)->endpoint[ep].desc)
H A Dusbquirks.h207 .endpoint = 0x01,
224 .endpoint = 0x81,
508 .endpoint = 0x01,
525 .endpoint = 0x81,
721 .endpoint = 0x01,
738 .endpoint = 0x82,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/misc/
H A Dyealink.c854 struct usb_endpoint_descriptor *endpoint; local
860 endpoint = &interface->endpoint[0].desc;
861 if (!usb_endpoint_is_int_in(endpoint))
900 pipe = usb_rcvintpipe(udev, endpoint->bEndpointAddress);
909 yld, endpoint->bInterval);
H A Dati_remote2.c464 ar2->ep[0] = &alt->endpoint[0].desc;
471 ar2->ep[1] = &alt->endpoint[0].desc;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/misc/
H A Dphidgetkit.c542 struct usb_endpoint_descriptor *endpoint; local
556 endpoint = &interface->endpoint[0].desc;
557 if (!usb_endpoint_dir_in(endpoint))
562 pipe = usb_rcvintpipe(dev, endpoint->bEndpointAddress);
585 interfacekit_irq, kit, endpoint->bInterval);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_edgeport.c152 __u8 interrupt_in_endpoint; /* the interrupt endpoint handle */
153 unsigned char * interrupt_in_buffer; /* the buffer we use for the interrupt endpoint */
156 __u8 bulk_in_endpoint; /* the bulk in endpoint handle */
157 unsigned char * bulk_in_buffer; /* the buffer we use for the bulk in endpoint */
162 __u8 bulk_out_endpoint; /* the bulk out endpoint handle */
556 * interrupt endpoint.
653 * bulk in endpoint.
709 * on the bulk out endpoint.
740 * on the bulk out endpoint.
803 /* see if we've set up our endpoint inf
2900 struct usb_endpoint_descriptor *endpoint; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex90 packets to another endpoint is not hidden. If you dislike this, or if you
117 \item {\bf In 2.0} you set remote tunnel endpoint address with
121 the interfaces, namely it sets not tunnel endpoint,
124 rather than via Internet. Actual tunnel endpoint address \verb|A|
173 \verb|remote <D>| sets remote endpoint of the tunnel to IP
214 address pointing to desired endpoint. F.e.\
245 not be able to escape to another device, when route to endpoint changes.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/class/
H A Dcdc-acm.c837 if (intf->cur_altsetting->endpoint->extralen && intf->cur_altsetting->endpoint->extra) {
838 dev_dbg(&intf->dev,"Seeking extra descriptors on endpoint");
839 buflen = intf->cur_altsetting->endpoint->extralen;
840 buffer = intf->cur_altsetting->endpoint->extra;
931 epctrl = &control_interface->cur_altsetting->endpoint[0].desc;
932 epread = &data_interface->cur_altsetting->endpoint[0].desc;
933 epwrite = &data_interface->cur_altsetting->endpoint[1].desc;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c239 subs->endpoint, usb_pipein(urb->pipe) ? "in" : "out",
283 snd_printdd("snd_usX2Y_urbs_release() %i\n", subs->endpoint);
324 pipe = is_playback ? usb_sndisocpipe(dev, subs->endpoint) :
325 usb_rcvisocpipe(dev, subs->endpoint);
344 subs->endpoint == 0x8 ?
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dmultilink.c44 bool endpoint_specified; /* user gave explicit endpoint discriminator */
95 /* get a default endpoint value */
96 wo->neg_endpoint = get_default_epdisc(&wo->endpoint);
122 /* XXX should check the peer_authname and ho->endpoint
156 l += 3 * ho->endpoint.length + 8;
169 epdisc_to_str(&ho->endpoint));
466 * epdisc_to_str - make a printable string from an endpoint discriminator.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dconnect.c353 /* Connect the socket to the remote endpoint. */
546 socket_ip_address (int sock, ip_address *ip, int endpoint)
553 if (endpoint == ENDPOINT_LOCAL)
555 else if (endpoint == ENDPOINT_PEER)
542 socket_ip_address(int sock, ip_address *ip, int endpoint) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/irda/
H A Dirda-usb.c997 * interrupt endpoint, and that's what the Windows driver uses
1458 * The endpoint are the pipes used to communicate with the USB device.
1461 * Most dongle have also an interrupt endpoint, that will be probably
1464 static inline int irda_usb_parse_endpoints(struct irda_usb_cb *self, struct usb_host_endpoint *endpoint, int ennum) argument
1482 /* Get endpoint address, direction and attribute */
1483 ep = endpoint[i].desc.bEndpointAddress & USB_ENDPOINT_NUMBER_MASK;
1484 dir = endpoint[i].desc.bEndpointAddress & USB_ENDPOINT_DIR_MASK;
1485 attr = endpoint[i].desc.bmAttributes;
1486 psize = le16_to_cpu(endpoint[i].desc.wMaxPacketSize);
1488 /* Is it a bulk endpoint
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_usb.c743 /* Puts the frame on the USB endpoint. It doesn't wait for
874 struct usb_endpoint_descriptor *endpoint; local
879 /* Find bulk out endpoint */
880 endpoint = &iface_desc->endpoint[1].desc;
881 if ((endpoint->bEndpointAddress & USB_TYPE_MASK) == USB_DIR_OUT &&
882 (endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
884 bulk_out_ep = endpoint->bEndpointAddress;
887 "zd1211rw: Could not find bulk out endpoint\n");
963 /* At this point the interrupt endpoint i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-video.c39 * - Add audio on endpoint 3 for nt1004 chip. Seems impossible, needs a codec interface. Which one?
147 static int isocMode = ISOC_MODE_COMPRESS; // Set the default format for ISOC endpoint
174 MODULE_PARM_DESC(isocMode, " Set the default format for ISOC endpoint. Default: 0x60 (Compression On)");
1780 const struct usb_endpoint_descriptor *endpoint; local
1801 endpoint = &interface->endpoint[1].desc;
1802 if ((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_ISOC) {
1803 err("%s: interface %d. has non-ISO endpoint!", __FUNCTION__, ifnum);
1804 err("%s: Endpoint attributes %d", __FUNCTION__, endpoint->bmAttributes);
1807 if ((endpoint
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/usb/
H A Dcdc_ether.c94 /* Maybe CDC descriptors are after the endpoint? This bug has
100 hep = intf->cur_altsetting->endpoint;
107 "CDC descriptors on endpoint\n");
267 /* status endpoint: optional for CDC Ethernet, not RNDIS (or ACM) */
272 dev->status = &info->control->cur_altsetting->endpoint [0];
278 dev_dbg(&intf->dev, "bad notification endpoint\n");
283 dev_dbg(&intf->dev, "missing RNDIS status endpoint\n");
327 * an optional status endpoint on the control interface.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Ddib0700_devices.c302 .endpoint = ep, \
H A Ddvb-usb.h102 int endpoint; member in struct:usb_data_stream_properties
179 * endpoint which received control messages with bulk transfers. When this
H A Dgp8psk.c203 .endpoint = 0x82,
H A Dnova-t-usb2.c175 .endpoint = 0x06,
H A Dttusb2.c212 .endpoint = 0x02,
H A Dvp702x.c283 .endpoint = 0x02,
H A Dvp7045.c243 .endpoint = 0x02,

Completed in 347 milliseconds

123456