Searched refs:USB_ENDPOINT_DIR_MASK (Results 1 – 25 of 29) sorted by relevance
12
390 #define USB_ENDPOINT_DIR_MASK 0x80 macro443 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN); in usb_endpoint_dir_in()455 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT); in usb_endpoint_dir_out()
363 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN); in bcm_usb_endpoint_dir_in()368 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT); in bcm_usb_endpoint_dir_out()
406 if (((ep->bEndpointAddress & USB_ENDPOINT_DIR_MASK) in igorplugusb_remote_probe()
712 ep_dir = ep->bEndpointAddress & USB_ENDPOINT_DIR_MASK; in sasem_probe()
769 ep_dir = ep->bEndpointAddress & USB_ENDPOINT_DIR_MASK; in imon_probe()
378 if ((sz->endpoint->bEndpointAddress & USB_ENDPOINT_DIR_MASK) in streamzap_probe()
1127 ((addr & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) && in redrat3_dev_probe()1138 ((addr & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT) && in redrat3_dev_probe()
1277 && ((ep->bEndpointAddress & USB_ENDPOINT_DIR_MASK) in mceusb_dev_probe()1292 && ((ep->bEndpointAddress & USB_ENDPOINT_DIR_MASK) in mceusb_dev_probe()
2034 ep_dir = ep->bEndpointAddress & USB_ENDPOINT_DIR_MASK; in imon_find_endpoints()
667 if (((endpoint->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == in si470x_usb_driver_probe()
1432 return ((ep->dir == TX) ? USB_ENDPOINT_DIR_MASK : 0) | ep->num; in _usb_addr()1777 dir = (le16_to_cpu(setup->wIndex) & USB_ENDPOINT_DIR_MASK) ? in isr_get_status_response()1974 dir = num & USB_ENDPOINT_DIR_MASK; in isr_tr_complete_handler()2026 dir = num & USB_ENDPOINT_DIR_MASK; in isr_tr_complete_handler()
1565 direction = (setup->wIndex & USB_ENDPOINT_DIR_MASK) in ch9getstatus()1598 direction = (setup->wIndex & USB_ENDPOINT_DIR_MASK) in ch9clearfeature()1653 direction = (setup->wIndex & USB_ENDPOINT_DIR_MASK) in ch9setfeature()
213 info.dir_in = (desc->bEndpointAddress & USB_ENDPOINT_DIR_MASK) ? 1 : 0; in config_ep()
442 if (desc->bEndpointAddress & USB_ENDPOINT_DIR_MASK) in alloc_pipe_config()
243 if ((windex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) in dwc3_wIndex_to_dep()
1618 if (((ep->bEndpointAddress & USB_ENDPOINT_DIR_MASK) in ezusb_probe()1649 if (((ep->bEndpointAddress & USB_ENDPOINT_DIR_MASK) in ezusb_probe()
1170 if ((ep_addr & USB_ENDPOINT_DIR_MASK) && in oz_build_endpoints_for_interface()1188 if (ep_addr & USB_ENDPOINT_DIR_MASK) { in oz_build_endpoints_for_interface()1199 if (ep_addr & USB_ENDPOINT_DIR_MASK) { in oz_build_endpoints_for_interface()
1159 (uurb->endpoint & ~USB_ENDPOINT_DIR_MASK) == 0)) { in proc_do_submiturb()1167 if ((uurb->endpoint & USB_ENDPOINT_DIR_MASK) != 0) { in proc_do_submiturb()1381 ((ep->desc.bEndpointAddress & USB_ENDPOINT_DIR_MASK) in proc_do_submiturb()
169 i = d->bEndpointAddress & ~USB_ENDPOINT_DIR_MASK; in usb_parse_endpoint()
1258 USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT); in tm6000_usb_probe()
1488 dir = endpoint[i].desc.bEndpointAddress & USB_ENDPOINT_DIR_MASK; in irda_usb_parse_endpoints()
795 USB_ENDPOINT_DIR_MASK + info->epnum in enable_r8a66597_pipe_dma()1186 if (urb->setup_packet[0] & USB_ENDPOINT_DIR_MASK) { in prepare_status_packet()
1504 if ((endpoint->bEndpointAddress & USB_ENDPOINT_DIR_MASK) in brcmf_usb_probe()
2047 epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK); in musb_urb_enqueue()
1904 if (((endpoint->bEndpointAddress & USB_ENDPOINT_DIR_MASK) in au0828_analog_register()