Searched refs:int_in_endpointAddr (Results 1 – 3 of 3) sorted by relevance
218 int int_in_endpointAddr = 0; in appledisplay_probe() local227 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()
58 __u8 int_in_endpointAddr; member221 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()
850 int int_in_endpointAddr = 0; in atp_probe() local859 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()