Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/misc/
Dappledisplay.c218 int int_in_endpointAddr = 0; in appledisplay_probe() local
227 if (!int_in_endpointAddr && usb_endpoint_is_int_in(endpoint)) { in appledisplay_probe()
229 int_in_endpointAddr = endpoint->bEndpointAddress; in appledisplay_probe()
233 if (!int_in_endpointAddr) { in appledisplay_probe()
280 usb_rcvintpipe(udev, int_in_endpointAddr), in appledisplay_probe()
Dyurex.c58 __u8 int_in_endpointAddr; member
221 dev->int_in_endpointAddr = endpoint->bEndpointAddress; in yurex_probe()
225 if (!dev->int_in_endpointAddr) { in yurex_probe()
287 usb_rcvintpipe(dev->udev, dev->int_in_endpointAddr), in yurex_probe()
/linux-4.4.14/drivers/input/mouse/
Dappletouch.c850 int int_in_endpointAddr = 0; in atp_probe() local
859 if (!int_in_endpointAddr && usb_endpoint_is_int_in(endpoint)) { in atp_probe()
861 int_in_endpointAddr = endpoint->bEndpointAddress; in atp_probe()
865 if (!int_in_endpointAddr) { in atp_probe()
894 usb_rcvintpipe(udev, int_in_endpointAddr), in atp_probe()