Home
last modified time | relevance | path

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

12

/Zephyr-latest/subsys/usb/device_next/class/
Dloopback.c183 .bmAttributes = USB_EP_TYPE_BULK, \
193 .bmAttributes = USB_EP_TYPE_BULK, \
203 .bmAttributes = USB_EP_TYPE_BULK, \
213 .bmAttributes = USB_EP_TYPE_BULK, \
236 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
246 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
267 .bmAttributes = USB_EP_TYPE_ISO, \
276 .bmAttributes = USB_EP_TYPE_ISO, \
297 .bmAttributes = USB_EP_TYPE_ISO, \
306 .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_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_cdc_acm.c1145 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
1154 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
1175 .bmAttributes = USB_EP_TYPE_BULK, \
1184 .bmAttributes = USB_EP_TYPE_BULK, \
1193 .bmAttributes = USB_EP_TYPE_BULK, \
1202 .bmAttributes = USB_EP_TYPE_BULK, \
Dusbd_msc.c804 .bmAttributes = USB_EP_TYPE_BULK, \
812 .bmAttributes = USB_EP_TYPE_BULK, \
820 .bmAttributes = USB_EP_TYPE_BULK, \
828 .bmAttributes = USB_EP_TYPE_BULK, \
Dusbd_cdc_ncm.c1260 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
1269 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
1302 .bmAttributes = USB_EP_TYPE_BULK, \
1311 .bmAttributes = USB_EP_TYPE_BULK, \
1320 .bmAttributes = USB_EP_TYPE_BULK, \
1329 .bmAttributes = USB_EP_TYPE_BULK, \
/Zephyr-latest/tests/drivers/udc/src/
Dmain.c103 ed->bmAttributes, &mps, in test_udc_ep_try_config()
107 if (ed->bmAttributes == USB_EP_TYPE_CONTROL || in test_udc_ep_try_config()
108 ed->bmAttributes == USB_EP_TYPE_ISO) { in test_udc_ep_try_config()
118 ed->bmAttributes, &mps, in test_udc_ep_try_config()
132 err1 = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in test_udc_ep_enable()
135 err2 = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in test_udc_ep_enable()
138 err3 = udc_ep_enable(dev, FALSE_EP_ADDR, ed->bmAttributes, in test_udc_ep_enable()
141 err4 = udc_ep_enable(dev, ctrl_ep, ed->bmAttributes, in test_udc_ep_enable()
230 if (ed->bmAttributes == USB_EP_TYPE_ISO) { in test_udc_ep_halt()
246 if (ed->bmAttributes == USB_EP_TYPE_ISO) { in test_udc_ep_halt()
[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/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/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
/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/samples/subsys/dap/src/
Dmain.c229 .bmAttributes = USB_DC_EP_BULK,
237 .bmAttributes = USB_DC_EP_BULK,
/Zephyr-latest/samples/subsys/usb/common/
Dsample_usbd_init.c64 .bmAttributes = 0UL,
/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/webusb/src/
Dwebusb.c62 .bmAttributes = attr, \
Dmain.c173 .bmAttributes = 0,
/Zephyr-latest/tests/subsys/usb/device/src/
Dmain.c48 .bmAttributes = attr, \

12