Searched refs:bmAttributes (Results 1 - 12 of 12) sorted by relevance

/fuchsia/zircon/system/public/zircon/hw/
H A Dusb.h90 /* Configuration attributes (bmAttributes) */
100 /* Endpoint types (bmAttributes) */
107 /* Endpoint synchronization type (bmAttributes) */
114 /* Endpoint usage type (bmAttributes) */
169 uint8_t bmAttributes; member in struct:__anon794
195 uint8_t bmAttributes; member in struct:__anon797
200 #define usb_ep_type(ep) ((ep)->bmAttributes & USB_ENDPOINT_TYPE_MASK)
201 #define usb_ep_sync_type(ep) ((ep)->bmAttributes & USB_ENDPOINT_SYNCHRONIZATION_MASK)
212 uint8_t bmAttributes; member in struct:__anon798
215 #define usb_ss_ep_comp_isoc_mult(ep) ((ep)->bmAttributes
[all...]
H A Dusb-audio.h481 uint8_t bmAttributes; member in struct:__anon746
/fuchsia/zircon/system/uapp/lsusb/
H A Dlsusb.c151 printf(" bmAttributes 0x%02X\n", config_desc->bmAttributes);
180 printf(" bmAttributes 0x%02X\n", desc->bmAttributes);
203 printf(" bmAttributes 0x%02X\n", desc->bmAttributes);
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-stream-interface.h138 uint8_t ep_attr() const { return ep_desc_->bmAttributes; }
H A Dusb-audio-device.cpp461 log_tag, ep_desc->bEndpointAddress, ep_desc->bmAttributes);
H A Dusb-audio-stream-interface.cpp523 interface_hdr_->bInterfaceNumber, alt_id(), ep_desc->bmAttributes);
/fuchsia/zircon/system/dev/block/ums-function/
H A Dums-function.c53 .bmAttributes = USB_ENDPOINT_BULK,
61 .bmAttributes = USB_ENDPOINT_BULK,
/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-root-hub.c94 .bmAttributes = 0xE0, // self powered
112 .bmAttributes = USB_ENDPOINT_INTERRUPT,
H A Dxhci-device-manager.c237 int ep_type = ep->bmAttributes & USB_ENDPOINT_TYPE_MASK;
621 uint32_t ep_type = ep_desc->bmAttributes & USB_ENDPOINT_TYPE_MASK;
/fuchsia/zircon/system/dev/ethernet/usb-cdc-function/
H A Dcdc-eth-function.c110 .bmAttributes = USB_ENDPOINT_INTERRUPT,
140 .bmAttributes = USB_ENDPOINT_BULK,
148 .bmAttributes = USB_ENDPOINT_BULK,
/fuchsia/zircon/system/dev/usb/dwc2/
H A Ddwc2.c246 .bmAttributes = 0xE0, // self powered
264 .bmAttributes = USB_ENDPOINT_INTERRUPT,
745 ctrl_endpoint->desc.bmAttributes = (USB_ENDPOINT_CONTROL);
1712 ep0->desc.bmAttributes = (USB_ENDPOINT_CONTROL);
/fuchsia/zircon/system/dev/usb/usb-peripheral/
H A Dusb-peripheral.c216 // TODO(voydanoff) add a way to configure bmAttributes and bMaxPower
217 config_desc->bmAttributes = USB_CONFIGURATION_SELF_POWERED | USB_CONFIGURATION_RESERVED_7;

Completed in 112 milliseconds