Home
last modified time | relevance | path

Searched refs:bmAttributes (Results 1 – 14 of 14) sorted by relevance

/qemu/hw/usb/
H A Ddev-hid.c103 .bmAttributes = USB_ENDPOINT_XFER_INT,
134 .bmAttributes = USB_ENDPOINT_XFER_INT,
164 .bmAttributes = USB_ENDPOINT_XFER_INT,
194 .bmAttributes = USB_ENDPOINT_XFER_INT,
225 .bmAttributes = USB_ENDPOINT_XFER_INT,
256 .bmAttributes = USB_ENDPOINT_XFER_INT,
272 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
289 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
306 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
323 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
[all …]
H A Ddesc.h45 uint8_t bmAttributes; member
59 uint8_t bmAttributes; member
68 uint8_t bmAttributes; member
87 uint8_t bmAttributes; member
124 uint8_t bmAttributes; member
165 uint8_t bmAttributes; member
H A Ddev-storage.c67 .bmAttributes = USB_ENDPOINT_XFER_BULK,
71 .bmAttributes = USB_ENDPOINT_XFER_BULK,
86 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
102 .bmAttributes = USB_ENDPOINT_XFER_BULK,
106 .bmAttributes = USB_ENDPOINT_XFER_BULK,
121 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
137 .bmAttributes = USB_ENDPOINT_XFER_BULK,
142 .bmAttributes = USB_ENDPOINT_XFER_BULK,
158 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
H A Ddev-uas.c190 .bmAttributes = USB_ENDPOINT_XFER_BULK,
200 .bmAttributes = USB_ENDPOINT_XFER_BULK,
210 .bmAttributes = USB_ENDPOINT_XFER_BULK,
220 .bmAttributes = USB_ENDPOINT_XFER_BULK,
241 .bmAttributes = USB_ENDPOINT_XFER_BULK,
252 .bmAttributes = USB_ENDPOINT_XFER_BULK,
264 .bmAttributes = USB_ENDPOINT_XFER_BULK,
276 .bmAttributes = USB_ENDPOINT_XFER_BULK,
299 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
315 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
H A Du2f.c80 .bmAttributes = USB_ENDPOINT_XFER_INT,
85 .bmAttributes = USB_ENDPOINT_XFER_INT,
102 .bmAttributes = USB_CFG_ATT_ONE,
H A Ddev-audio.c227 .bmAttributes = 0x0d,
255 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
390 .bmAttributes = 0x0d,
443 .bmAttributes = 0x0d,
496 .bmAttributes = 0x0d,
524 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
H A Ddesc.c97 d->u.config.bmAttributes = conf->bmAttributes; in usb_desc_config()
220 d->u.endpoint.bmAttributes = ep->bmAttributes; in usb_desc_endpoint()
236 d->u.super_endpoint.bmAttributes = ep->bmAttributes_super; in usb_desc_endpoint()
296 d->u.cap.u.super.bmAttributes = 0; in usb_desc_cap_super()
384 usb_ep_set_type(dev, pid, ep, iface->eps[e].bmAttributes & 0x03); in usb_desc_ep_init()
752 if (config->bmAttributes & USB_CFG_ATT_SELFPOWER) { in usb_desc_handle_control()
H A Ddev-network.c164 .bmAttributes = USB_ENDPOINT_XFER_INT,
178 .bmAttributes = USB_ENDPOINT_XFER_BULK,
182 .bmAttributes = USB_ENDPOINT_XFER_BULK,
235 .bmAttributes = USB_ENDPOINT_XFER_INT,
256 .bmAttributes = USB_ENDPOINT_XFER_BULK,
260 .bmAttributes = USB_ENDPOINT_XFER_BULK,
277 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
285 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
H A Ddev-serial.c137 .bmAttributes = USB_ENDPOINT_XFER_BULK,
141 .bmAttributes = USB_ENDPOINT_XFER_BULK,
155 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
H A Ddev-wacom.c155 .bmAttributes = USB_ENDPOINT_XFER_INT,
170 .bmAttributes = USB_CFG_ATT_ONE,
H A Dhost-libusb.c454 offsetof(struct libusb_config_descriptor, bmAttributes) && in usb_host_req_complete_ctrl()
455 (conf->bmAttributes & USB_CFG_ATT_WAKEUP)) { in usb_host_req_complete_ctrl()
457 conf->bmAttributes &= ~USB_CFG_ATT_WAKEUP; in usb_host_req_complete_ctrl()
813 type = endp->bmAttributes & 0x3; in usb_host_speed_compat()
824 int streams = endp_ss_comp->bmAttributes & 0x1f; in usb_host_speed_compat()
912 type = endp->bmAttributes & 0x3; in usb_host_ep_update()
938 endp_ss_comp->bmAttributes); in usb_host_ep_update()
H A Ddev-mtp.c284 .bmAttributes = USB_ENDPOINT_XFER_BULK,
288 .bmAttributes = USB_ENDPOINT_XFER_BULK,
292 .bmAttributes = USB_ENDPOINT_XFER_INT,
308 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
326 .bmAttributes = USB_ENDPOINT_XFER_BULK,
330 .bmAttributes = USB_ENDPOINT_XFER_BULK,
334 .bmAttributes = USB_ENDPOINT_XFER_INT,
350 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
H A Ddev-smartcard-reader.c445 .bmAttributes = USB_ENDPOINT_XFER_INT,
450 .bmAttributes = USB_ENDPOINT_XFER_BULK,
454 .bmAttributes = USB_ENDPOINT_XFER_BULK,
468 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER |
H A Ddev-hub.c119 .bmAttributes = USB_ENDPOINT_XFER_INT,
135 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER |