Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/storage/
Dusb.c525 USB_ENDPOINT_NUMBER_MASK); in usb_stor_allocate_irq()
722 USB_ENDPOINT_NUMBER_MASK; in storage_probe()
725 USB_ENDPOINT_NUMBER_MASK; in storage_probe()
791 USB_ENDPOINT_NUMBER_MASK; in storage_probe()
794 USB_ENDPOINT_NUMBER_MASK; in storage_probe()
/linux-2.4.37.9/drivers/usb/
Ddc2xx.c432 ep = endpoint [0].bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in camera_probe()
439 ep = endpoint [1].bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in camera_probe()
Dhpusbscsi.c148 USB_ENDPOINT_NUMBER_MASK; in hpusbscsi_usb_probe()
153 USB_ENDPOINT_NUMBER_MASK; in hpusbscsi_usb_probe()
158 bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in hpusbscsi_usb_probe()
Dscanner.c962 have_bulk_in = endpoint[ep_cnt - 1].bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in probe_scanner()
973 have_bulk_out = endpoint[ep_cnt - 1].bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in probe_scanner()
984 have_intr = endpoint[ep_cnt - 1].bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in probe_scanner()
Dmicrotek.c898 USB_ENDPOINT_NUMBER_MASK; in mts_usb_probe()
906 USB_ENDPOINT_NUMBER_MASK; in mts_usb_probe()
Dusbnet.c373 in->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in get_endpoints()
375 out->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in get_endpoints()
Dusb.c1922 b = ep[e].bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_set_maxpacket()
/linux-2.4.37.9/include/linux/
Dusb_ch9.h284 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
Dusb.h76 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
/linux-2.4.37.9/drivers/net/irda/
Dirda-usb.c1289 ep = endpoint[i].bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in irda_usb_parse_endpoints()
/linux-2.4.37.9/drivers/usb/gadget/
Dnet2280.c1632 ep->ep.name, t & USB_ENDPOINT_NUMBER_MASK, in show_queues()
2256 if ((wIndex & USB_ENDPOINT_NUMBER_MASK) == 0) in get_ep_by_addr()