Searched refs:is_out (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Durb.c224 int is_out; local
244 is_out = usb_pipeout(pipe);
250 max = usb_maxpacket(dev, pipe, is_out);
254 usb_pipeendpoint(pipe), is_out ? "out" : "in",
301 if (is_out)
311 if (!is_out)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-q.c404 int is_out; local
426 is_out = !(ep->desc.bEndpointAddress & USB_DIR_IN);
437 info |= is_out ? ED_OUT : ED_IN;
446 udev->speed, !is_out,
587 int is_out = usb_pipeout (urb->pipe); local
594 if (!usb_gettoggle (urb->dev, usb_pipeendpoint (urb->pipe), is_out)) {
596 is_out, 1);
623 info = is_out
658 info |= is_out ? TD_DP_OUT : TD_DP_IN;
662 info = (is_out || data_le
[all...]
H A Dehci-q.c101 unsigned is_out, epnum; local
103 is_out = !(qtd->hw_token & cpu_to_le32(1 << 8));
105 if (unlikely (!usb_gettoggle (qh->dev, epnum, is_out))) {
107 usb_settoggle (qh->dev, epnum, is_out, 1);
H A Disp116x-hcd.c694 int is_out = !usb_pipein(pipe); local
729 ep->maxpacket = usb_maxpacket(udev, urb->pipe, is_out);
730 usb_settoggle(udev, epnum, is_out, 0);
734 } else if (is_out) {
758 !is_out,
761 is_out)) /
H A Dsl811-hcd.c817 int is_out = !usb_pipein(pipe); local
855 ep->maxpacket = usb_maxpacket(udev, urb->pipe, is_out);
857 usb_settoggle(udev, epnum, is_out, 0);
861 else if (is_out)
888 ep->load = usb_calc_bus_time(udev->speed, !is_out,
890 usb_maxpacket(udev, pipe, is_out))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb.h1449 usb_maxpacket(struct usb_device *udev, int pipe, int is_out) argument
1454 if (is_out) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dultracam.c138 int is_out)
147 if (!is_out) {
133 ultracam_veio( struct uvd *uvd, unsigned char req, unsigned short value, unsigned short index, int is_out) argument

Completed in 79 milliseconds