Searched refs:is_input (Results 1 – 8 of 8) sorted by relevance
/drivers/usb/host/ |
D | ehci-q.c | 582 int is_input; in qh_urb_transaction() local 601 is_input = usb_pipein (urb->pipe); in qh_urb_transaction() 641 if (is_input) in qh_urb_transaction() 645 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction() 666 if (is_input) in qh_urb_transaction() 765 int is_input, type; in qh_make() local 779 is_input = usb_pipein (urb->pipe); in qh_make() 781 maxp = usb_maxpacket (urb->dev, urb->pipe, !is_input); in qh_make() 803 is_input, 0, in qh_make() 834 is_input, 0, maxp) / (125 * 1000); in qh_make() [all …]
|
D | oxu210hp-hcd.c | 1201 int is_input; in qh_urb_transaction() local 1220 is_input = usb_pipein(urb->pipe); in qh_urb_transaction() 1221 if (!urb->transfer_buffer && urb->transfer_buffer_length && is_input) in qh_urb_transaction() 1261 if (!is_input) in qh_urb_transaction() 1264 if (is_input) in qh_urb_transaction() 1268 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction() 1283 if (is_input) in qh_urb_transaction() 1365 int is_input, type; in qh_make() local 1377 is_input = usb_pipein(urb->pipe); in qh_make() 1379 maxp = usb_maxpacket(urb->dev, urb->pipe, !is_input); in qh_make() [all …]
|
D | fusbh200-hcd.c | 2607 int is_input; in qh_urb_transaction() local 2626 is_input = usb_pipein (urb->pipe); in qh_urb_transaction() 2666 if (is_input) in qh_urb_transaction() 2670 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction() 2691 if (is_input) in qh_urb_transaction() 2790 int is_input, type; in qh_make() local 2804 is_input = usb_pipein (urb->pipe); in qh_make() 2806 maxp = usb_maxpacket (urb->dev, urb->pipe, !is_input); in qh_make() 2826 is_input, 0, in qh_make() 2850 is_input, 0, maxp) / (125 * 1000); in qh_make() [all …]
|
D | fotg210-hcd.c | 2658 int is_input; in qh_urb_transaction() local 2677 is_input = usb_pipein(urb->pipe); in qh_urb_transaction() 2717 if (is_input) in qh_urb_transaction() 2721 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction() 2742 if (is_input) in qh_urb_transaction() 2842 int is_input, type; in qh_make() local 2856 is_input = usb_pipein(urb->pipe); in qh_make() 2858 maxp = usb_maxpacket(urb->dev, urb->pipe, !is_input); in qh_make() 2879 is_input, 0, in qh_make() 2903 is_input, 0, maxp) / (125 * 1000); in qh_make() [all …]
|
D | ehci-sched.c | 1051 int is_input; in iso_stream_init() local 1059 is_input = usb_pipein(urb->pipe) ? USB_DIR_IN : 0; in iso_stream_init() 1061 if (is_input) { in iso_stream_init() 1113 dev->speed, is_input, 1, maxp)); in iso_stream_init() 1115 if (is_input) { in iso_stream_init() 1149 stream->bEndpointAddress = is_input | epnum; in iso_stream_init()
|
/drivers/gpio/ |
D | gpio-twl4030.c | 155 static int twl4030_set_gpio_direction(int gpio, int is_input) in twl4030_set_gpio_direction() argument 165 if (is_input) in twl4030_set_gpio_direction()
|
D | gpio-omap.c | 103 int is_input) in omap_set_gpio_direction() argument 110 if (is_input) in omap_set_gpio_direction()
|
/drivers/usb/core/ |
D | hcd.c | 1115 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument 1121 if (is_input) { in usb_calc_bus_time() 1131 return ((is_input) ? 7268L : 6265L) + BW_HOST_DELAY + tmp; in usb_calc_bus_time()
|