/kernel/linux/linux-5.10/drivers/usb/host/ |
D | ehci-q.c | 584 int is_input; in qh_urb_transaction() local 603 is_input = usb_pipein (urb->pipe); in qh_urb_transaction() 643 if (is_input) in qh_urb_transaction() 647 maxpacket = usb_maxpacket(urb->dev, urb->pipe, !is_input); in qh_urb_transaction() 668 if (is_input) in qh_urb_transaction() 768 int is_input, type; in qh_make() local 783 is_input = usb_pipein (urb->pipe); in qh_make() 809 is_input, 0, mult * maxp)); in qh_make() 839 is_input, 0, maxp) / (125 * 1000); in qh_make() 842 if (is_input) { // SPLIT, gap, CSPLIT+DATA in qh_make() [all …]
|
D | oxu210hp-hcd.c | 1620 int is_input; in qh_urb_transaction() local 1639 is_input = usb_pipein(urb->pipe); in qh_urb_transaction() 1640 if (!urb->transfer_buffer && urb->transfer_buffer_length && is_input) in qh_urb_transaction() 1680 if (!is_input) in qh_urb_transaction() 1683 if (is_input) in qh_urb_transaction() 1687 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction() 1702 if (is_input) in qh_urb_transaction() 1784 int is_input, type; in qh_make() local 1796 is_input = usb_pipein(urb->pipe); in qh_make() 1798 maxp = usb_maxpacket(urb->dev, urb->pipe, !is_input); in qh_make() [all …]
|
D | fotg210-hcd.c | 2534 int is_input; in qh_urb_transaction() local 2553 is_input = usb_pipein(urb->pipe); in qh_urb_transaction() 2593 if (is_input) in qh_urb_transaction() 2597 maxpacket = usb_maxpacket(urb->dev, urb->pipe, !is_input); in qh_urb_transaction() 2618 if (is_input) in qh_urb_transaction() 2713 int is_input, type; in qh_make() local 2728 is_input = usb_pipein(urb->pipe); in qh_make() 2752 is_input, 0, mult * maxp)); in qh_make() 2775 is_input, 0, maxp) / (125 * 1000); in qh_make() 2778 if (is_input) { /* SPLIT, gap, CSPLIT+DATA */ in qh_make() [all …]
|
D | ehci-sched.c | 1021 int is_input; in iso_stream_init() local 1029 is_input = usb_pipein(urb->pipe) ? USB_DIR_IN : 0; in iso_stream_init() 1031 buf1 = is_input ? 1 << 11 : 0; in iso_stream_init() 1078 dev->speed, is_input, 1, maxp)); in iso_stream_init() 1080 if (is_input) { in iso_stream_init() 1114 stream->bEndpointAddress = is_input | epnum; in iso_stream_init()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
D | gpio-twl4030.c | 137 static int twl4030_set_gpio_direction(int gpio, int is_input) in twl4030_set_gpio_direction() argument 147 if (is_input) in twl4030_set_gpio_direction()
|
D | gpio-omap.c | 109 int is_input) in omap_set_gpio_direction() argument 112 BIT(gpio), is_input); in omap_set_gpio_direction()
|
/kernel/linux/linux-5.10/sound/core/ |
D | rawmidi.c | 199 bool is_input) in __reset_runtime_ptrs() argument 203 runtime->avail = is_input ? 0 : runtime->buffer_size; in __reset_runtime_ptrs() 207 bool is_input) in reset_runtime_ptrs() argument 212 __reset_runtime_ptrs(runtime, is_input); in reset_runtime_ptrs() 680 bool is_input) in resize_runtime_buffer() argument 701 __reset_runtime_ptrs(runtime, is_input); in resize_runtime_buffer()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | qdio.h | 391 bool is_input, unsigned int *bufnr,
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | hcd.h | 651 extern long usb_calc_bus_time(int speed, int is_input,
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
D | hcd.c | 1093 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument 1099 if (is_input) { in usb_calc_bus_time() 1109 return ((is_input) ? 7268L : 6265L) + BW_HOST_DELAY + tmp; in usb_calc_bus_time()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
D | qdio_main.c | 1591 int qdio_inspect_queue(struct ccw_device *cdev, unsigned int nr, bool is_input, in qdio_inspect_queue() argument 1599 q = is_input ? irq_ptr->input_qs[nr] : irq_ptr->output_qs[nr]; in qdio_inspect_queue()
|
/kernel/linux/linux-5.10/sound/usb/ |
D | mixer.c | 1779 bool is_input, char *name, int name_size) in get_connector_control_name() argument 1791 if (is_input) in get_connector_control_name() 1800 struct usb_audio_term *term, bool is_input) in build_connector_control() argument 1843 get_connector_control_name(mixer, term, is_input, kctl->id.name, in build_connector_control()
|