Home
last modified time | relevance | path

Searched refs:USB_DIR_OUT (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/u-boot/include/
H A Dusb_defs.h62 #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)
H A Dusbdevice.h187 #define USB_DIR_OUT 0 macro
/openbmc/qemu/include/hw/
H A Dusb.h92 #define USB_DIR_OUT 0 macro
108 #define DeviceOutRequest ((USB_DIR_OUT|USB_TYPE_STANDARD|USB_RECIP_DEVICE)<<8)
111 ((USB_DIR_OUT|USB_TYPE_VENDOR|USB_RECIP_DEVICE)<<8)
116 ((USB_DIR_OUT|USB_TYPE_STANDARD|USB_RECIP_INTERFACE)<<8)
120 ((USB_DIR_OUT|USB_TYPE_CLASS|USB_RECIP_INTERFACE)<<8)
124 ((USB_DIR_OUT|USB_TYPE_VENDOR|USB_RECIP_INTERFACE)<<8)
128 ((USB_DIR_OUT|USB_TYPE_STANDARD|USB_RECIP_ENDPOINT)<<8)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0014-add-u3-ss-descriptor-support-for-adb.patch129 + .bEndpointAddress = 1 | USB_DIR_OUT,
156 + .bEndpointAddress = 1 | USB_DIR_OUT,
183 + .bEndpointAddress = 1 | USB_DIR_OUT,
206 - .bEndpointAddress = 1 | USB_DIR_OUT,
238 - .bEndpointAddress = 1 | USB_DIR_OUT,
/openbmc/qemu/hw/usb/
H A Ddev-audio.c226 .bEndpointAddress = USB_DIR_OUT | 0x01,
389 .bEndpointAddress = USB_DIR_OUT | 0x01,
442 .bEndpointAddress = USB_DIR_OUT | 0x01,
495 .bEndpointAddress = USB_DIR_OUT | 0x01,
H A Ddev-storage.c70 .bEndpointAddress = USB_DIR_OUT | 0x02,
105 .bEndpointAddress = USB_DIR_OUT | 0x02,
141 .bEndpointAddress = USB_DIR_OUT | 0x02,
H A Ddev-uas.c189 .bEndpointAddress = USB_DIR_OUT | UAS_PIPE_ID_COMMAND,
219 .bEndpointAddress = USB_DIR_OUT | UAS_PIPE_ID_DATA_OUT,
240 .bEndpointAddress = USB_DIR_OUT | UAS_PIPE_ID_COMMAND,
275 .bEndpointAddress = USB_DIR_OUT | UAS_PIPE_ID_DATA_OUT,
H A Du2f.c84 .bEndpointAddress = USB_DIR_OUT | 0x01,
H A Ddev-network.c181 .bEndpointAddress = USB_DIR_OUT | 0x02,
259 .bEndpointAddress = USB_DIR_OUT | 0x02,
H A Ddev-serial.c140 .bEndpointAddress = USB_DIR_OUT | 0x02,
/openbmc/u-boot/drivers/usb/gadget/
H A Df_fastboot.c64 .bEndpointAddress = USB_DIR_OUT,
80 .bEndpointAddress = USB_DIR_OUT,
H A Daspeed_usbtty.c215 USB_DIR_OUT; in aspeed_udc_ep_handle()
594 ep_isout = (ep_addr & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT; in udc_setup_ep()
H A Dpxa27x_udc.c374 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()
H A Dstorage_common.c430 .bEndpointAddress = USB_DIR_OUT,
H A Df_rockusb.c36 .bEndpointAddress = USB_DIR_OUT,
52 .bEndpointAddress = USB_DIR_OUT,
H A Ddwc2_udc_otg.c783 .bEndpointAddress = USB_DIR_OUT | 2,
/openbmc/u-boot/include/linux/usb/
H A Dch9.h50 #define USB_DIR_OUT 0 /* to device */ macro
488 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT); in usb_endpoint_dir_out()
/openbmc/u-boot/drivers/serial/
H A Dusbtty.c244 .bEndpointAddress = UDC_OUT_ENDPOINT | USB_DIR_OUT,
324 .bEndpointAddress = UDC_OUT_ENDPOINT | USB_DIR_OUT,
/openbmc/u-boot/drivers/usb/host/
H A Dehci-hcd.c690 case USB_REQ_SET_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in ehci_submit_root()
691 case USB_REQ_CLEAR_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in ehci_submit_root()
814 case USB_REQ_SET_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in ehci_submit_root()
894 case USB_REQ_CLEAR_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in ehci_submit_root()
H A Dxhci.c1029 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()
/openbmc/u-boot/drivers/usb/eth/
H A Dlan7x.c29 USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE, in lan7x_write_reg()
H A Dmcs7830.c144 USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE, in mcs7830_write_reg()
H A Dasix.c126 USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE, in asix_write_cmd()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c59 (is_in ? USB_DIR_IN : USB_DIR_OUT) | epnum; in construct_urb()
/openbmc/u-boot/common/
H A Dusb_hub.c82 USB_REQ_SET_HUB_DEPTH, USB_DIR_OUT | USB_RT_HUB, in usb_set_hub_depth()

12