Home
last modified time | relevance | path

Searched refs:k_work (Results 1 – 25 of 33) sorted by relevance

12

/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Dwork.c11 static void k_work_submit_to_queue(struct k_work_q *work_q, struct k_work *work) in k_work_submit_to_queue()
14 struct k_work *delayed_work = NULL; in k_work_submit_to_queue()
15 struct k_work *prev_delayed_work = NULL; in k_work_submit_to_queue()
20 delayed_work = (struct k_work *)node; in k_work_submit_to_queue()
38 static void k_work_rm_from_queue(struct k_work_q *work_q, struct k_work *work) in k_work_rm_from_queue()
49 int k_work_init(struct k_work *work, k_work_handler_t handler) in k_work_init()
58 void k_work_submit(struct k_work *work) in k_work_submit()
79 k_work_submit_to_queue(&g_work_queue, (struct k_work *)work); in k_delayed_work_submit()
91 k_work_rm_from_queue(&g_work_queue, (struct k_work *)work); in k_delayed_work_cancel()
A Devent_scheduler.c15 struct k_work *work; in scheduler_loop()
/AliOS-Things-master/components/ble_host/include/
A Dwork.h24 struct k_work;
26 typedef void (*k_work_handler_t)(struct k_work *work);
28 struct k_work { struct
46 int k_work_init(struct k_work *work, k_work_handler_t handler); argument
47 void k_work_submit(struct k_work *work);
52 struct k_work work;
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dl2cap.h141 struct k_work tx_work;
146 struct k_work rx_work;
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsettings.c207 static void save_id(struct k_work *work) in save_id()
226 static struct k_work save_id_work;
A Dhci_core.h208 struct k_work init;
A Dconn_internal.h140 struct k_work tx_complete_work;
A Davdtp.c108 static void avdtp_timeout(struct k_work *work) in avdtp_timeout()
A Dl2cap.c281 static void l2cap_rtx_timeout(struct k_work *work) in l2cap_rtx_timeout()
303 static void l2cap_rx_process(struct k_work *work) in l2cap_rx_process()
828 static void l2cap_chan_tx_process(struct k_work *work) in l2cap_chan_tx_process()
A Drfcomm.c423 static void rfcomm_dlc_rtx_timeout(struct k_work *work) in rfcomm_dlc_rtx_timeout()
1546 static void rfcomm_session_rtx_timeout(struct k_work *work) in rfcomm_session_rtx_timeout()
A Dgatt.c699 static void db_hash_process(struct k_work *work) in db_hash_process()
931 static void sc_process(struct k_work *work) in sc_process()
993 static void ccc_delayed_store(struct k_work *work) in ccc_delayed_store()
1703 static void notify_mult_process(struct k_work *work) in notify_mult_process()
A Dconn.c343 static void tx_complete_work(struct k_work *work) in tx_complete_work()
353 static void conn_update_timeout(struct k_work *work) in conn_update_timeout()
A Dl2cap_br.c171 static void l2cap_br_rtx_timeout(struct k_work *work) in l2cap_br_rtx_timeout()
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_time.h83 struct k_work work;
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dnet.h243 struct k_work local_work;
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dproxy.c88 static void proxy_send_beacons(struct k_work *work);
108 struct k_work send_beacons;
334 static void proxy_send_beacons(struct k_work *work) in proxy_send_beacons()
A Dbeacon.c258 static void beacon_send(struct k_work *work) in beacon_send()
A Dhealth_srv.c386 static void attention_off(struct k_work *work) in attention_off()
A Dnet.c799 static void bt_mesh_net_local(struct k_work *work) in bt_mesh_net_local()
1380 static void ivu_refresh(struct k_work *work) in ivu_refresh()
A Dfriend.c680 static void clear_timeout(struct k_work *work) in clear_timeout()
1007 static void friend_timeout(struct k_work *work) in friend_timeout()
A Dtransport.c310 static void seg_retransmit(struct k_work *work) in seg_retransmit()
1085 static void seg_ack(struct k_work *work) in seg_ack()
A Daccess.c200 static void mod_publish(struct k_work *work) in mod_publish()
A Dlpn.c734 static void lpn_timeout(struct k_work *work) in lpn_timeout()
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_time.c1074 static void genie_time_do_work(struct k_work *work) in genie_time_do_work()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dgatt.c957 void notify_action(struct k_work *work) in notify_action()

Completed in 70 milliseconds

12