/Zephyr-Core-3.5.0/tests/bluetooth/audio/mocks/src/ |
D | kernel.c | 36 struct k_work *work; in k_work_reschedule() local 59 int k_work_cancel(struct k_work *work) in k_work_cancel() 66 void k_work_init(struct k_work *work, k_work_handler_t handler) in k_work_init() 71 int k_work_submit(struct k_work *work) in k_work_submit() 78 int k_work_busy_get(const struct k_work *work) in k_work_busy_get() 85 struct k_work *work; in k_sleep() local 113 struct k_work *work, *tmp; in mock_kernel_cleanup() local
|
/Zephyr-Core-3.5.0/kernel/ |
D | work.c | 66 static void handle_flush(struct k_work *work) in handle_flush() 92 struct k_work *work) in init_work_cancel() 109 static void finalize_cancel_locked(struct k_work *work) in finalize_cancel_locked() 134 void k_work_init(struct k_work *work, in k_work_init() 145 static inline int work_busy_get_locked(const struct k_work *work) in work_busy_get_locked() 150 int k_work_busy_get(const struct k_work *work) in k_work_busy_get() 172 struct k_work *work, in queue_flusher_locked() 203 struct k_work *work) in queue_remove_locked() 252 struct k_work *work) in queue_submit_locked() 311 static int submit_to_queue_locked(struct k_work *work, in submit_to_queue_locked() [all …]
|
D | poll.c | 570 static void triggered_work_handler(struct k_work *work) in triggered_work_handler() 623 static int triggered_work_cancel(struct k_work_poll *work, in triggered_work_cancel() 653 void k_work_poll_init(struct k_work_poll *work, in k_work_poll_init() 667 struct k_work_poll *work, in k_work_poll_submit_to_queue() 779 int k_work_poll_submit(struct k_work_poll *work, in k_work_poll_submit() 794 int k_work_poll_cancel(struct k_work_poll *work) in k_work_poll_cancel()
|
/Zephyr-Core-3.5.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | no_transition_work_handler.c | 14 static void unsolicitedly_publish_states_work_handler(struct k_work *work) in unsolicitedly_publish_states_work_handler() 37 static void no_transition_work_handler(struct k_work *work) in no_transition_work_handler()
|
D | transition.c | 155 static void onoff_work_handler(struct k_work *work) in onoff_work_handler() 212 static void level_lightness_work_handler(struct k_work *work) in level_lightness_work_handler() 274 static void level_temp_work_handler(struct k_work *work) in level_temp_work_handler() 305 static void light_lightness_actual_work_handler(struct k_work *work) in light_lightness_actual_work_handler() 331 static void light_lightness_linear_work_handler(struct k_work *work) in light_lightness_linear_work_handler() 357 static void light_ctl_work_handler(struct k_work *work) in light_ctl_work_handler() 390 static void light_ctl_temp_work_handler(struct k_work *work) in light_ctl_temp_work_handler()
|
D | publisher.c | 20 void publish(struct k_work *work) in publish()
|
/Zephyr-Core-3.5.0/tests/kernel/workq/work/ |
D | CMakeLists.txt | 5 project(work) project
|
/Zephyr-Core-3.5.0/tests/kernel/interrupt/src/ |
D | interrupt_offload.c | 46 struct k_work *work; member 52 static void entry_offload_job(struct k_work *work) in entry_offload_job() 71 struct k_work *work = ((struct interrupt_param *)param)->work; in isr_handler() local 125 static void trigger_offload_interrupt(const bool real_irq, void *work) in trigger_offload_interrupt()
|
/Zephyr-Core-3.5.0/tests/kernel/workq/work_queue/src/ |
D | main.c | 47 struct k_work_delayable work; member 52 struct k_work_poll work; member 82 struct k_work_poll work; member 90 static void work_handler(struct k_work *work) in work_handler() 204 static void resubmit_work_handler(struct k_work *work) in resubmit_work_handler() 245 static void delayed_work_handler(struct k_work *work) in delayed_work_handler() 412 static void triggered_work_handler(struct k_work *work) in triggered_work_handler() 547 static void triggered_resubmit_work_handler(struct k_work *work) in triggered_resubmit_work_handler() 745 static void triggered_from_msgq_work_handler(struct k_work *work) in triggered_from_msgq_work_handler()
|
/Zephyr-Core-3.5.0/subsys/shell/backends/ |
D | shell_mqtt.c | 51 static inline int sh_mqtt_work_submit(struct k_work *work) in sh_mqtt_work_submit() 227 static void sh_mqtt_process_handler(struct k_work *work) in sh_mqtt_process_handler() 297 static void sh_mqtt_subscribe_handler(struct k_work *work) in sh_mqtt_subscribe_handler() 365 static void sh_mqtt_connect_handler(struct k_work *work) in sh_mqtt_connect_handler() 472 static void sh_mqtt_publish_handler(struct k_work *work) in sh_mqtt_publish_handler() 498 static void net_disconnect_handler(struct k_work *work) in net_disconnect_handler()
|
/Zephyr-Core-3.5.0/tests/kernel/workq/work/src/ |
D | main.c | 141 static void counter_handler(struct k_work *work) in counter_handler() 177 static void rel_handler(struct k_work *work) in rel_handler() 183 static void delay_handler(struct k_work *work) in delay_handler() 213 ZTEST(work, test_unstarted) in ZTEST() argument 273 ZTEST(work, test_null_queue) in ZTEST() argument 317 ZTEST(work, test_smp_simple_queue) in ZTEST() argument 667 struct k_work work; member 808 ZTEST(work, test_smp_running_cancel) in ZTEST() argument 850 ZTEST(work, test_drain_empty) in ZTEST() argument 860 struct k_work work; member [all …]
|
/Zephyr-Core-3.5.0/samples/net/lwm2m_client/src/ |
D | temperature.c | 23 static void temp_work_cb(struct k_work *work) in temp_work_cb()
|
/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/smp/ |
D | smp_client.h | 21 struct k_work work; member
|
/Zephyr-Core-3.5.0/samples/drivers/can/counter/src/ |
D | main.c | 89 void change_led_work_handler(struct k_work *work) in change_led_work_handler() 161 void state_change_work_handler(struct k_work *work) in state_change_work_handler() 183 struct k_work *work = (struct k_work *)user_data; in state_change_callback() local
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | long_wq.c | 24 int bt_long_wq_submit(struct k_work *work) in bt_long_wq_submit()
|
/Zephyr-Core-3.5.0/tests/benchmarks/latency_measure/src/ |
D | int_to_thread_evt.c | 25 static struct k_work work; variable
|
/Zephyr-Core-3.5.0/lib/os/ |
D | user_work.c | 18 struct k_work_user *work; in z_work_user_q_main() local
|
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_peripheral/src/ |
D | main.c | 180 static void audio_timer_timeout(struct k_work *work) in audio_timer_timeout() 189 static void media_play_timeout(struct k_work *work) in media_play_timeout()
|
/Zephyr-Core-3.5.0/samples/net/gptp/src/ |
D | gptp.c | 24 static void stop_handler(struct k_work *work) in stop_handler()
|
/Zephyr-Core-3.5.0/drivers/sensor/apds9960/ |
D | apds9960_trigger.c | 20 void apds9960_work_cb(struct k_work *work) in apds9960_work_cb()
|
/Zephyr-Core-3.5.0/doc/build/dts/ |
D | design.rst | 49 .. _dt-source-compatibility:
|
/Zephyr-Core-3.5.0/samples/net/dns_resolve/src/ |
D | main.c | 135 static void do_ipv4_lookup(struct k_work *work) in do_ipv4_lookup() 260 static void do_mdns_ipv4_lookup(struct k_work *work) in do_mdns_ipv4_lookup() 364 static void do_mdns_ipv6_lookup(struct k_work *work) in do_mdns_ipv6_lookup()
|
/Zephyr-Core-3.5.0/samples/subsys/mgmt/mcumgr/smp_svr/src/ |
D | bluetooth.c | 26 static void advertise(struct k_work *work) in advertise()
|
/Zephyr-Core-3.5.0/drivers/sensor/tmp108/ |
D | tmp108_trigger.c | 17 void tmp108_trigger_handle_one_shot(struct k_work *work) in tmp108_trigger_handle_one_shot()
|
/Zephyr-Core-3.5.0/subsys/input/ |
D | input_longpress.c | 27 struct k_work_delayable work; member 37 static void longpress_deferred(struct k_work *work) in longpress_deferred()
|