Home
last modified time | relevance | path

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

12

/Zephyr-latest/tests/drivers/udc/src/
Dmain.c102 err = udc_ep_try_config(dev, ed->bEndpointAddress, in test_udc_ep_try_config()
117 err = udc_ep_try_config(dev, ed->bEndpointAddress, in test_udc_ep_try_config()
127 uint8_t ctrl_ep = USB_EP_DIR_IS_IN(ed->bEndpointAddress) ? in test_udc_ep_enable()
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()
166 uint8_t ctrl_ep = USB_EP_DIR_IS_IN(ed->bEndpointAddress) ? in test_udc_ep_disable()
171 err1 = udc_ep_disable(dev, ed->bEndpointAddress); in test_udc_ep_disable()
172 err2 = udc_ep_disable(dev, ed->bEndpointAddress); in test_udc_ep_disable()
199 buf = udc_ep_buf_alloc(dev, ed->bEndpointAddress, in test_udc_ep_buf_alloc()
226 err1 = udc_ep_set_halt(dev, ed->bEndpointAddress); in test_udc_ep_halt()
[all …]
/Zephyr-latest/samples/subsys/usb/webusb-next/src/
Dsfunc.c49 return desc->if0_hs_out_ep.bEndpointAddress; in sfunc_get_bulk_out()
52 return desc->if0_out_ep.bEndpointAddress; in sfunc_get_bulk_out()
62 return desc->if0_hs_in_ep.bEndpointAddress; in sfunc_get_bulk_in()
65 return desc->if0_in_ep.bEndpointAddress; in sfunc_get_bulk_in()
205 .bEndpointAddress = 0x01, \
215 .bEndpointAddress = 0x81, \
225 .bEndpointAddress = 0x01, \
235 .bEndpointAddress = 0x81, \
/Zephyr-latest/subsys/usb/device_next/class/
Dloopback.c182 .bEndpointAddress = 0x01, \
192 .bEndpointAddress = 0x81, \
202 .bEndpointAddress = 0x01, \
212 .bEndpointAddress = 0x81, \
235 .bEndpointAddress = 0x02, \
245 .bEndpointAddress = 0x82, \
266 .bEndpointAddress = 0x83, \
275 .bEndpointAddress = 0x03, \
296 .bEndpointAddress = 0x83, \
305 .bEndpointAddress = 0x03, \
Dbt_hci.c132 return desc->if0_int_ep.bEndpointAddress; in bt_hci_get_int_in()
142 return desc->if0_hs_in_ep.bEndpointAddress; in bt_hci_get_bulk_in()
145 return desc->if0_in_ep.bEndpointAddress; in bt_hci_get_bulk_in()
155 return desc->if0_hs_out_ep.bEndpointAddress; in bt_hci_get_bulk_out()
158 return desc->if0_out_ep.bEndpointAddress; in bt_hci_get_bulk_out()
504 .bEndpointAddress = BT_HCI_EP_EVENTS, \
513 .bEndpointAddress = BT_HCI_EP_ACL_DATA_IN, \
522 .bEndpointAddress = BT_HCI_EP_ACL_DATA_OUT, \
531 .bEndpointAddress = BT_HCI_EP_ACL_DATA_IN, \
540 .bEndpointAddress = BT_HCI_EP_ACL_DATA_OUT, \
[all …]
Dusbd_cdc_ecm.c110 return desc->if0_hs_int_ep.bEndpointAddress; in cdc_ecm_get_int_in()
113 return desc->if0_int_ep.bEndpointAddress; in cdc_ecm_get_int_in()
124 return desc->if1_1_hs_in_ep.bEndpointAddress; in cdc_ecm_get_bulk_in()
127 return desc->if1_1_in_ep.bEndpointAddress; in cdc_ecm_get_bulk_in()
149 return desc->if1_1_hs_out_ep.bEndpointAddress; in cdc_ecm_get_bulk_out()
152 return desc->if1_1_out_ep.bEndpointAddress; in cdc_ecm_get_bulk_out()
700 .bEndpointAddress = 0x81, \
709 .bEndpointAddress = 0x81, \
742 .bEndpointAddress = 0x82, \
751 .bEndpointAddress = 0x01, \
[all …]
Dusbd_cdc_acm.c164 return desc->if0_hs_int_ep.bEndpointAddress; in cdc_acm_get_int_in()
167 return desc->if0_int_ep.bEndpointAddress; in cdc_acm_get_int_in()
178 return desc->if1_hs_in_ep.bEndpointAddress; in cdc_acm_get_bulk_in()
181 return desc->if1_in_ep.bEndpointAddress; in cdc_acm_get_bulk_in()
192 return desc->if1_hs_out_ep.bEndpointAddress; in cdc_acm_get_bulk_out()
195 return desc->if1_out_ep.bEndpointAddress; in cdc_acm_get_bulk_out()
1144 .bEndpointAddress = 0x81, \
1153 .bEndpointAddress = 0x81, \
1174 .bEndpointAddress = 0x82, \
1183 .bEndpointAddress = 0x01, \
[all …]
Dusbd_msc.c153 return desc->if0_hs_in_ep.bEndpointAddress; in msc_get_bulk_in()
156 return desc->if0_in_ep.bEndpointAddress; in msc_get_bulk_in()
166 return desc->if0_hs_out_ep.bEndpointAddress; in msc_get_bulk_out()
169 return desc->if0_out_ep.bEndpointAddress; in msc_get_bulk_out()
803 .bEndpointAddress = 0x81, \
811 .bEndpointAddress = 0x01, \
819 .bEndpointAddress = 0x81, \
827 .bEndpointAddress = 0x01, \
Dusbd_hid_macros.h172 .bEndpointAddress = 0x01, \
182 .bEndpointAddress = 0x81, \
Dusbd_cdc_ncm.c253 return desc->if0_hs_int_ep.bEndpointAddress; in cdc_ncm_get_int_in()
256 return desc->if0_int_ep.bEndpointAddress; in cdc_ncm_get_int_in()
267 return desc->if1_1_hs_in_ep.bEndpointAddress; in cdc_ncm_get_bulk_in()
270 return desc->if1_1_in_ep.bEndpointAddress; in cdc_ncm_get_bulk_in()
292 return desc->if1_1_hs_out_ep.bEndpointAddress; in cdc_ncm_get_bulk_out()
295 return desc->if1_1_out_ep.bEndpointAddress; in cdc_ncm_get_bulk_out()
1259 .bEndpointAddress = 0x81, \
1268 .bEndpointAddress = 0x82, \
1301 .bEndpointAddress = 0x81, \
1310 .bEndpointAddress = 0x01, \
[all …]
Dusbd_uac2.c180 if (desc && (ep == desc->bEndpointAddress)) { in ep_to_as_interface()
186 if (desc && (ep == desc->bEndpointAddress)) { in ep_to_as_interface()
258 ep = desc->bEndpointAddress; in usbd_uac2_send()
458 if (USB_EP_DIR_IS_OUT(data_ep->bEndpointAddress)) { in uac2_update()
459 schedule_iso_out_read(c_data, data_ep->bEndpointAddress, in uac2_update()
465 write_explicit_feedback(c_data, fb_ep->bEndpointAddress, in uac2_update()
811 if (data_ep && USB_EP_DIR_IS_OUT(data_ep->bEndpointAddress)) { in uac2_sof()
812 schedule_iso_out_read(c_data, data_ep->bEndpointAddress, in uac2_sof()
840 write_explicit_feedback(c_data, feedback_ep->bEndpointAddress, in uac2_sof()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_init.c34 if (USB_EP_DIR_IS_IN(ed->bEndpointAddress)) { in assign_ep_addr()
51 LOG_DBG("ep 0x%02x -> 0x%02x", ed->bEndpointAddress, ep); in assign_ep_addr()
52 ed->bEndpointAddress = ep; in assign_ep_addr()
54 usbd_ep_bm_set(class_ep_bm, ed->bEndpointAddress); in assign_ep_addr()
55 usbd_ep_bm_set(config_ep_bm, ed->bEndpointAddress); in assign_ep_addr()
179 ed->bEndpointAddress, in init_configuration_inst()
Dusbd_endpoint.c26 ret = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in usbd_ep_enable()
29 usbd_ep_bm_set(ep_bm, ed->bEndpointAddress); in usbd_ep_enable()
Dusbd_interface.c30 const uint8_t ep = ed->bEndpointAddress; in handle_ep_op()
98 iface, ed->bEndpointAddress, in usbd_interface_modify()
/Zephyr-latest/tests/subsys/usb/desc_sections/src/
Ddesc_sections.c61 .bEndpointAddress = addr, \
144 ep_descr->bEndpointAddress) { in find_cfg_data_ep()
146 ep_descr->bEndpointAddress); in find_cfg_data_ep()
/Zephyr-latest/scripts/tracing/
Dtrace_capture_usb.py70 e.bEndpointAddress) == \
77 e.bEndpointAddress) == \
/Zephyr-latest/subsys/tracing/
Dtracing_backend_usb.c58 .bEndpointAddress = TRACING_IF_IN_EP_ADDR,
70 .bEndpointAddress = TRACING_IF_OUT_EP_ADDR,
/Zephyr-latest/subsys/usb/device/class/
Dloopback.c52 .bEndpointAddress = LOOPBACK_OUT_EP_ADDR,
62 .bEndpointAddress = LOOPBACK_IN_EP_ADDR,
Dbluetooth.c79 .bEndpointAddress = BLUETOOTH_INT_EP_ADDR,
89 .bEndpointAddress = BLUETOOTH_OUT_EP_ADDR,
99 .bEndpointAddress = BLUETOOTH_IN_EP_ADDR,
/Zephyr-latest/subsys/usb/device/
Dusb_descriptor.c260 if (ep_descr->bEndpointAddress != ep_data[i].ep_addr) { in usb_validate_ep_cfg_data()
270 ep_cfg.ep_addr = ep_descr->bEndpointAddress; in usb_validate_ep_cfg_data()
286 ep_descr->bEndpointAddress, in usb_validate_ep_cfg_data()
288 ep_descr->bEndpointAddress = ep_cfg.ep_addr; in usb_validate_ep_cfg_data()
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_ecm.c102 .bEndpointAddress = CDC_ECM_INT_EP_ADDR,
141 .bEndpointAddress = CDC_ECM_IN_EP_ADDR,
152 .bEndpointAddress = CDC_ECM_OUT_EP_ADDR,
Dfunction_eem.c51 .bEndpointAddress = CDC_EEM_IN_EP_ADDR,
62 .bEndpointAddress = CDC_EEM_OUT_EP_ADDR,
/Zephyr-latest/tests/subsys/usb/uac2/src/
Duac2_desc.c393 zassert_equal(ep->bEndpointAddress, FIRST_OUT_EP_ADDR); in test_uac2_descriptors()
454 zassert_equal(ep->bEndpointAddress, FIRST_IN_EP_ADDR); in test_uac2_descriptors()
612 zassert_equal(ep->bEndpointAddress, FIRST_OUT_EP_ADDR); in ZTEST()
632 zassert_equal(ep->bEndpointAddress, FIRST_IN_EP_ADDR); in ZTEST()
/Zephyr-latest/samples/subsys/dap/src/
Dmain.c228 .bEndpointAddress = DAP_USB_EP_OUT,
236 .bEndpointAddress = DAP_USB_EP_IN,
/Zephyr-latest/samples/subsys/usb/webusb/src/
Dwebusb.c61 .bEndpointAddress = addr, \
/Zephyr-latest/tests/subsys/usb/device/src/
Dmain.c47 .bEndpointAddress = addr, \

12