Searched defs:is_input (Results 1 - 8 of 8) sorted by relevance

/drivers/usb/host/
H A Dehci-q.c582 int is_input; local
601 is_input = usb_pipein (urb->pipe);
641 if (is_input)
645 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input));
666 if (is_input)
765 int is_input, type; local
779 is_input = usb_pipein (urb->pipe);
781 maxp = usb_maxpacket (urb->dev, urb->pipe, !is_input);
803 is_input, 0,
834 is_input,
[all...]
H A Dehci-sched.c1051 int is_input; local
1059 is_input = usb_pipein(urb->pipe) ? USB_DIR_IN : 0;
1061 if (is_input) {
1113 dev->speed, is_input, 1, maxp));
1115 if (is_input) {
1149 stream->bEndpointAddress = is_input | epnum;
H A Doxu210hp-hcd.c1201 int is_input; local
1220 is_input = usb_pipein(urb->pipe);
1221 if (!urb->transfer_buffer && urb->transfer_buffer_length && is_input)
1261 if (!is_input)
1264 if (is_input)
1268 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input));
1283 if (is_input)
1365 int is_input, type; local
1377 is_input = usb_pipein(urb->pipe);
1379 maxp = usb_maxpacket(urb->dev, urb->pipe, !is_input);
[all...]
H A Dfotg210-hcd.c2658 int is_input; local
2677 is_input = usb_pipein(urb->pipe);
2717 if (is_input)
2721 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input));
2742 if (is_input)
2842 int is_input, type; local
2856 is_input = usb_pipein(urb->pipe);
2858 maxp = usb_maxpacket(urb->dev, urb->pipe, !is_input);
2879 is_input, 0,
2903 is_input,
4109 int is_input; local
[all...]
H A Dfusbh200-hcd.c2608 int is_input; local
2627 is_input = usb_pipein (urb->pipe);
2667 if (is_input)
2671 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input));
2692 if (is_input)
2791 int is_input, type; local
2805 is_input = usb_pipein (urb->pipe);
2807 maxp = usb_maxpacket (urb->dev, urb->pipe, !is_input);
2827 is_input, 0,
2851 is_input,
4043 int is_input; local
[all...]
/drivers/gpio/
H A Dgpio-twl4030.c155 static int twl4030_set_gpio_direction(int gpio, int is_input) argument
165 if (is_input)
H A Dgpio-omap.c103 int is_input)
110 if (is_input)
102 omap_set_gpio_direction(struct gpio_bank *bank, int gpio, int is_input) argument
/drivers/usb/core/
H A Dhcd.c1102 * @is_input: true iff the transaction sends data to the host
1112 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) argument
1118 if (is_input) {
1128 return ((is_input) ? 7268L : 6265L) + BW_HOST_DELAY + tmp;

Completed in 174 milliseconds