Home
last modified time | relevance | path

Searched refs:K_WORK_DELAYABLE_DEFINE (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_autohandler.c17 static K_WORK_DELAYABLE_DEFINE(hawkbit_work_handle, autohandler);
18 static K_WORK_DELAYABLE_DEFINE(hawkbit_work_handle_once, autohandler);
/Zephyr-latest/subsys/net/lib/config/
Dinit_clock_sntp.c18 static K_WORK_DELAYABLE_DEFINE(sntp_resync_work_handle, sntp_resync_handler);
/Zephyr-latest/tests/posix/common/src/
Dsleep.c25 K_WORK_DELAYABLE_DEFINE(waker, waker_func);
/Zephyr-latest/samples/net/sockets/coap_server/src/
Dobserver.c18 K_WORK_DELAYABLE_DEFINE(obs_work, update_counter);
/Zephyr-latest/subsys/usb/device_next/
Dusbd_msg.c19 static K_WORK_DELAYABLE_DEFINE(msg_work, msg_work_handler);
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/
Dext_adv_scanner.c54 static K_WORK_DELAYABLE_DEFINE(free_conn_object_work, free_conn_object_work_fn);
Dext_adv_advertiser.c139 static K_WORK_DELAYABLE_DEFINE(free_conn_object_work, free_conn_object_work_fn);
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.c41 static K_WORK_DELAYABLE_DEFINE(simulate_event_work, simulate_event_handler);
/Zephyr-latest/drivers/clock_control/
Dclock_control_smartbond.c49 static K_WORK_DELAYABLE_DEFINE(calibration_work, calibration_work_cb);
50 static K_WORK_DELAYABLE_DEFINE(xtal32k_settle_work, xtal32k_settle_work_cb);
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_broadcaster.c33 K_WORK_DELAYABLE_DEFINE(iso_send_work, send_data_cb);
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_central.c80 K_WORK_DELAYABLE_DEFINE(iso_send_work, send_data_cb);
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst143 K_WORK_DELAYABLE_DEFINE(temp_work, notify_observers);
/Zephyr-latest/drivers/disk/nvme/
Dnvme_cmd.c30 static K_WORK_DELAYABLE_DEFINE(request_timer, request_timeout);
/Zephyr-latest/tests/kernel/workq/work_queue/src/
Dmain.c826 K_WORK_DELAYABLE_DEFINE(initialized_by_macro, delayed_work_handler); in ZTEST()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c284 static K_WORK_DELAYABLE_DEFINE(pa_timer, pa_timer_handler);
/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_member.c87 static K_WORK_DELAYABLE_DEFINE(deferred_nfy_work, deferred_nfy_work_handler);
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/src/
Dos_mgmt.c63 K_WORK_DELAYABLE_DEFINE(os_mgmt_reset_work, os_mgmt_reset_work_handler);
/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_adv.c153 static K_WORK_DELAYABLE_DEFINE(tx_work, tx_work_handler);
/Zephyr-latest/lib/posix/options/
Dpthread.c460 static K_WORK_DELAYABLE_DEFINE(posix_thread_recycle_work, posix_thread_recycle_work_handler);
/Zephyr-latest/tests/kernel/workq/work/src/
Dmain.c203 static K_WORK_DELAYABLE_DEFINE(fnstat, counter_handler); in test_delayable_init()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c852 static K_WORK_DELAYABLE_DEFINE(pa_timer, pa_timer_handler);
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c786 static K_WORK_DELAYABLE_DEFINE(pa_timer, pa_timer_handler);
/Zephyr-latest/include/zephyr/
Dkernel.h4067 #define K_WORK_DELAYABLE_DEFINE(work, work_handler) \ macro
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c80 static K_WORK_DELAYABLE_DEFINE(wpa_supp_status_work,
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c244 static K_WORK_DELAYABLE_DEFINE(active_scan_timeout_work, active_scan_timeout);

12