Searched refs:is_input (Results 1 – 7 of 7) sorted by relevance
/drivers/usb/host/ |
D | ehci-q.c | 593 int is_input; in qh_urb_transaction() local 612 is_input = usb_pipein (urb->pipe); in qh_urb_transaction() 652 if (is_input) in qh_urb_transaction() 656 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction() 677 if (is_input) in qh_urb_transaction() 776 int is_input, type; in qh_make() local 790 is_input = usb_pipein (urb->pipe); in qh_make() 792 maxp = usb_maxpacket (urb->dev, urb->pipe, !is_input); in qh_make() 814 is_input, 0, in qh_make() 845 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 | 2572 int is_input; in qh_urb_transaction() local 2591 is_input = usb_pipein(urb->pipe); in qh_urb_transaction() 2631 if (is_input) in qh_urb_transaction() 2635 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction() 2656 if (is_input) in qh_urb_transaction() 2750 int is_input, type; in qh_make() local 2764 is_input = usb_pipein(urb->pipe); in qh_make() 2766 maxp = usb_maxpacket(urb->dev, urb->pipe, !is_input); in qh_make() 2787 is_input, 0, in qh_make() 2811 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 | 100 int is_input) in omap_set_gpio_direction() argument 107 if (is_input) in omap_set_gpio_direction()
|
/drivers/usb/core/ |
D | hcd.c | 1176 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument 1182 if (is_input) { in usb_calc_bus_time() 1192 return ((is_input) ? 7268L : 6265L) + BW_HOST_DELAY + tmp; in usb_calc_bus_time()
|