Searched refs:is_input (Results 1 – 7 of 7) sorted by relevance
/drivers/usb/host/ |
D | ehci-q.c | 511 int is_input; in qh_urb_transaction() local 528 is_input = usb_pipein (urb->pipe); in qh_urb_transaction() 555 if (is_input) in qh_urb_transaction() 559 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction() 578 if (is_input) in qh_urb_transaction() 671 int is_input, type; in qh_make() local 684 is_input = usb_pipein (urb->pipe); in qh_make() 686 maxp = usb_maxpacket (urb->dev, urb->pipe, !is_input); in qh_make() 706 is_input, 0, in qh_make() 729 is_input, 0, maxp) / (125 * 1000); in qh_make() [all …]
|
D | oxu210hp-hcd.c | 1209 int is_input; in qh_urb_transaction() local 1228 is_input = usb_pipein(urb->pipe); in qh_urb_transaction() 1229 if (!urb->transfer_buffer && urb->transfer_buffer_length && is_input) in qh_urb_transaction() 1269 if (!is_input) in qh_urb_transaction() 1272 if (is_input) in qh_urb_transaction() 1276 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction() 1291 if (is_input) in qh_urb_transaction() 1373 int is_input, type; in qh_make() local 1385 is_input = usb_pipein(urb->pipe); in qh_make() 1387 maxp = usb_maxpacket(urb->dev, urb->pipe, !is_input); in qh_make() [all …]
|
D | ehci-sched.c | 886 int is_input; in iso_stream_init() local 894 is_input = usb_pipein (pipe) ? USB_DIR_IN : 0; in iso_stream_init() 895 maxp = usb_maxpacket(dev, pipe, !is_input); in iso_stream_init() 896 if (is_input) { in iso_stream_init() 938 dev->speed, is_input, 1, maxp)); in iso_stream_init() 940 if (is_input) { in iso_stream_init() 963 stream->bEndpointAddress = is_input | epnum; in iso_stream_init()
|
D | isp1760-hcd.c | 1316 int is_input, type; in qh_make() local 1325 is_input = usb_pipein(urb->pipe); in qh_make() 1352 usb_settoggle(urb->dev, usb_pipeendpoint(urb->pipe), !is_input, in qh_make() 1478 int is_input; in qh_urb_transaction() local 1496 is_input = usb_pipein(urb->pipe); in qh_urb_transaction() 1523 if (is_input) in qh_urb_transaction() 1528 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction()
|
/drivers/gpio/ |
D | twl4030-gpio.c | 150 static int twl4030_set_gpio_direction(int gpio, int is_input) in twl4030_set_gpio_direction() argument 161 if (is_input) in twl4030_set_gpio_direction()
|
/drivers/usb/core/ |
D | hcd.h | 367 extern long usb_calc_bus_time(int speed, int is_input,
|
D | hcd.c | 947 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument 953 if (is_input) { in usb_calc_bus_time() 963 return (((is_input) ? 7268L : 6265L) + BW_HOST_DELAY + tmp); in usb_calc_bus_time()
|