Lines Matching refs:interrupt_out_endpoint
178 struct usb_endpoint_descriptor *interrupt_out_endpoint;
575 if (dev->interrupt_out_endpoint == NULL) {
576 /* try HID_REQ_SET_REPORT=9 on control_endpoint instead of interrupt_out_endpoint */
596 dev->interrupt_out_endpoint->bEndpointAddress),
694 &dev->interrupt_out_endpoint);
710 dev->interrupt_out_endpoint_size = dev->interrupt_out_endpoint ? usb_endpoint_maxp(dev->interrupt_out_endpoint) :
721 if (dev->interrupt_out_endpoint)
722 dev->interrupt_out_interval = min_interrupt_out_interval > dev->interrupt_out_endpoint->bInterval ? min_interrupt_out_interval : dev->interrupt_out_endpoint->bInterval;