Home
last modified time | relevance | path

Searched refs:udc_get_buf_info (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.5.0/drivers/usb/udc/
Dudc_common.c146 struct udc_buf_info *bi = udc_get_buf_info(buf); in udc_ep_buf_set_setup()
155 const struct udc_buf_info *bi = udc_get_buf_info(buf); in udc_ep_buf_has_zlp()
162 struct udc_buf_info *bi = udc_get_buf_info(buf); in udc_ep_buf_clear_zlp()
189 struct udc_buf_info *bi = udc_get_buf_info(buf); in udc_submit_ep_event()
533 bi = udc_get_buf_info(buf); in udc_debug_ep_enqueue()
552 bi = udc_get_buf_info(buf); in udc_ep_enqueue()
631 bi = udc_get_buf_info(buf); in udc_ep_buf_alloc()
833 bi = udc_get_buf_info(buf); in udc_ctrl_alloc_data()
850 bi = udc_get_buf_info(buf); in udc_ctrl_alloc_status()
860 struct udc_buf_info *bi = udc_get_buf_info(dout); in udc_ctrl_submit_s_out_status()
[all …]
/Zephyr-Core-3.5.0/subsys/usb/device_next/
Dusbd_endpoint.c105 bi = udc_get_buf_info(buf); in usbd_ep_ctrl_enqueue()
135 struct udc_buf_info *bi = udc_get_buf_info(buf); in usbd_ep_enqueue()
Dusbd_class.c95 struct udc_buf_info *bi = udc_get_buf_info(buf); in xfer_owner_exist()
122 struct udc_buf_info *bi = udc_get_buf_info(buf); in usbd_class_handle_xfer()
Dusbd_ch9.c671 bi = udc_get_buf_info(buf); in ctrl_xfer_get_setup()
679 bi_b = udc_get_buf_info(buf_b); in ctrl_xfer_get_setup()
718 bi = udc_get_buf_info(next_buf); in spool_data_out()
735 bi = udc_get_buf_info(buf); in usbd_handle_ctrl_xfer()
Dusbd_core.c45 bi = udc_get_buf_info(event->buf); in event_handler_ep_request()
/Zephyr-Core-3.5.0/subsys/usb/device_next/class/
Dbt_hci.c159 bi = udc_get_buf_info(buf); in bt_hci_buf_alloc()
365 bi = udc_get_buf_info(buf); in bt_hci_request()
Dusbd_cdc_ecm.c122 bi = udc_get_buf_info(buf); in cdc_ecm_buf_alloc()
247 bi = udc_get_buf_info(buf); in usbd_cdc_ecm_request()
Dusbd_msc.c143 bi = udc_get_buf_info(buf); in msc_buf_alloc()
564 bi = udc_get_buf_info(buf); in usbd_msc_handle_request()
Dusbd_cdc_acm.c110 bi = udc_get_buf_info(buf); in cdc_acm_buf_alloc()
163 bi = udc_get_buf_info(buf); in usbd_cdc_acm_request()
/Zephyr-Core-3.5.0/include/zephyr/drivers/usb/
Dudc.h657 static inline struct udc_buf_info *udc_get_buf_info(const struct net_buf *const buf) in udc_get_buf_info() function
/Zephyr-Core-3.5.0/tests/drivers/udc/src/
Dmain.c39 bi = udc_get_buf_info(event.buf); in event_ep_request()