Searched refs:is_input (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/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 | fotg210-hcd.c | 2568 int is_input; in qh_urb_transaction() local 2587 is_input = usb_pipein(urb->pipe); in qh_urb_transaction() 2627 if (is_input) in qh_urb_transaction() 2631 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction() 2652 if (is_input) in qh_urb_transaction() 2746 int is_input, type; in qh_make() local 2760 is_input = usb_pipein(urb->pipe); in qh_make() 2762 maxp = usb_maxpacket(urb->dev, urb->pipe, !is_input); in qh_make() 2783 is_input, 0, in qh_make() 2807 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()
|
/linux-4.4.14/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 | 100 int is_input) in omap_set_gpio_direction() argument 107 if (is_input) in omap_set_gpio_direction()
|
/linux-4.4.14/include/linux/usb/ |
D | hcd.h | 621 extern long usb_calc_bus_time(int speed, int is_input,
|
/linux-4.4.14/drivers/usb/core/ |
D | hcd.c | 1166 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument 1172 if (is_input) { in usb_calc_bus_time() 1182 return ((is_input) ? 7268L : 6265L) + BW_HOST_DELAY + tmp; in usb_calc_bus_time()
|