Home
last modified time | relevance | path

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

12

/Zephyr-latest/tests/drivers/udc/src/
Dmain.c105 ed->bmAttributes, &mps, in test_udc_ep_try_config()
109 if (ed->bmAttributes == USB_EP_TYPE_CONTROL || in test_udc_ep_try_config()
110 ed->bmAttributes == USB_EP_TYPE_ISO) { in test_udc_ep_try_config()
120 ed->bmAttributes, &mps, in test_udc_ep_try_config()
134 err1 = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in test_udc_ep_enable()
137 err2 = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in test_udc_ep_enable()
140 err3 = udc_ep_enable(dev, ctrl_ep, ed->bmAttributes, in test_udc_ep_enable()
222 if (ed->bmAttributes == USB_EP_TYPE_ISO) { in test_udc_ep_halt()
238 if (ed->bmAttributes == USB_EP_TYPE_ISO) { in test_udc_ep_halt()
322 err = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in test_udc_ep_api()
[all …]
/Zephyr-latest/subsys/usb/device_next/
Dusbd_config.c178 desc->bmAttributes |= USB_SCD_REMOTE_WAKEUP; in usbd_config_attrib_rwup()
180 desc->bmAttributes &= ~USB_SCD_REMOTE_WAKEUP; in usbd_config_attrib_rwup()
212 desc->bmAttributes |= USB_SCD_SELF_POWERED; in usbd_config_attrib_self()
214 desc->bmAttributes &= ~USB_SCD_SELF_POWERED; in usbd_config_attrib_self()
276 if (desc->bmAttributes & USB_SCD_REMOTE_WAKEUP) { in usbd_add_configuration()
Dusbd_endpoint.c26 ret = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in usbd_ep_enable()
/Zephyr-latest/subsys/usb/device_next/class/
Dloopback.c340 .bmAttributes = USB_EP_TYPE_BULK, \
350 .bmAttributes = USB_EP_TYPE_BULK, \
360 .bmAttributes = USB_EP_TYPE_BULK, \
370 .bmAttributes = USB_EP_TYPE_BULK, \
393 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
403 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
424 .bmAttributes = USB_EP_TYPE_ISO, \
433 .bmAttributes = USB_EP_TYPE_ISO, \
454 .bmAttributes = USB_EP_TYPE_ISO, \
463 .bmAttributes = USB_EP_TYPE_ISO, \
Dbt_hci.c505 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
514 .bmAttributes = USB_EP_TYPE_BULK, \
523 .bmAttributes = USB_EP_TYPE_BULK, \
532 .bmAttributes = USB_EP_TYPE_BULK, \
541 .bmAttributes = USB_EP_TYPE_BULK, \
561 .bmAttributes = USB_EP_TYPE_ISO, \
570 .bmAttributes = USB_EP_TYPE_ISO, \
591 .bmAttributes = USB_EP_TYPE_ISO, \
600 .bmAttributes = USB_EP_TYPE_ISO, \
Dusbd_midi2.c623 .bmAttributes = USB_EP_TYPE_BULK, \
630 .bmAttributes = USB_EP_TYPE_BULK, \
643 .bmAttributes = USB_EP_TYPE_BULK, \
650 .bmAttributes = USB_EP_TYPE_BULK, \
680 .bmAttributes = USB_EP_TYPE_BULK, \
687 .bmAttributes = USB_EP_TYPE_BULK, \
701 .bmAttributes = USB_EP_TYPE_BULK, \
708 .bmAttributes = USB_EP_TYPE_BULK, \
Dusbd_hid_macros.h173 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
183 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
Dusbd_cdc_ecm.c701 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
710 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
743 .bmAttributes = USB_EP_TYPE_BULK, \
752 .bmAttributes = USB_EP_TYPE_BULK, \
761 .bmAttributes = USB_EP_TYPE_BULK, \
770 .bmAttributes = USB_EP_TYPE_BULK, \
Dusbd_dfu.c48 .bmAttributes = USB_DFU_ATTR_CAN_DNLOAD |
265 if (!(dfu_desc.bmAttributes & USB_DFU_ATTR_CAN_DNLOAD)) { in dfu_idle_next()
283 if (!(dfu_desc.bmAttributes & USB_DFU_ATTR_CAN_UPLOAD)) { in dfu_idle_next()
404 if (dfu_desc.bmAttributes & USB_DFU_ATTR_MANIFESTATION_TOLERANT) { in dfu_manifest_next()
/Zephyr-latest/samples/subsys/usb/webusb-next/src/
Dsfunc.c206 .bmAttributes = USB_EP_TYPE_BULK, \
216 .bmAttributes = USB_EP_TYPE_BULK, \
226 .bmAttributes = USB_EP_TYPE_BULK, \
236 .bmAttributes = USB_EP_TYPE_BULK, \
/Zephyr-latest/subsys/dap/
Ddap_backend_usb.c233 .bmAttributes = USB_EP_TYPE_BULK, \
243 .bmAttributes = USB_EP_TYPE_BULK, \
253 .bmAttributes = USB_EP_TYPE_BULK, \
263 .bmAttributes = USB_EP_TYPE_BULK, \
/Zephyr-latest/subsys/tracing/
Dtracing_backend_usb.c59 .bmAttributes = USB_DC_EP_BULK,
71 .bmAttributes = USB_DC_EP_BULK,
/Zephyr-latest/include/zephyr/usb/
Dbos.h41 uint32_t bmAttributes; member
Dusb_ch9.h188 uint8_t bmAttributes; member
225 uint8_t bmAttributes; member
/Zephyr-latest/subsys/usb/device/class/
Dloopback.c53 .bmAttributes = USB_DC_EP_BULK,
63 .bmAttributes = USB_DC_EP_BULK,
Dbluetooth.c80 .bmAttributes = USB_DC_EP_INTERRUPT,
90 .bmAttributes = USB_DC_EP_BULK,
100 .bmAttributes = USB_DC_EP_BULK,
/Zephyr-latest/include/zephyr/usb/class/
Dusb_dfu.h85 uint8_t bmAttributes; member
Dusbd_dfu.h41 uint8_t bmAttributes; member
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_ecm.c103 .bmAttributes = USB_DC_EP_INTERRUPT,
142 .bmAttributes = USB_DC_EP_BULK,
153 .bmAttributes = USB_DC_EP_BULK,
Dfunction_eem.c52 .bmAttributes = USB_DC_EP_BULK,
63 .bmAttributes = USB_DC_EP_BULK,
/Zephyr-latest/subsys/usb/device/class/audio/
Dusb_audio_internal.h297 uint8_t bmAttributes; member
308 uint8_t bmAttributes; member
517 .bmAttributes = (USB_DC_EP_ISOCHRONOUS | SYNC_TYPE(dev, i)), \
529 .bmAttributes = 0x00, \
/Zephyr-latest/samples/subsys/usb/common/
Dsample_usbd_init.c70 .bmAttributes = 0UL,
/Zephyr-latest/samples/subsys/usb/webusb/src/
Dwebusb.c62 .bmAttributes = attr, \
Dmain.c173 .bmAttributes = 0,
/Zephyr-latest/tests/subsys/usb/device/src/
Dmain.c48 .bmAttributes = attr, \

12