Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_common.c177 struct udc_buf_info *bi = udc_get_buf_info(buf); in udc_ep_buf_set_setup()
186 const struct udc_buf_info *bi = udc_get_buf_info(buf); in udc_ep_buf_has_zlp()
193 struct udc_buf_info *bi = udc_get_buf_info(buf); in udc_ep_buf_clear_zlp()
216 struct udc_buf_info *bi = udc_get_buf_info(buf); in udc_submit_ep_event()
564 bi = udc_get_buf_info(buf); in udc_debug_ep_enqueue()
583 bi = udc_get_buf_info(buf); in udc_ep_enqueue()
667 bi = udc_get_buf_info(buf); in udc_ep_buf_alloc()
870 bi = udc_get_buf_info(buf); in udc_ctrl_alloc_data()
887 bi = udc_get_buf_info(buf); in udc_ctrl_alloc_status()
897 struct udc_buf_info *bi = udc_get_buf_info(dout); in udc_ctrl_submit_s_out_status()
[all …]
/Zephyr-latest/subsys/usb/device_next/
Dusbd_endpoint.c107 bi = udc_get_buf_info(buf); in usbd_ep_ctrl_enqueue()
137 struct udc_buf_info *bi = udc_get_buf_info(buf); in usbd_ep_enqueue()
Dusbd_class.c94 struct udc_buf_info *bi = udc_get_buf_info(buf); in xfer_owner_exist()
121 struct udc_buf_info *bi = udc_get_buf_info(buf); in usbd_class_handle_xfer()
Dusbd_core.c46 bi = udc_get_buf_info(event->buf); in event_handler_ep_request()
Dusbd_ch9.c1046 bi = udc_get_buf_info(buf); in ctrl_xfer_get_setup()
1054 bi_b = udc_get_buf_info(buf_b); in ctrl_xfer_get_setup()
1093 bi = udc_get_buf_info(next_buf); in spool_data_out()
1110 bi = udc_get_buf_info(buf); in usbd_handle_ctrl_xfer()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid.c111 bi = udc_get_buf_info(buf); in usbd_hid_request()
515 bi = udc_get_buf_info(buf); in hid_buf_alloc_ext()
532 bi = udc_get_buf_info(buf); in hid_buf_alloc()
Dbt_hci.c171 bi = udc_get_buf_info(buf); in bt_hci_buf_alloc()
376 bi = udc_get_buf_info(buf); in bt_hci_request()
Dusbd_uac2.c233 bi = udc_get_buf_info(buf); in uac2_buf_alloc()
379 bi = udc_get_buf_info(buf); in write_explicit_feedback()
749 bi = udc_get_buf_info(buf); in uac2_request()
Dusbd_cdc_ecm.c165 bi = udc_get_buf_info(buf); in cdc_ecm_buf_alloc()
293 bi = udc_get_buf_info(buf); in usbd_cdc_ecm_request()
Dusbd_msc.c140 bi = udc_get_buf_info(buf); in msc_buf_alloc()
572 bi = udc_get_buf_info(buf); in usbd_msc_handle_request()
Dusbd_cdc_acm.c134 bi = udc_get_buf_info(buf); in cdc_acm_buf_alloc()
217 bi = udc_get_buf_info(buf); in usbd_cdc_acm_request()
Dusbd_cdc_ncm.c308 bi = udc_get_buf_info(buf); in cdc_ncm_buf_alloc()
645 bi = udc_get_buf_info(buf); in usbd_cdc_ncm_request()
/Zephyr-latest/samples/subsys/usb/webusb-next/src/
Dsfunc.c135 bi = udc_get_buf_info(buf); in sfunc_buf_alloc()
/Zephyr-latest/include/zephyr/drivers/usb/
Dudc.h708 static inline struct udc_buf_info *udc_get_buf_info(const struct net_buf *const buf) in udc_get_buf_info() function
/Zephyr-latest/tests/drivers/udc/src/
Dmain.c41 bi = udc_get_buf_info(event.buf); in event_ep_request()