Searched refs:int_in_endpointAddr (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/bcm/
H A DInterfaceAdapter.h27 UCHAR int_in_endpointAddr; member in struct:_INTR_ENDP_IN
H A DInterfaceIsr.c131 psIntfAdapter->sIntrIn.int_in_endpointAddr);
H A DInterfaceInit.c558 if (!psIntfAdapter->sIntrIn.int_in_endpointAddr && bcm_usb_endpoint_is_int_in(endpoint)) {
561 psIntfAdapter->sIntrIn.int_in_endpointAddr = endpoint->bEndpointAddress;
/drivers/usb/misc/
H A Dappledisplay.c211 int int_in_endpointAddr = 0; local
220 if (!int_in_endpointAddr && usb_endpoint_is_int_in(endpoint)) {
222 int_in_endpointAddr = endpoint->bEndpointAddress;
226 if (!int_in_endpointAddr) {
272 usb_rcvintpipe(udev, int_in_endpointAddr),
H A Dyurex.c59 __u8 int_in_endpointAddr; member in struct:usb_yurex
216 dev->int_in_endpointAddr = endpoint->bEndpointAddress;
220 if (!dev->int_in_endpointAddr) {
282 usb_rcvintpipe(dev->udev, dev->int_in_endpointAddr),
/drivers/input/mouse/
H A Dappletouch.c772 int int_in_endpointAddr = 0; local
781 if (!int_in_endpointAddr && usb_endpoint_is_int_in(endpoint)) {
783 int_in_endpointAddr = endpoint->bEndpointAddress;
787 if (!int_in_endpointAddr) {
815 usb_rcvintpipe(udev, int_in_endpointAddr),
/drivers/isdn/gigaset/
H A Dusb-gigaset.c144 __u8 int_in_endpointAddr; member in struct:usb_cardstate
744 ucs->int_in_endpointAddr = endpoint->bEndpointAddress;

Completed in 290 milliseconds