Home
last modified time | relevance | path

Searched refs:work (Results 351 – 375 of 991) sorted by relevance

1...<<11121314151617181920>>...40

/Zephyr-latest/subsys/bluetooth/audio/
Dmicp_mic_dev.c62 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/
Dmain.c189 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/
Dbusy_sim.c55 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/
Deswifi_offload.c66 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/
Dsmp_bt.c205 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/
Dphy_ti_dp83825.c472 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/
DCO_driver.c24 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/
Dlis2dux12.h111 struct k_work work; member
/Zephyr-latest/drivers/sensor/sx9500/
DKconfig48 int "Sensor delayed work thread stack size"
/Zephyr-latest/drivers/sensor/ti/bq274xx/
Dbq274xx.h114 struct k_work work; member
/Zephyr-latest/samples/sensor/mpr/
DREADME.rst29 It does not work on QEMU.
/Zephyr-latest/cmake/ide/
Declipse_cdt4_generator_amendment.cmake56 # 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/
Dmain.c821 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/
Drtc_pcf8563.c75 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/
Dadv.h126 int bt_mesh_wq_submit(struct k_work *work);
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_internal.h125 struct k_work work; member
/Zephyr-latest/drivers/sensor/st/ism330dhcx/
Dism330dhcx.h107 struct k_work work; member
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dfmac_main.h129 void nrf_wifi_scan_timeout_work(struct k_work *work);
/Zephyr-latest/drivers/sensor/ams/tsl2591/
Dtsl2591.h137 struct k_work work; member
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dperiphs.c83 static void motion_timeout(struct k_work *work) in motion_timeout() argument
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Duart_reinit.c11 void shell_init_from_work(struct k_work *work) in shell_init_from_work() argument
/Zephyr-latest/samples/boards/bbc/microbit/sound/src/
Dmain.c34 static void beep(struct k_work *work) in beep() argument
/Zephyr-latest/drivers/bluetooth/hci/
DCMakeLists.txt7 This is only for building (CI) purposes and will not work on a real device.
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dperipheral_test.c128 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/
Dmain.c37 static void work_func(struct k_work *work) in work_func() argument

1...<<11121314151617181920>>...40