Searched refs:USB_ENDPOINT_NUMBER_MASK (Results 1 – 11 of 11) sorted by relevance
525 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()
432 ep = endpoint [0].bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in camera_probe()439 ep = endpoint [1].bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in camera_probe()
148 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()
962 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()
898 USB_ENDPOINT_NUMBER_MASK; in mts_usb_probe()906 USB_ENDPOINT_NUMBER_MASK; in mts_usb_probe()
373 in->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in get_endpoints()375 out->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in get_endpoints()
1922 b = ep[e].bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_set_maxpacket()
284 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
76 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
1289 ep = endpoint[i].bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in irda_usb_parse_endpoints()
1632 ep->ep.name, t & USB_ENDPOINT_NUMBER_MASK, in show_queues()2256 if ((wIndex & USB_ENDPOINT_NUMBER_MASK) == 0) in get_ep_by_addr()