| /components/drivers/wlan/ |
| A D | dev_wlan_mgnt.c | 103 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 D | usbh_core.h | 179 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 D | mailbox.c | 127 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 D | usb_hc.h | 52 usbh_complete_callback_t complete; member
|
| /components/drivers/include/drivers/ |
| A D | mailbox.h | 48 rt_bool_t complete; member
|
| /components/drivers/usb/cherryusb/port/rp2040/ |
| A D | usb_hc_rp2040.c | 608 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 D | usb_hc_musb.c | 829 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 D | usb_hc_ehci.c | 632 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 D | usb_hc_dwc2.c | 1142 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 D | mqtt_client.txt | 151 /* Called when publish is complete either with success or failure */
|
| A D | rawapi.txt | 376 A truly complete and generic sequence for initializing the lwIP stack
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | mqtt_client.txt | 151 /* Called when publish is complete either with success or failure */
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 167 f_mkfs() supports multiple partition to complete the multiple partition feature.
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | 00history.txt | 167 f_mkfs() supports multiple partition to complete the multiple partition feature.
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 366 A truly complete and generic sequence for initializing the lwip stack
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 2311 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 D | CHANGELOG | 3267 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 D | CHANGELOG | 3520 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 D | lwip.Doxyfile | 319 # diagrams that involve STL classes more complete and accurate.
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 328 # diagrams that involve STL classes more complete and accurate.
|
| A D | lwip.Doxyfile.cmake.in | 328 # diagrams that involve STL classes more complete and accurate.
|