/Zephyr-latest/subsys/usb/device_next/class/ |
D | loopback.c | 183 .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, \
|
D | bt_hci.c | 505 .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, \
|
D | usbd_hid_macros.h | 173 .bmAttributes = USB_EP_TYPE_INTERRUPT, \ 183 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
|
D | usbd_cdc_ecm.c | 701 .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, \
|
D | usbd_cdc_acm.c | 1145 .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, \
|
D | usbd_msc.c | 804 .bmAttributes = USB_EP_TYPE_BULK, \ 812 .bmAttributes = USB_EP_TYPE_BULK, \ 820 .bmAttributes = USB_EP_TYPE_BULK, \ 828 .bmAttributes = USB_EP_TYPE_BULK, \
|
D | usbd_cdc_ncm.c | 1260 .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/ |
D | main.c | 103 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/ |
D | usbd_config.c | 178 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()
|
D | usbd_endpoint.c | 26 ret = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in usbd_ep_enable()
|
/Zephyr-latest/samples/subsys/usb/webusb-next/src/ |
D | sfunc.c | 206 .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/ |
D | tracing_backend_usb.c | 59 .bmAttributes = USB_DC_EP_BULK, 71 .bmAttributes = USB_DC_EP_BULK,
|
/Zephyr-latest/include/zephyr/usb/ |
D | bos.h | 41 uint32_t bmAttributes; member
|
D | usb_ch9.h | 188 uint8_t bmAttributes; member 225 uint8_t bmAttributes; member
|
/Zephyr-latest/subsys/usb/device/class/ |
D | loopback.c | 53 .bmAttributes = USB_DC_EP_BULK, 63 .bmAttributes = USB_DC_EP_BULK,
|
D | bluetooth.c | 80 .bmAttributes = USB_DC_EP_INTERRUPT, 90 .bmAttributes = USB_DC_EP_BULK, 100 .bmAttributes = USB_DC_EP_BULK,
|
/Zephyr-latest/include/zephyr/usb/class/ |
D | usb_dfu.h | 85 uint8_t bmAttributes; member
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | function_ecm.c | 103 .bmAttributes = USB_DC_EP_INTERRUPT, 142 .bmAttributes = USB_DC_EP_BULK, 153 .bmAttributes = USB_DC_EP_BULK,
|
D | function_eem.c | 52 .bmAttributes = USB_DC_EP_BULK, 63 .bmAttributes = USB_DC_EP_BULK,
|
/Zephyr-latest/samples/subsys/dap/src/ |
D | main.c | 229 .bmAttributes = USB_DC_EP_BULK, 237 .bmAttributes = USB_DC_EP_BULK,
|
/Zephyr-latest/samples/subsys/usb/common/ |
D | sample_usbd_init.c | 64 .bmAttributes = 0UL,
|
/Zephyr-latest/subsys/usb/device/class/audio/ |
D | usb_audio_internal.h | 297 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/ |
D | webusb.c | 62 .bmAttributes = attr, \
|
D | main.c | 173 .bmAttributes = 0,
|
/Zephyr-latest/tests/subsys/usb/device/src/ |
D | main.c | 48 .bmAttributes = attr, \
|