Lines Matching defs:endpoint_in
238 struct usb_endpoint_descriptor *endpoint_in;
773 pipe = usb_rcvintpipe(udev, ati_remote->endpoint_in->bEndpointAddress);
779 ati_remote->endpoint_in->bInterval);
813 struct usb_endpoint_descriptor *endpoint_in, *endpoint_out;
826 endpoint_in = &iface_host->endpoint[0].desc;
829 if (!usb_endpoint_is_int_in(endpoint_in)) {
830 dev_err(device, "%s: Unexpected endpoint_in\n", __func__);
833 if (le16_to_cpu(endpoint_in->wMaxPacketSize) == 0) {
834 dev_err(device, "%s: endpoint_in message size==0?\n", __func__);
851 ati_remote->endpoint_in = endpoint_in;