Home
last modified time | relevance | path

Searched defs:work (Results 26 – 50 of 562) sorted by relevance

12345678910>>...23

/Zephyr-latest/subsys/net/lib/config/
Dinit_clock_sntp.c64 static void sntp_resync_handler(struct k_work *work) in sntp_resync_handler()
/Zephyr-latest/lib/os/
Duser_work.c18 struct k_work_user *work; in z_work_user_q_main() local
/Zephyr-latest/subsys/input/
Dinput_double_tap.c27 struct k_work_delayable work; member
32 static void double_tap_deferred(struct k_work *work) in double_tap_deferred()
Dinput_longpress.c28 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/
Dmain.c189 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/
Dhawkbit_autohandler.c22 static void autohandler(struct k_work *work) in autohandler()
/Zephyr-latest/samples/net/ptp/src/
Dmain.c22 static void stop_handler(struct k_work *work) in stop_handler()
/Zephyr-latest/samples/net/gptp/src/
Dgptp.c24 static void stop_handler(struct k_work *work) in stop_handler()
/Zephyr-latest/drivers/input/
Dinput_chsc6x.c22 struct k_work work; member
64 static void chsc6x_work_handler(struct k_work *work) in chsc6x_work_handler()
Dinput_nunchuk.c32 struct k_work_delayable work; member
56 static void nunchuk_poll(struct k_work *work) in nunchuk_poll()
/Zephyr-latest/drivers/sensor/apds9960/
Dapds9960_trigger.c20 void apds9960_work_cb(struct k_work *work) in apds9960_work_cb()
/Zephyr-latest/doc/build/dts/
Ddesign.rst49 .. _dt-source-compatibility:
/Zephyr-latest/samples/net/dns_resolve/src/
Dmain.c137 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/
Dwork.h27 struct k_work work; member
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_global_hsfll.c171 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/
Dtmd2620_trigger.c21 void tmd2620_work_cb(struct k_work *work) in tmd2620_work_cb()
/Zephyr-latest/drivers/sensor/melexis/mlx90394/
Dmlx90394_async.c21 void mlx90394_async_fetch(struct k_work *work) in mlx90394_async_fetch()
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/
Dmain.c65 static void publish_work_handler(struct k_work *work) in publish_work_handler()
/Zephyr-latest/modules/hal_nordic/nrf_802154/sl_opensource/platform/
Dnrf_802154_temperature_zephyr.c37 static void work_handler(struct k_work *work) in work_handler()
/Zephyr-latest/samples/sensor/qdec/src/
Dmain.c27 void qenc_emulate_work_handler(struct k_work *work) in qenc_emulate_work_handler()
/Zephyr-latest/drivers/wifi/esp_at/
Desp_socket.c17 struct k_work work; member
232 static void esp_workq_flush_work(struct k_work *work)
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_uart.c62 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/
Dmain.c30 static void rgb_work_handler(struct k_work *work) in rgb_work_handler()
/Zephyr-latest/tests/net/socket/tls/src/
Dmain.c263 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/
Dmain.c16 static struct k_work work[NUM_OF_WORK]; variable

12345678910>>...23