/Zephyr-latest/subsys/bluetooth/audio/ |
D | micp_mic_dev.c | 62 static void notify_work_handler(struct k_work *work) in notify_work_handler() argument 64 struct k_work_delayable *d_work = k_work_delayable_from_work(work); in notify_work_handler()
|
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/ |
D | main.c | 189 static void audio_timer_timeout(struct k_work *work) in audio_timer_timeout() argument 198 static void media_play_timeout(struct k_work *work) in media_play_timeout() argument
|
/Zephyr-latest/subsys/testsuite/busy_sim/ |
D | busy_sim.c | 55 static void rng_pool_work_handler(struct k_work *work) in rng_pool_work_handler() argument 72 k_work_submit(work); in rng_pool_work_handler()
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_offload.c | 66 static void eswifi_off_connect_work(struct k_work *work) in eswifi_off_connect_work() argument 75 socket = CONTAINER_OF(work, struct eswifi_off_socket, connect_work); in eswifi_off_connect_work() 221 static void eswifi_off_send_work(struct k_work *work) in eswifi_off_send_work() argument 230 socket = CONTAINER_OF(work, struct eswifi_off_socket, send_work); in eswifi_off_send_work()
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_bt.c | 205 static void conn_param_on_pref_restore(struct k_work *work) in conn_param_on_pref_restore() argument 207 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in conn_param_on_pref_restore() 217 static void conn_param_on_error_retry(struct k_work *work) in conn_param_on_error_retry() argument 219 struct k_work_delayable *ework = k_work_delayable_from_work(work); in conn_param_on_error_retry()
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | phy_ti_dp83825.c | 472 static void phy_ti_dp83825_monitor_work_handler(struct k_work *work) in phy_ti_dp83825_monitor_work_handler() argument 474 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in phy_ti_dp83825_monitor_work_handler() 539 phy_ti_dp83825_monitor_work_handler(&data->phy_monitor_work.work); in phy_ti_dp83825_init() 563 phy_ti_dp83825_monitor_work_handler(&data->phy_monitor_work.work); in phy_ti_dp83825_init()
|
/Zephyr-latest/modules/canopennode/ |
D | CO_driver.c | 24 struct k_work work; member 139 k_work_submit_to_queue(&canopen_tx_workq, &canopen_tx_queue.work); in canopen_tx_callback() 145 CONTAINER_OF(item, struct canopen_tx_work_container, work); in canopen_tx_retry() 548 k_work_init(&canopen_tx_queue.work, canopen_tx_retry); in canopen_init()
|
/Zephyr-latest/drivers/sensor/st/lis2dux12/ |
D | lis2dux12.h | 111 struct k_work work; member
|
/Zephyr-latest/drivers/sensor/sx9500/ |
D | Kconfig | 48 int "Sensor delayed work thread stack size"
|
/Zephyr-latest/drivers/sensor/ti/bq274xx/ |
D | bq274xx.h | 114 struct k_work work; member
|
/Zephyr-latest/samples/sensor/mpr/ |
D | README.rst | 29 It does not work on QEMU.
|
/Zephyr-latest/cmake/ide/ |
D | eclipse_cdt4_generator_amendment.cmake | 56 # 1 - work mode: "C and CXX includes, defines in .cproject without __cplusplus" 57 # 2 - work mode: "C and CXX includes, defines in .cproject with __cplusplus" 58 # 5 - work mode: "C and CXX includes, defines in Eclipse with project defines" 64 ## 3 - work mode: "C and CXX includes, defines in .settings - [EXPERIMENTAL]" 65 ## 4 - work mode: "C and CXX includes, defines in .settings with project defines - [EXPERIMENTAL]"
|
/Zephyr-latest/tests/kernel/smp/src/ |
D | main.c | 821 static void workq_handler(struct k_work *work) in workq_handler() argument 836 static struct k_work work; in ZTEST() local 838 k_work_init(&work, workq_handler); in ZTEST() 841 k_work_submit(&work); in ZTEST() 847 zassert_equal(k_work_busy_get(&work), 0); in ZTEST()
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_pcf8563.c | 75 void callback_work_handler(struct k_work *work); 374 void callback_work_handler(struct k_work *work) in callback_work_handler() argument 377 struct pcf8563_data *data = CONTAINER_OF(work, struct pcf8563_data, callback_work); in callback_work_handler()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv.h | 126 int bt_mesh_wq_submit(struct k_work *work);
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_internal.h | 125 struct k_work work; member
|
/Zephyr-latest/drivers/sensor/st/ism330dhcx/ |
D | ism330dhcx.h | 107 struct k_work work; member
|
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/ |
D | fmac_main.h | 129 void nrf_wifi_scan_timeout_work(struct k_work *work);
|
/Zephyr-latest/drivers/sensor/ams/tsl2591/ |
D | tsl2591.h | 137 struct k_work work; member
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | periphs.c | 83 static void motion_timeout(struct k_work *work) in motion_timeout() argument
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | uart_reinit.c | 11 void shell_init_from_work(struct k_work *work) in shell_init_from_work() argument
|
/Zephyr-latest/samples/boards/bbc/microbit/sound/src/ |
D | main.c | 34 static void beep(struct k_work *work) in beep() argument
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | CMakeLists.txt | 7 This is only for building (CI) purposes and will not work on a real device.
|
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/ |
D | peripheral_test.c | 128 void update_bas_char_work_handler(struct k_work *work) in update_bas_char_work_handler() argument
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap_tz/src/ |
D | main.c | 37 static void work_func(struct k_work *work) in work_func() argument
|