Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c964 int input_ep = 0, output_ep = 0; in nexio_init() local
971 if (!output_ep && in nexio_init()
973 output_ep = interface->endpoint[i].desc.bEndpointAddress; in nexio_init()
975 if (!input_ep || !output_ep) in nexio_init()
993 ret = usb_bulk_msg(dev, usb_sndbulkpipe(dev, output_ep), in nexio_init()
1025 usb_fill_bulk_urb(priv->ack, dev, usb_sndbulkpipe(dev, output_ep), in nexio_init()