Searched refs:USB_DIR_OUT (Results 1 – 25 of 25) sorted by relevance
/external/u-boot/include/ |
D | usb_defs.h | 62 #define USB_DIR_OUT 0 macro 73 ((USB_DIR_OUT | USB_TYPE_STANDARD | USB_RECIP_DEVICE) << 8) 82 ((USB_DIR_OUT | USB_TYPE_STANDARD | USB_RECIP_INTERFACE) << 8)
|
D | usbdevice.h | 187 #define USB_DIR_OUT 0 macro
|
/external/u-boot/drivers/usb/gadget/ |
D | f_fastboot.c | 64 .bEndpointAddress = USB_DIR_OUT, 80 .bEndpointAddress = USB_DIR_OUT,
|
D | pxa27x_udc.c | 374 int ep_isout = (ep_addr & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT; in udc_handle_ep() 558 ep_isout = (ep_addr & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT; in udc_setup_ep()
|
D | f_rockusb.c | 36 .bEndpointAddress = USB_DIR_OUT, 52 .bEndpointAddress = USB_DIR_OUT,
|
D | storage_common.c | 430 .bEndpointAddress = USB_DIR_OUT,
|
D | dwc2_udc_otg.c | 784 .bEndpointAddress = USB_DIR_OUT | 2,
|
D | f_thor.c | 388 .bEndpointAddress = USB_DIR_OUT,
|
D | fotg210.c | 360 ep0_desc.bEndpointAddress = USB_DIR_OUT; in fotg210_setup()
|
D | atmel_usba_udc.c | 815 if (crq->bRequestType != (USB_DIR_OUT | USB_RECIP_DEVICE)) in handle_ep0_setup()
|
D | ether.c | 665 .bEndpointAddress = USB_DIR_OUT,
|
D | f_mass_storage.c | 545 (USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE)) in fsg_setup()
|
/external/u-boot/include/linux/usb/ |
D | ch9.h | 50 #define USB_DIR_OUT 0 /* to device */ macro 488 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT); in usb_endpoint_dir_out()
|
/external/kernel-headers/original/uapi/linux/usb/ |
D | ch9.h | 50 #define USB_DIR_OUT 0 /* to device */ macro 499 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT); in usb_endpoint_dir_out()
|
/external/u-boot/drivers/usb/host/ |
D | ehci-hcd.c | 684 case USB_REQ_SET_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in ehci_submit_root() 685 case USB_REQ_CLEAR_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in ehci_submit_root() 808 case USB_REQ_SET_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in ehci_submit_root() 884 case USB_REQ_CLEAR_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in ehci_submit_root()
|
D | xhci.c | 1029 case USB_REQ_SET_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in xhci_submit_root() 1050 case USB_REQ_CLEAR_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in xhci_submit_root()
|
/external/u-boot/drivers/serial/ |
D | usbtty.c | 244 .bEndpointAddress = UDC_OUT_ENDPOINT | USB_DIR_OUT, 324 .bEndpointAddress = UDC_OUT_ENDPOINT | USB_DIR_OUT,
|
/external/u-boot/drivers/usb/eth/ |
D | lan7x.c | 29 USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE, in lan7x_write_reg()
|
D | mcs7830.c | 144 USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE, in mcs7830_write_reg()
|
D | asix.c | 126 USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE, in asix_write_cmd()
|
D | asix88179.c | 235 USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE, in asix_write_cmd()
|
D | smsc95xx.c | 171 USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE, in smsc95xx_write_reg()
|
/external/u-boot/drivers/usb/musb-new/ |
D | musb_uboot.c | 59 (is_in ? USB_DIR_IN : USB_DIR_OUT) | epnum; in construct_urb()
|
D | musb_host.c | 1310 musb_advance_schedule(musb, urb, hw_ep, USB_DIR_OUT); in musb_host_tx()
|
/external/u-boot/common/ |
D | usb_hub.c | 82 USB_REQ_SET_HUB_DEPTH, USB_DIR_OUT | USB_RT_HUB, in usb_set_hub_depth()
|