Searched refs:interrupt_out_endpoint (Results 1 – 6 of 6) sorted by relevance
160 struct usb_endpoint_descriptor *interrupt_out_endpoint; member601 if (dev->interrupt_out_endpoint == NULL) { in usb_alphatrack_write()610 dev->interrupt_out_endpoint-> in usb_alphatrack_write()697 dev->interrupt_out_endpoint = endpoint; in usb_alphatrack_probe()703 if (dev->interrupt_out_endpoint == NULL) in usb_alphatrack_probe()750 dev->interrupt_out_endpoint ? le16_to_cpu(dev-> in usb_alphatrack_probe()751 interrupt_out_endpoint-> in usb_alphatrack_probe()789 if (dev->interrupt_out_endpoint) in usb_alphatrack_probe()792 dev->interrupt_out_endpoint-> in usb_alphatrack_probe()794 interrupt_out_endpoint->bInterval; in usb_alphatrack_probe()
142 struct usb_endpoint_descriptor *interrupt_out_endpoint; member728 if (dev->interrupt_out_endpoint == NULL) {737 dev->interrupt_out_endpoint->821 dev->interrupt_out_endpoint = endpoint;827 if (dev->interrupt_out_endpoint == NULL)865 dev->interrupt_out_endpoint ?866 le16_to_cpu(dev->interrupt_out_endpoint->wMaxPacketSize) :890 if (dev->interrupt_out_endpoint) {893 dev->interrupt_out_endpoint->bInterval ?895 dev->interrupt_out_endpoint->bInterval;
168 struct usb_endpoint_descriptor* interrupt_out_endpoint; member563 if (dev->interrupt_out_endpoint == NULL) { in ld_usb_write()582 dev->interrupt_out_endpoint->bEndpointAddress), in ld_usb_write()683 dev->interrupt_out_endpoint = endpoint; in ld_usb_probe()689 if (dev->interrupt_out_endpoint == NULL) in ld_usb_probe()708 …dev->interrupt_out_endpoint_size = dev->interrupt_out_endpoint ? le16_to_cpu(dev->interrupt_out_en… in ld_usb_probe()721 if (dev->interrupt_out_endpoint) in ld_usb_probe()722 …interrupt_out_interval > dev->interrupt_out_endpoint->bInterval ? min_interrupt_out_interval : dev… in ld_usb_probe()
118 struct usb_endpoint_descriptor* interrupt_out_endpoint; member625 buffer_size = le16_to_cpu(dev->interrupt_out_endpoint->wMaxPacketSize); in adu_write()639 usb_sndintpipe(dev->udev, dev->interrupt_out_endpoint->bEndpointAddress), in adu_write()644 dev->interrupt_out_endpoint->bInterval); in adu_write()744 dev->interrupt_out_endpoint = endpoint; in adu_probe()750 if (dev->interrupt_out_endpoint == NULL) { in adu_probe()756 out_end_size = le16_to_cpu(dev->interrupt_out_endpoint->wMaxPacketSize); in adu_probe()
235 struct usb_endpoint_descriptor* interrupt_out_endpoint; member734 usb_sndintpipe(dev->udev, dev->interrupt_out_endpoint->bEndpointAddress), in tower_write()900 dev->interrupt_out_endpoint = NULL; in tower_probe()914 dev->interrupt_out_endpoint = endpoint; in tower_probe()921 if (dev->interrupt_out_endpoint == NULL) { in tower_probe()952 …nterval = interrupt_out_interval ? interrupt_out_interval : dev->interrupt_out_endpoint->bInterval; in tower_probe()
719 struct usb_endpoint_descriptor *interrupt_out_endpoint[MAX_NUM_PORTS]; in usb_serial_probe() local801 interrupt_out_endpoint[num_interrupt_out] = endpoint; in usb_serial_probe()1016 endpoint = interrupt_out_endpoint[i]; in usb_serial_probe()