Home
last modified time | relevance | path

Searched refs:usb_transfer_sync (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/usb/
Dusb_device.h407 int usb_transfer_sync(uint8_t ep, uint8_t *data, size_t dlen, unsigned int flags);
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c161 usb_transfer_sync( in hci_tx_thread()
167 usb_transfer_sync( in hci_tx_thread()
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_eem.c130 ret = usb_transfer_sync(eem_ep_data[EEM_IN_EP_IDX].ep_addr, in eem_send()
Dfunction_ecm.c265 ret = usb_transfer_sync(ecm_ep_data[ECM_IN_EP_IDX].ep_addr, in ecm_send()
Dfunction_rndis.c959 ret = usb_transfer_sync(rndis_ep_data[RNDIS_IN_EP_IDX].ep_addr, tx_buf, in rndis_send()
/Zephyr-latest/samples/subsys/dap/src/
Dmain.c330 err = usb_transfer_sync(ep, tx_buf, len, USB_TRANS_WRITE | USB_TRANS_NO_ZLP); in dap_usb_process()
/Zephyr-latest/subsys/usb/device/
Dusb_transfer.c314 int usb_transfer_sync(uint8_t ep, uint8_t *data, size_t dlen, unsigned int flags) in usb_transfer_sync() function
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst736 * Fixed possible deadlock in usb_transfer_sync().
1172 * :github:`31091` - usb: usb_transfer_sync deadlocks on disconnect/cancel transfer
1222 * :github:`30736` - Deadlock with usb_transfer_sync()