Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 21 of 21) sorted by relevance

/components/drivers/wlan/
A Ddev_wlan_mgnt.c103 struct rt_event complete; member
597 if (complete == RT_NULL) in rt_wlan_complete_create()
601 return complete; in rt_wlan_complete_create()
603 rt_event_init(&complete->complete, name, RT_IPC_FLAG_FIFO); in rt_wlan_complete_create()
620 rt_event_detach(&complete->complete); in rt_wlan_complete_create()
621 rt_free(complete); in rt_wlan_complete_create()
622 complete = RT_NULL; in rt_wlan_complete_create()
625 return complete; in rt_wlan_complete_create()
644 return rt_event_recv(&complete->complete, event, RT_EVENT_FLAG_OR, in rt_wlan_complete_wait()
658 rt_event_detach(&complete->complete); in rt_wlan_complete_delete()
[all …]
/components/drivers/usb/cherryusb/core/
A Dusbh_core.h179 usbh_complete_callback_t complete, in usbh_control_urb_fill() argument
188 urb->complete = complete; in usbh_control_urb_fill()
198 usbh_complete_callback_t complete, in usbh_bulk_urb_fill() argument
207 urb->complete = complete; in usbh_bulk_urb_fill()
217 usbh_complete_callback_t complete, in usbh_int_urb_fill() argument
226 urb->complete = complete; in usbh_int_urb_fill()
/components/drivers/mailbox/
A Dmailbox.c127 chan->complete = RT_FALSE; in rt_mbox_send()
145 chan->complete = RT_TRUE; in rt_mbox_send()
175 chan->complete = RT_TRUE; in rt_mbox_send_done()
183 if (!chan->complete) in mbox_chan_timeout()
/components/drivers/usb/cherryusb/common/
A Dusb_hc.h52 usbh_complete_callback_t complete; member
/components/drivers/include/drivers/
A Dmailbox.h48 rt_bool_t complete; member
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_hc_rp2040.c608 if (urb->complete) { in usbh_kill_urb()
609 urb->complete(urb->arg, urb->errorcode); in usbh_kill_urb()
629 if (urb->complete) { in rp2040_urb_waitup()
631 urb->complete(urb->arg, urb->errorcode); in rp2040_urb_waitup()
633 urb->complete(urb->arg, urb->actual_length); in rp2040_urb_waitup()
/components/drivers/usb/cherryusb/port/musb/
A Dusb_hc_musb.c829 if (urb->complete) { in usbh_kill_urb()
830 urb->complete(urb->arg, urb->errorcode); in usbh_kill_urb()
851 if (urb->complete) { in musb_urb_waitup()
853 urb->complete(urb->arg, urb->errorcode); in musb_urb_waitup()
855 urb->complete(urb->arg, urb->actual_length); in musb_urb_waitup()
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c632 if (urb->complete) { in ehci_urb_waitup()
634 urb->complete(urb->arg, urb->errorcode); in ehci_urb_waitup()
636 urb->complete(urb->arg, urb->actual_length); in ehci_urb_waitup()
1362 if (urb->complete) { in usbh_kill_urb()
1363 urb->complete(urb->arg, urb->errorcode); in usbh_kill_urb()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c1142 if (urb->complete) { in usbh_kill_urb()
1143 urb->complete(urb->arg, urb->errorcode); in usbh_kill_urb()
1163 if (urb->complete) { in dwc2_urb_waitup()
1165 urb->complete(urb->arg, urb->errorcode); in dwc2_urb_waitup()
1167 urb->complete(urb->arg, urb->actual_length); in dwc2_urb_waitup()
/components/net/lwip/lwip-2.0.3/doc/
A Dmqtt_client.txt151 /* Called when publish is complete either with success or failure */
A Drawapi.txt376 A truly complete and generic sequence for initializing the lwIP stack
/components/net/lwip/lwip-2.1.2/doc/
A Dmqtt_client.txt151 /* Called when publish is complete either with success or failure */
/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt167 f_mkfs() supports multiple partition to complete the multiple partition feature.
/components/dfs/dfs_v2/filesystems/elmfat/
A D00history.txt167 f_mkfs() supports multiple partition to complete the multiple partition feature.
/components/net/lwip/lwip-1.4.1/doc/
A Drawapi.txt366 A truly complete and generic sequence for initializing the lwip stack
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG2311 the complete stack.
2366 create checksum over the complete packet. On RX, if it's < 8 (and not 0),
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG3267 the complete stack.
3322 create checksum over the complete packet. On RX, if it's < 8 (and not 0),
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG3520 the complete stack.
3575 create checksum over the complete packet. On RX, if it's < 8 (and not 0),
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile319 # diagrams that involve STL classes more complete and accurate.
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile328 # diagrams that involve STL classes more complete and accurate.
A Dlwip.Doxyfile.cmake.in328 # diagrams that involve STL classes more complete and accurate.

Completed in 41 milliseconds