Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.6.0/subsys/usb/device_next/class/
Dloopback.c67 .bmAttributes = USB_EP_TYPE_BULK, \
77 .bmAttributes = USB_EP_TYPE_BULK, \
87 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
97 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
107 .bmAttributes = USB_EP_TYPE_ISO, \
117 .bmAttributes = USB_EP_TYPE_ISO, \
153 .bmAttributes = USB_EP_TYPE_BULK, \
163 .bmAttributes = USB_EP_TYPE_BULK, \
186 .bmAttributes = USB_EP_TYPE_BULK, \
196 .bmAttributes = USB_EP_TYPE_BULK, \
Dbt_hci.c482 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
491 .bmAttributes = USB_EP_TYPE_BULK, \
500 .bmAttributes = USB_EP_TYPE_BULK, \
521 .bmAttributes = USB_EP_TYPE_ISO, \
530 .bmAttributes = USB_EP_TYPE_ISO, \
551 .bmAttributes = USB_EP_TYPE_ISO, \
560 .bmAttributes = USB_EP_TYPE_ISO, \
Dusbd_cdc_ecm.c650 .bmAttributes = USB_EP_TYPE_INTERRUPT, \
683 .bmAttributes = USB_EP_TYPE_BULK, \
692 .bmAttributes = USB_EP_TYPE_BULK, \
/Zephyr-Core-3.6.0/tests/drivers/udc/src/
Dmain.c98 ed->bmAttributes, &mps, in test_udc_ep_try_config()
102 if (ed->bmAttributes == USB_EP_TYPE_CONTROL || in test_udc_ep_try_config()
103 ed->bmAttributes == USB_EP_TYPE_ISO) { in test_udc_ep_try_config()
113 ed->bmAttributes, &mps, in test_udc_ep_try_config()
127 err1 = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in test_udc_ep_enable()
129 err2 = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in test_udc_ep_enable()
131 err3 = udc_ep_enable(dev, FALSE_EP_ADDR, ed->bmAttributes, in test_udc_ep_enable()
133 err4 = 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()
241 if (ed->bmAttributes == USB_EP_TYPE_ISO) { in test_udc_ep_halt()
[all …]
/Zephyr-Core-3.6.0/subsys/usb/device_next/
Dusbd_config.c160 desc->bmAttributes |= USB_SCD_REMOTE_WAKEUP; in usbd_config_attrib_rwup()
162 desc->bmAttributes &= ~USB_SCD_REMOTE_WAKEUP; in usbd_config_attrib_rwup()
193 desc->bmAttributes |= USB_SCD_SELF_POWERED; in usbd_config_attrib_self()
195 desc->bmAttributes &= ~USB_SCD_SELF_POWERED; in usbd_config_attrib_self()
246 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()
Dusbd_init.c47 ed->bmAttributes, &mps, in assign_ep_addr()
/Zephyr-Core-3.6.0/subsys/tracing/
Dtracing_backend_usb.c59 .bmAttributes = USB_DC_EP_BULK,
71 .bmAttributes = USB_DC_EP_BULK,
/Zephyr-Core-3.6.0/subsys/usb/device/class/
Dloopback.c53 .bmAttributes = USB_DC_EP_BULK,
63 .bmAttributes = USB_DC_EP_BULK,
Dbt_h4.c68 .bmAttributes = USB_DC_EP_BULK,
78 .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-Core-3.6.0/include/zephyr/usb/class/
Dusb_dfu.h85 uint8_t bmAttributes; member
/Zephyr-Core-3.6.0/include/zephyr/usb/
Dbos.h38 uint32_t bmAttributes; member
Dusb_ch9.h174 uint8_t bmAttributes; member
211 uint8_t bmAttributes; member
Dusbd.h317 .bmAttributes = USB_SCD_RESERVED | (attrib), \
/Zephyr-Core-3.6.0/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,
Dfunction_rndis.c83 .bmAttributes = USB_DC_EP_INTERRUPT,
105 .bmAttributes = USB_DC_EP_BULK,
115 .bmAttributes = USB_DC_EP_BULK,
/Zephyr-Core-3.6.0/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-Core-3.6.0/samples/subsys/usb/webusb/src/
Dwebusb.c62 .bmAttributes = attr, \
Dmain.c170 .bmAttributes = BIT(1) | BIT(2),
/Zephyr-Core-3.6.0/tests/subsys/usb/device/src/
Dmain.c48 .bmAttributes = attr, \
/Zephyr-Core-3.6.0/subsys/usb/device/
Dusb_descriptor.c90 .bmAttributes = USB_SCD_RESERVED |
243 ep_cfg.ep_type = (ep_descr->bmAttributes & in usb_validate_ep_cfg_data()
/Zephyr-Core-3.6.0/subsys/usb/device/class/dfu/
Dusb_dfu.c127 .bmAttributes = DFU_DESC_ATTRIBUTES,
180 .bmAttributes = USB_SCD_RESERVED |
216 .bmAttributes = DFU_DESC_ATTRIBUTES,
/Zephyr-Core-3.6.0/tests/subsys/usb/desc_sections/src/
Ddesc_sections.c58 .bmAttributes = attr, \

12