Lines Matching refs:endpoint
891 usb_endpoint_dir_in(&interface->endpoint[i].desc)) in nexio_init()
892 input_ep = interface->endpoint[i].desc.bEndpointAddress; in nexio_init()
894 usb_endpoint_dir_out(&interface->endpoint[i].desc)) in nexio_init()
895 output_ep = interface->endpoint[i].desc.bEndpointAddress; in nexio_init()
1549 if (usb_endpoint_dir_in(&interface->endpoint[i].desc)) in usbtouch_get_input_endpoint()
1550 return &interface->endpoint[i].desc; in usbtouch_get_input_endpoint()
1560 struct usb_endpoint_descriptor *endpoint; in usbtouch_probe() local
1569 endpoint = usbtouch_get_input_endpoint(intf->cur_altsetting); in usbtouch_probe()
1570 if (!endpoint) in usbtouch_probe()
1593 usb_endpoint_maxp(endpoint)); in usbtouch_probe()
1653 if (usb_endpoint_type(endpoint) == USB_ENDPOINT_XFER_INT) in usbtouch_probe()
1655 usb_rcvintpipe(udev, endpoint->bEndpointAddress), in usbtouch_probe()
1657 usbtouch_irq, usbtouch, endpoint->bInterval); in usbtouch_probe()
1660 usb_rcvbulkpipe(udev, endpoint->bEndpointAddress), in usbtouch_probe()