Home
last modified time | relevance | path

Searched refs:tx_complete (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/drivers/core/base/include/device/
A Daos_device.h109 int (*tx_complete)(aos_device_t dev, void *buffer); member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn_internal.h139 sys_slist_t tx_complete; member
A Dconn.c318 if (sys_slist_is_empty(&conn->tx_complete)) { in tx_notify()
323 tx = (void *)sys_slist_get_not_empty(&conn->tx_complete); in tx_notify()
A Dhci_core.c1460 sys_slist_append(&conn->tx_complete, &tx->node); in bt_hci_num_complete_packets()
1527 sys_slist_append(&conn->tx_complete, &tx->node); in hci_num_completed_packets()
/AliOS-Things-master/components/drivers/core/base/device/
A Ddevice.c540 dev->tx_complete = tx_done;

Completed in 33 milliseconds