Searched refs:endpoint (Results 26 - 50 of 134) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbusx2y.h52 int endpoint; member in struct:snd_usX2Y_substream
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Dgtco.c834 struct usb_endpoint_descriptor *endpoint; local
869 * The endpoint is always altsetting 0, we know this since we know
870 * this device only has one interrupt endpoint
872 endpoint = &usbinterface->altsetting[0].endpoint[0].desc;
878 dbg("endpoint: attribute:0x%x type:0x%x", endpoint->bmAttributes, endpoint->bDescriptorType);
879 if ((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_INT)
880 dbg("endpoint
[all...]
H A Dwacom_sys.c200 struct usb_endpoint_descriptor *endpoint; local
249 endpoint = &intf->cur_altsetting->endpoint[0].desc;
252 usb_rcvintpipe(dev, endpoint->bEndpointAddress),
254 wacom_sys_irq, wacom, endpoint->bInterval);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/image/
H A Dmdc800.c142 unsigned int endpoint [4]; member in struct:mdc800_data
476 mdc800->endpoint[i]=-1;
479 if (mdc800_endpoint_equals (&intf_desc->endpoint [j].desc,&mdc800_ed [i]))
481 mdc800->endpoint[i]=intf_desc->endpoint [j].desc.bEndpointAddress ;
484 irq_interval=intf_desc->endpoint [j].desc.bInterval;
490 if (mdc800->endpoint[i] == -1)
515 usb_rcvintpipe (mdc800->dev,mdc800->endpoint [1]),
526 usb_sndbulkpipe (mdc800->dev, mdc800->endpoint[0]),
536 usb_rcvbulkpipe (mdc800->dev, mdc800->endpoint [
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dyucca.c179 u16 power, clock, green_led, yellow_led, reset_off, rootpoint, endpoint; local
186 endpoint = 0;
195 endpoint = FPGA_REG1C_PE1_ENDPOINT;
204 endpoint = FPGA_REG1C_PE2_ENDPOINT;
220 ~(endpoint | reset_off) &
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dif_usb.c126 struct usb_endpoint_descriptor *endpoint; local
150 endpoint = &iface_desc->endpoint[i].desc;
151 if ((endpoint->bEndpointAddress & USB_ENDPOINT_DIR_MASK)
152 && ((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
154 /* we found a bulk in endpoint */
156 le16_to_cpu(endpoint->wMaxPacketSize));
165 le16_to_cpu(endpoint->wMaxPacketSize);
167 (endpoint->
170 endpoint
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dpcwd_usb.c589 struct usb_endpoint_descriptor *endpoint; local
613 /* check out the endpoint: it has to be Interrupt & IN */
614 endpoint = &iface_desc->endpoint[0].desc;
616 if (!((endpoint->bEndpointAddress & USB_DIR_IN) &&
617 ((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK)
619 /* we didn't find a Interrupt endpoint with direction IN */
620 printk(KERN_ERR PFX "Couldn't find an INTR & IN endpoint\n");
625 pipe = usb_rcvintpipe(udev, endpoint->bEndpointAddress);
642 usb_pcwd->intr_size = (le16_to_cpu(endpoint
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dkeyspan_remote.c416 struct usb_endpoint_descriptor *endpoint; local
420 endpoint = &iface->endpoint[i].desc;
422 if (usb_endpoint_is_int_in(endpoint)) {
423 /* we found our interrupt in endpoint */
424 return endpoint;
437 struct usb_endpoint_descriptor *endpoint; local
442 endpoint = keyspan_get_in_endpoint(interface->cur_altsetting);
443 if (!endpoint)
456 remote->in_endpoint = endpoint;
[all...]
H A Dpowermate.c305 struct usb_endpoint_descriptor *endpoint; local
312 endpoint = &interface->endpoint[0].desc;
313 if (!usb_endpoint_is_int_in(endpoint))
372 pipe = usb_rcvintpipe(udev, endpoint->bEndpointAddress);
383 pm, endpoint->bInterval);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbmidi.c856 * Frees an input endpoint.
872 * Creates an input endpoint.
928 * Frees an output endpoint.
943 * Creates an output endpoint, and initializes output ports.
1303 hostep = &hostif->endpoint[i];
1347 * the interrupt input endpoint.
1376 struct snd_usb_midi_endpoint_info* endpoint,
1388 if (endpoint[0].out_ep || endpoint[0].in_ep)
1404 endpoint[out_ep
1375 snd_usbmidi_detect_endpoints(struct snd_usb_midi* umidi, struct snd_usb_midi_endpoint_info* endpoint, int max_endpoints) argument
1441 snd_usbmidi_detect_yamaha(struct snd_usb_midi* umidi, struct snd_usb_midi_endpoint_info* endpoint) argument
1480 snd_usbmidi_create_endpoints_midiman(struct snd_usb_midi* umidi, struct snd_usb_midi_endpoint_info* endpoint) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dphidgetmotorcontrol.c317 struct usb_endpoint_descriptor *endpoint; local
326 endpoint = &interface->endpoint[0].desc;
327 if (!usb_endpoint_dir_in(endpoint))
333 pipe = usb_rcvintpipe(dev, endpoint->bEndpointAddress);
355 motorcontrol_irq, mc, endpoint->bInterval);
H A Dldusb.c25 * V0.11 (mh) Added raw support for HID 1.0 devices (no interrupt out endpoint)
137 * or set to 1 to use the standard interval from the endpoint descriptors.
651 struct usb_endpoint_descriptor *endpoint; local
685 /* set up the endpoint information */
687 endpoint = &iface_desc->endpoint[i].desc;
689 if (usb_endpoint_is_int_in(endpoint))
690 dev->interrupt_in_endpoint = endpoint;
692 if (usb_endpoint_is_int_out(endpoint))
693 dev->interrupt_out_endpoint = endpoint;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dkonicawc.c448 pktsz = le16_to_cpu(interface->endpoint[1].desc.wMaxPacketSize);
792 /* Validate found interface: must have one ISO endpoint */
801 const struct usb_endpoint_descriptor *endpoint; local
811 endpoint = &interface->endpoint[1].desc;
812 DEBUG(1, "found endpoint: addr: 0x%2.2x maxps = 0x%4.4x",
813 endpoint->bEndpointAddress, le16_to_cpu(endpoint->wMaxPacketSize));
815 video_ep = endpoint->bEndpointAddress;
816 else if (video_ep != endpoint
[all...]
H A Dultracam.c527 /* Validate found interface: must have one ISO endpoint */
538 const struct usb_endpoint_descriptor *endpoint; local
548 endpoint = &interface->endpoint[0].desc;
550 video_ep = endpoint->bEndpointAddress;
551 else if (video_ep != endpoint->bEndpointAddress) {
552 err("Alternate settings have different endpoint addresses!");
555 if ((endpoint->bmAttributes & 0x03) != 0x01) {
556 err("Interface %d. has non-ISO endpoint!",
560 if ((endpoint
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Ddibusb-mb.c169 .endpoint = 0x02,
254 .endpoint = 0x02,
318 .endpoint = 0x06,
375 .endpoint = 0x06,
H A Ddibusb-mc.c67 .endpoint = 0x06,
H A Dusb-urb.c59 err("unkown endpoint type in completition handler.");
150 usb_rcvbulkpipe(stream->udev,stream->props.endpoint),
182 urb->pipe = usb_rcvisocpipe(stream->udev,stream->props.endpoint);
208 usb_clear_halt(stream->udev,usb_rcvbulkpipe(stream->udev,stream->props.endpoint));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dkeyspan.c44 close, and send setup() logic to fix various data and endpoint
55 close, and send setup() logic to fix various data and endpoint
153 /* Input ack endpoint */
157 /* Output control endpoint */
373 /* Check we have a valid urb/endpoint before we use it... */
380 dbg("%s - endpoint %d flip %d", __FUNCTION__, usb_pipeendpoint(this_urb->pipe), flip);
416 int endpoint; local
423 endpoint = usb_pipeendpoint(urb->pipe);
426 dbg("%s - nonzero status: %x on endpoint %d.",
427 __FUNCTION__, urb->status, endpoint);
796 int endpoint; local
853 int endpoint; local
1268 find_ep(struct usb_serial const *serial, int endpoint) argument
1286 keyspan_setup_urb(struct usb_serial *serial, int endpoint, int dir, void *ctx, char *buf, int len, void (*callback)(struct urb *)) argument
[all...]
H A Doption.c384 dbg("%s: endpoint %d buf %d", __FUNCTION__,
412 int endpoint; local
419 endpoint = usb_pipeendpoint(urb->pipe);
423 dbg("%s: nonzero status: %d on endpoint %02x.",
424 __FUNCTION__, urb->status, endpoint);
574 * make sure endpoint data toggle is synchronized with the
629 static struct urb *option_setup_urb(struct usb_serial *serial, int endpoint, argument
635 if (endpoint == -1)
636 return NULL; /* endpoint not needed */
640 dbg("%s: alloc for endpoint
[all...]
H A Dsierra.c233 dbg("%s: endpoint %d buf %d", __FUNCTION__,
261 int endpoint; local
268 endpoint = usb_pipeendpoint(urb->pipe);
272 dbg("%s: nonzero status: %d on endpoint %02x.",
273 __FUNCTION__, urb->status, endpoint);
425 * make sure endpoint data toggle is synchronized with the
486 static struct urb *sierra_setup_urb(struct usb_serial *serial, int endpoint, argument
492 if (endpoint == -1)
493 return NULL; /* endpoint not needed */
497 dbg("%s: alloc for endpoint
[all...]
H A Daircable.c308 struct usb_endpoint_descriptor *endpoint; local
313 endpoint = &iface_desc->endpoint[i].desc;
314 if (usb_endpoint_is_bulk_out(endpoint)) {
315 dbg("found bulk out on endpoint %d", i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dusb-gigaset.c643 struct usb_endpoint_descriptor *endpoint; local
697 endpoint = &hostif->endpoint[0].desc;
699 buffer_size = le16_to_cpu(endpoint->wMaxPacketSize);
701 ucs->bulk_out_endpointAddr = endpoint->bEndpointAddress;
716 endpoint = &hostif->endpoint[1].desc;
726 buffer_size = le16_to_cpu(endpoint->wMaxPacketSize);
728 ucs->int_in_endpointAddr = endpoint->bEndpointAddress;
738 endpoint
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dst5481_usb.c25 * Send the next endpoint 0 request stored in the FIFO.
57 * Asynchronous endpoint 0 request (async version of usb_control_msg).
58 * The request will be queued up in a FIFO if the endpoint is busy.
86 * Asynchronous endpoint 0 device request.
124 * The request on endpoint 0 has completed.
177 * The interrupt endpoint will be called when any
252 struct usb_host_endpoint *endpoint; local
277 altsetting->endpoint[3].desc.wMaxPacketSize = __constant_cpu_to_le16(32);
278 altsetting->endpoint[4].desc.wMaxPacketSize = __constant_cpu_to_le16(32);
286 // Allocate URB for control endpoint
[all...]
H A Dst5481_d.c601 struct usb_host_endpoint *endpoint; local
613 endpoint = &altsetting->endpoint[EP_D_OUT-1];
615 DBG(2,"endpoint address=%02x,packet size=%d",
616 endpoint->desc.bEndpointAddress, le16_to_cpu(endpoint->desc.wMaxPacketSize));
619 usb_sndisocpipe(dev, endpoint->desc.bEndpointAddress),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Ddevio.c483 endpt = &alts->endpoint[e].desc;
921 if (!(uurb->type == USBDEVFS_URB_TYPE_CONTROL && (uurb->endpoint & ~USB_ENDPOINT_DIR_MASK) == 0)) {
922 if ((ifnum = findintfep(ps->dev, uurb->endpoint)) < 0)
927 if ((uurb->endpoint & USB_ENDPOINT_DIR_MASK) != 0)
928 ep = ps->dev->ep_in [uurb->endpoint & USB_ENDPOINT_NUMBER_MASK];
930 ep = ps->dev->ep_out [uurb->endpoint & USB_ENDPOINT_NUMBER_MASK];
955 uurb->endpoint = (uurb->endpoint & ~USB_ENDPOINT_DIR_MASK) | (dr->bRequestType & USB_ENDPOINT_DIR_MASK);
959 if (!access_ok((uurb->endpoint & USB_DIR_IN) ? VERIFY_WRITE : VERIFY_READ, uurb->buffer, uurb->buffer_length)) {
980 if (!access_ok((uurb->endpoint
[all...]

Completed in 292 milliseconds

123456