Home
last modified time | relevance | path

Searched refs:input_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
968 if (!input_ep && in nexio_init()
970 input_ep = interface->endpoint[i].desc.bEndpointAddress; in nexio_init()
975 if (!input_ep || !output_ep) in nexio_init()
984 ret = usb_bulk_msg(dev, usb_rcvbulkpipe(dev, input_ep), in nexio_init()
1002 ret = usb_bulk_msg(dev, usb_rcvbulkpipe(dev, input_ep), in nexio_init()