Home
last modified time | relevance | path

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

12

/third_party/backends/tools/
H A Dcheck-usb-chip.c147 bmAttributes != 0x02) in check_gt6801()
155 (" this is not a GT-6801 (bEndpointAddress = 0x%x, bmAttributes = 0x%x, " in check_gt6801()
159 dev->config[0].interface[0].altsetting[0].endpoint[0].bmAttributes, in check_gt6801()
272 bmAttributes != 0x02) in check_gt6816()
280 (" this is not a GT-6816 (bEndpointAddress = 0x%x, bmAttributes = 0x%x, " in check_gt6816()
284 dev->config[0].interface[0].altsetting[0].endpoint[0].bmAttributes, in check_gt6816()
293 bmAttributes != 0x02) in check_gt6816()
301 (" this is not a GT-6816 (bEndpointAddress = 0x%x, bmAttributes = 0x%x, " in check_gt6816()
305 dev->config[0].interface[0].altsetting[0].endpoint[1].bmAttributes, in check_gt6816()
425 bmAttributes ! in check_gt8911()
[all...]
H A Dsane-find-scanner.c566 printf (" bmAttributes %d (%s%s)\n", c->bmAttributes, in check_libusb_device()
567 c->bmAttributes & 64 ? "Self-powered" : "", in check_libusb_device()
568 c->bmAttributes & 32 ? "Remote Wakeup" : ""); in check_libusb_device()
607 switch (e->bmAttributes & USB_ENDPOINT_TYPE_MASK) in check_libusb_device()
635 printf (" bmAttributes %d (%s)\n", in check_libusb_device()
636 e->bmAttributes, ep_type); in check_libusb_device()
940 printf (" bmAttributes %d (%s%s)\n", c->bmAttributes, in check_libusb_device()
941 c->bmAttributes in check_libusb_device()
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_acm_desc.c117 .bmAttributes = UE_INTERRUPT,
126 .bmAttributes = 0,
147 .bmAttributes = UE_BULK,
156 .bmAttributes = 0,
164 .bmAttributes = UE_BULK,
173 .bmAttributes = 0,
189 .bmAttributes = UC_SELF_POWERED | UC_BUS_POWERED, /* 0xc0 */
H A Df_uac.h168 uByte bmAttributes; member
180 uint8_t bmAttributes; member
H A Drndis.c278 .bmAttributes = UE_INTERRUPT,
287 .bmAttributes = 0,
305 .bmAttributes = UE_BULK,
314 .bmAttributes = 0,
322 .bmAttributes = UE_BULK,
331 .bmAttributes = 0,
345 .bmAttributes = UC_SELF_POWERED | UC_BUS_POWERED,
H A Df_hid.h62 uByte bmAttributes; member
H A Df_uac.c210 .bmAttributes = 0xc0, /* Self-powered */
335 .bmAttributes = 0x0d,
354 .bmAttributes = USB_ENDPOINT_XFER_ISOC | USB_ENDPOINT_XFER_SYNC,
367 .bmAttributes = 1,
H A Df_uvc.c188 .bmAttributes = 0x80 | UC_SELF_POWERED, /* Self-powered */
353 .bmAttributes = UE_XFERTYPE,
365 .bmAttributes = 0,
815 .bmAttributes = UE_ISO_ASYNC | UE_ISOCHRONOUS,
826 .bmAttributes = 2,
844 .bmAttributes = USB_ENDPOINT_XFER_BULK,
864 .bmAttributes = 0,
H A Df_hid.c142 .bmAttributes = 0xc0, /* Self-powered */
178 .bmAttributes = 0x03, /* bmAttributes = 00000011b */
188 .bmAttributes = 0x03,
H A Df_mass_storage.c200 .bmAttributes = UC_SELF_POWERED | UC_BUS_POWERED,
220 .bmAttributes = UE_BULK,
230 .bmAttributes = 0,
239 .bmAttributes = UE_BULK,
249 .bmAttributes = 0,
H A Dcomposite.c99 if (ep_desc->bmAttributes == UE_BULK) in usbd_configep_byspeed()
H A Df_dfu.c116 .bmAttributes = UC_SELF_POWERED | UC_BUS_POWERED, /* 0xc0 */
/third_party/FreeBSD/sys/dev/usb/
H A Dusb.h328 uDWord bmAttributes; member
342 uByte bmAttributes; member
386 uByte bmAttributes; member
542 uByte bmAttributes; member
573 uByte bmAttributes; member
679 uByte bmAttributes; member
H A Dusb_device.c252 ((ep->edesc->bmAttributes & type_mask) == type_val)) { in usbd_get_endpoint()
266 ((udev->ctrl_ep.edesc->bmAttributes & type_mask) == type_val) && in usbd_get_endpoint()
336 ((edesc->bmAttributes & UE_XFERTYPE) == UE_BULK) && in usb_init_endpoint()
337 ((UE_GET_BULK_STREAMS(ecomp->bmAttributes) != 0))) { in usb_init_endpoint()
530 (cdp->bmAttributes & UC_SELF_POWERED) && in usbd_set_config_index()
533 if (cdp->bmAttributes & UC_BUS_POWERED) { in usbd_set_config_index()
551 udev->address, cdp->bConfigurationValue, cdp->bmAttributes, in usbd_set_config_index()
920 et = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_set_endpoint_stall()
1552 udev->ctrl_ep_desc.bmAttributes = UE_CONTROL; in usb_alloc_device()
2586 return (cdp->bmAttributes in usb_peer_can_wakeup()
[all...]
H A Dusb_transfer.c355 type = (edesc->bmAttributes & UE_XFERTYPE); in usbd_transfer_setup_sub()
406 ecomp->bmAttributes) + 1; in usbd_transfer_setup_sub()
2517 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++; in usbd_transfer_done()
2520 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++; in usbd_transfer_done()
2523 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++; in usbd_transfer_done()
2656 type = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_pipe_start()
2721 type = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_pipe_start()
H A Dusb_debug.c153 xfer->endpoint->edesc->bmAttributes); in usb_dump_xfer()
H A Dusb_generic.c142 type = ed->bmAttributes & UE_XFERTYPE; in ugen_open()
200 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE; in ugen_open_pipe_write()
208 switch (ed->bmAttributes & UE_XFERTYPE) { in ugen_open_pipe_write()
269 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE; in ugen_open_pipe_read()
277 switch (ed->bmAttributes & UE_XFERTYPE) { in ugen_open_pipe_read()
1461 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE; in ugen_ioctl()
H A Dusb_hub.c301 ((ep->edesc->bmAttributes & 3) << 12); in uhub_tt_buffer_reset_async_locked()
2000 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in usb_hs_bandwidth_alloc()
2078 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in usb_hs_bandwidth_free()
2478 xfer_type = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE; in usbd_transfer_power_ref()
/third_party/backends/include/sane/
H A Dusb_manager.h56 /* in bmAttributes */
287 uint8_t bmAttributes; member
387 uint8_t bmAttributes; member
/third_party/backends/sanei/
H A Dusb_manager.cpp78 uint8_t bmAttributes; member
115 pointDes.bmAttributes = static_cast<uint8_t>(endPoints[j].GetAttributes()); in InterfaceConvert()
203 uint8_t bmAttr = usbAlt[i].altDes[j].endpointDes[k].bmAttributes; in SetInterfaceDescriptor()
205 retAltsetting[j].endpoint[k].bmAttributes = bmAttr; in SetInterfaceDescriptor()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c2005 UE_GET_SS_ISO_MULT(xfer->endpoint->ecomp->bmAttributes) in xhci_setup_generic_chain()
2315 type = edesc->bmAttributes & UE_XFERTYPE; in xhci_configure_endpoint()
2426 switch (edesc->bmAttributes & UE_XFERTYPE) { in xhci_configure_endpoint()
2489 (ecomp != NULL) ? UE_GET_SS_ISO_MULT(ecomp->bmAttributes) + 1 : 1, in xhci_configure_endpoint_by_xfer()
2773 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_get_endpoint_ext()
2864 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in xhci_transfer_insert()
3166 .bmAttributes[0] = 2,
3172 .bmAttributes = 0,
3196 .bmAttributes = UC_SELF_POWERED,
3211 .bmAttributes
[all...]
H A Dehci.c2972 .bmAttributes = UC_SELF_POWERED,
2987 .bmAttributes = UE_INTERRUPT,
3714 switch (edesc->bmAttributes & UE_XFERTYPE) {
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c560 type = uhe->desc.bmAttributes & UE_XFERTYPE; in usb_clear_halt()
668 type = (uhe->desc.bmAttributes & UE_XFERTYPE); in usb_control_msg()
774 uint8_t type = uhe->desc.bmAttributes & UE_XFERTYPE; in usb_setup_endpoint_agg()
1203 at = uhe->desc.bmAttributes; in usb_find_host_endpoint()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_epfile.c765 epfile->isoc = ((desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in generic_eps_enable()
H A Df_generic.c86 .bmAttributes = UC_SELF_POWERED | UC_BUS_POWERED,

Completed in 44 milliseconds

12