/Zephyr-latest/subsys/net/lib/config/ |
D | init_clock_sntp.c | 64 static void sntp_resync_handler(struct k_work *work) in sntp_resync_handler()
|
/Zephyr-latest/lib/os/ |
D | user_work.c | 18 struct k_work_user *work; in z_work_user_q_main() local
|
/Zephyr-latest/subsys/input/ |
D | input_double_tap.c | 27 struct k_work_delayable work; member 32 static void double_tap_deferred(struct k_work *work) in double_tap_deferred()
|
D | input_longpress.c | 28 struct k_work_delayable work; member 33 static void longpress_deferred(struct k_work *work) in longpress_deferred()
|
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/ |
D | main.c | 189 static void audio_timer_timeout(struct k_work *work) in audio_timer_timeout() 198 static void media_play_timeout(struct k_work *work) in media_play_timeout()
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit_autohandler.c | 22 static void autohandler(struct k_work *work) in autohandler()
|
/Zephyr-latest/samples/net/ptp/src/ |
D | main.c | 22 static void stop_handler(struct k_work *work) in stop_handler()
|
/Zephyr-latest/samples/net/gptp/src/ |
D | gptp.c | 24 static void stop_handler(struct k_work *work) in stop_handler()
|
/Zephyr-latest/drivers/input/ |
D | input_chsc6x.c | 22 struct k_work work; member 64 static void chsc6x_work_handler(struct k_work *work) in chsc6x_work_handler()
|
D | input_nunchuk.c | 32 struct k_work_delayable work; member 56 static void nunchuk_poll(struct k_work *work) in nunchuk_poll()
|
/Zephyr-latest/drivers/sensor/apds9960/ |
D | apds9960_trigger.c | 20 void apds9960_work_cb(struct k_work *work) in apds9960_work_cb()
|
/Zephyr-latest/doc/build/dts/ |
D | design.rst | 49 .. _dt-source-compatibility:
|
/Zephyr-latest/samples/net/dns_resolve/src/ |
D | main.c | 137 static void do_ipv4_lookup(struct k_work *work) in do_ipv4_lookup() 264 static void do_mdns_ipv4_lookup(struct k_work *work) in do_mdns_ipv4_lookup() 368 static void do_mdns_ipv6_lookup(struct k_work *work) in do_mdns_ipv6_lookup()
|
/Zephyr-latest/modules/nrf_wifi/os/ |
D | work.h | 27 struct k_work work; member
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_global_hsfll.c | 171 static void global_hsfll_work_handler(struct k_work *work) in global_hsfll_work_handler() 193 static void global_hsfll_evt_handler(struct k_work *work) in global_hsfll_evt_handler() 226 static void global_hsfll_timeout_handler(struct k_work *work) in global_hsfll_timeout_handler()
|
/Zephyr-latest/drivers/sensor/ams/tmd2620/ |
D | tmd2620_trigger.c | 21 void tmd2620_work_cb(struct k_work *work) in tmd2620_work_cb()
|
/Zephyr-latest/drivers/sensor/melexis/mlx90394/ |
D | mlx90394_async.c | 21 void mlx90394_async_fetch(struct k_work *work) in mlx90394_async_fetch()
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/ |
D | main.c | 65 static void publish_work_handler(struct k_work *work) in publish_work_handler()
|
/Zephyr-latest/modules/hal_nordic/nrf_802154/sl_opensource/platform/ |
D | nrf_802154_temperature_zephyr.c | 37 static void work_handler(struct k_work *work) in work_handler()
|
/Zephyr-latest/samples/sensor/qdec/src/ |
D | main.c | 27 void qenc_emulate_work_handler(struct k_work *work) in qenc_emulate_work_handler()
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp_socket.c | 17 struct k_work work; member 232 static void esp_workq_flush_work(struct k_work *work)
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_uart.c | 62 static void smp_uart_process_rx_queue(struct k_work *work) in smp_uart_process_rx_queue()
|
/Zephyr-latest/samples/drivers/led/sx1509b_intensity/src/ |
D | main.c | 30 static void rgb_work_handler(struct k_work *work) in rgb_work_handler()
|
/Zephyr-latest/tests/net/socket/tls/src/ |
D | main.c | 263 static void test_msg_waitall_tx_work_handler(struct k_work *work) in test_msg_waitall_tx_work_handler() 278 struct k_work_delayable work; member 283 static void client_connect_work_handler(struct k_work *work) in client_connect_work_handler() 293 static void dtls_client_connect_send_work_handler(struct k_work *work) in dtls_client_connect_send_work_handler() 529 static void send_work_handler(struct k_work *work) in send_work_handler() 592 static void test_sendmsg_tx_work_handler(struct k_work *work) in test_sendmsg_tx_work_handler() 805 struct k_work_delayable work; member 809 static void close_work(struct k_work *work) in close_work() 927 struct k_work_delayable work; member 932 static void fake_tcp_server_work(struct k_work *work) in fake_tcp_server_work() [all …]
|
/Zephyr-latest/tests/kernel/profiling/profiling_api/src/ |
D | main.c | 16 static struct k_work work[NUM_OF_WORK]; variable
|