Home
last modified time | relevance | path

Searched refs:ed (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/tests/drivers/udc/src/
Dmain.c97 struct usb_ep_descriptor *ed) in test_udc_ep_try_config() argument
99 uint16_t mps = sys_le16_to_cpu(ed->wMaxPacketSize); in test_udc_ep_try_config()
102 err = udc_ep_try_config(dev, ed->bEndpointAddress, in test_udc_ep_try_config()
103 ed->bmAttributes, &mps, in test_udc_ep_try_config()
104 ed->bInterval); 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()
117 err = udc_ep_try_config(dev, ed->bEndpointAddress, in test_udc_ep_try_config()
118 ed->bmAttributes, &mps, in test_udc_ep_try_config()
119 ed->bInterval); in test_udc_ep_try_config()
[all …]
/Zephyr-latest/subsys/usb/device_next/
Dusbd_init.c24 struct usb_ep_descriptor *const ed, in assign_ep_addr() argument
31 uint16_t mps = sys_le16_to_cpu(ed->wMaxPacketSize); in assign_ep_addr()
34 if (USB_EP_DIR_IS_IN(ed->bEndpointAddress)) { in assign_ep_addr()
47 ed->bmAttributes, &mps, in assign_ep_addr()
48 ed->bInterval); 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()
53 ed->wMaxPacketSize = sys_cpu_to_le16(mps); 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()
[all …]
Dusbd_interface.c27 struct usb_ep_descriptor *const ed, in handle_ep_op() argument
30 const uint8_t ep = ed->bEndpointAddress; in handle_ep_op()
38 ret = usbd_ep_enable(uds_ctx->dev, ed, ep_bm); in handle_ep_op()
70 struct usb_ep_descriptor *ed; in usbd_interface_modify() local
91 ed = (struct usb_ep_descriptor *)(*dhp); in usbd_interface_modify()
92 ret = handle_ep_op(uds_ctx, op, ed, &c_nd->ep_active); in usbd_interface_modify()
98 iface, ed->bEndpointAddress, in usbd_interface_modify()
Dusbd_endpoint.c21 const struct usb_ep_descriptor *const ed, in usbd_ep_enable() argument
26 ret = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in usbd_ep_enable()
27 sys_le16_to_cpu(ed->wMaxPacketSize), ed->bInterval); in usbd_ep_enable()
29 usbd_ep_bm_set(ep_bm, ed->bEndpointAddress); in usbd_ep_enable()
Dusbd_endpoint.h81 const struct usb_ep_descriptor *const ed,
/Zephyr-latest/tests/drivers/flash/common/boards/
Dnrf52840dk_mx25r_high_perf.overlay20 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
/Zephyr-latest/boards/nordic/nrf9160dk/
Dnrf9160dk_nrf9160_common_0_14_0.dtsi51 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 48 44
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv.c611 void *ed; in lll_adv_pdu_and_extra_data_latest_get() local
617 ed = pdu->extra_data[pdu_idx]; in lll_adv_pdu_and_extra_data_latest_get()
645 if (ed && (!MFIFO_ENQUEUE_IDX_GET(extra_data_free, in lll_adv_pdu_and_extra_data_latest_get()
663 if (ed) { in lll_adv_pdu_and_extra_data_latest_get()
666 MFIFO_BY_IDX_ENQUEUE(extra_data_free, ed_free_idx, ed); in lll_adv_pdu_and_extra_data_latest_get()
868 void *ed; in adv_extra_data_free() local
870 ed = pdu->extra_data[last]; in adv_extra_data_free()
872 if (ed) { in adv_extra_data_free()
881 MFIFO_BY_IDX_ENQUEUE(extra_data_free, ed_free_idx, ed); in adv_extra_data_free()
/Zephyr-latest/subsys/ipc/ipc_service/backends/
DKconfig.rpmsg19 problematic because the backend expects a zero-ed memory to be
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dnrf52840dk_nrf52840_spi.overlay35 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
/Zephyr-latest/boards/nordic/nrf54l15dk/
Dnrf54l_05_10_15_cpuapp_common.dtsi110 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 48 44
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/
Dthunderboard.dtsi91 10 d8 00 ff 23 72 f5 00 82 ed 04 b7 44 83 38 44
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/
Dthunderboard.dtsi91 10 d8 00 ff 23 72 f5 00 82 ed 04 b7 44 83 38 44
/Zephyr-latest/samples/drivers/jesd216/
DREADME.rst58 10 d8 00 ff 23 72 f5 00 82 ed 04 b7 44 83 38 44
/Zephyr-latest/boards/makerdiary/nrf52840_mdk/
Dnrf52840_mdk.dts157 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
/Zephyr-latest/boards/nordic/nrf5340dk/
Dnrf5340_cpuapp_common.dtsi129 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh6 # Ensure this works also when being source-ed
361 # don't run the completion function when being source-ed or eval-ed
/Zephyr-latest/boards/u-blox/ubx_bmd380eval/
Dubx_bmd380eval_nrf52840.dts186 82 ed 04 cc 44 83 68 44
/Zephyr-latest/boards/silabs/dev_kits/sltb004a/
Dsltb004a.dts106 10 d8 00 ff 23 72 f5 00 82 ed 04 b7 44 83 38 44
/Zephyr-latest/boards/nordic/nrf7002dk/
Dnrf5340_cpuapp_common.dtsi191 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/
Dubx_bmd340eval_nrf52840.dts243 82 ed 04 cc 44 83 68 44
/Zephyr-latest/boards/panasonic/pan1783/
Dpan1783_nrf5340_cpuapp_common.dtsi235 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
/Zephyr-latest/boards/ezurio/bt610/
Dbt610.dts224 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/
Dubx_bmd345eval_nrf52840.dts262 82 ed 04 cc 44 83 68 44
/Zephyr-latest/boards/nordic/nrf52840dk/
Dnrf52840dk_nrf52840.dts253 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 68 44

12