Home
last modified time | relevance | path

Searched refs:output_ep (Results 1 – 1 of 1) sorted by relevance

/drivers/input/touchscreen/
Dusbtouchscreen.c963 int input_ep = 0, output_ep = 0; in nexio_init() local
970 if (!output_ep && in nexio_init()
972 output_ep = interface->endpoint[i].desc.bEndpointAddress; in nexio_init()
974 if (!input_ep || !output_ep) in nexio_init()
992 ret = usb_bulk_msg(dev, usb_sndbulkpipe(dev, output_ep), in nexio_init()
1024 usb_fill_bulk_urb(priv->ack, dev, usb_sndbulkpipe(dev, output_ep), in nexio_init()