Searched refs:USB_REQ_DIRECTION_MASK (Results 1 – 5 of 5) sorted by relevance
293 #define USB_REQ_DIRECTION_MASK 0x80 macro677 if ((r->bmRequestType & USB_REQ_DIRECTION_MASK) == 0) in print_usb_device_request()
323 if ((ep0_urb->device_request.bmRequestType & USB_REQ_DIRECTION_MASK) in dw_udc_setup()368 & USB_REQ_DIRECTION_MASK) == USB_REQ_HOST2DEVICE) { in dw_udc_ep0_rx()402 if ((request->bmRequestType & USB_REQ_DIRECTION_MASK) == in dw_udc_ep0_tx()
516 if ((request->bmRequestType & USB_REQ_DIRECTION_MASK)) { in ep0_recv_setup()
263 USB_REQ_DIRECTION_MASK) in udc_handle_ep0()
426 if (USB_REQ_DEVICE2HOST == (reqType & USB_REQ_DIRECTION_MASK)) { in musb_peri_ep0_idle()
Completed in 10 milliseconds