/Zephyr-latest/soc/st/stm32/stm32wbax/hci_if/ |
D | host_stack_if.c | 76 k_work_init(&ble_ctlr_stack_work, &ble_ctlr_stack_handler); in stm32wba_ble_ctlr_init() 77 k_work_init(&bpka_work, &bpka_work_handler); in stm32wba_ble_ctlr_init()
|
D | ll_sys_if_adapt.c | 38 k_work_init(&ll_sys_work, &ll_sys_bg_process_handler); in ll_sys_bg_process_init()
|
/Zephyr-latest/tests/kernel/workq/work_queue/src/ |
D | start_stop.c | 41 k_work_init(&works[i], work_handler); in ZTEST() 54 k_work_init(&work, work_handler); in ZTEST()
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp_socket.c | 95 k_work_init(&sock->connect_work, esp_connect_work); in esp_socket_init() 96 k_work_init(&sock->recvdata_work, esp_recvdata_work); in esp_socket_init() 97 k_work_init(&sock->close_work, esp_close_work); in esp_socket_init() 98 k_work_init(&sock->send_work, esp_send_work); in esp_socket_init() 244 k_work_init(&flush.work, esp_workq_flush_work);
|
/Zephyr-latest/tests/kernel/workq/work/src/ |
D | main.c | 196 k_work_init(&stack, counter_handler); in test_work_init() 217 k_work_init(&common_work, counter_handler); in ZTEST() 277 k_work_init(&common_work, counter_handler); in ZTEST() 291 k_work_init(&common_work, counter_handler); in ZTEST() 328 k_work_init(&common_work, counter_handler); in ZTEST() 359 k_work_init(&common_work, rel_handler); in ZTEST() 397 k_work_init(&common_work, rel_handler); in ZTEST() 436 k_work_init(&common_work, delay_handler); in ZTEST() 437 k_work_init(&common_work1, delay_handler); in ZTEST() 474 k_work_init(&common_work, delay_handler); in ZTEST() [all …]
|
/Zephyr-latest/tests/bluetooth/host/conn/mocks/ |
D | kernel.h | 18 FAKE(k_work_init) \ 40 DECLARE_FAKE_VOID_FUNC(k_work_init, struct k_work *, k_work_handler_t);
|
D | kernel.c | 17 DEFINE_FAKE_VOID_FUNC(k_work_init, struct k_work *, k_work_handler_t);
|
/Zephyr-latest/tests/kernel/pending/src/ |
D | main.c | 307 k_work_init(&offload1.work_item, sync_threads); in ZTEST() 339 k_work_init(&offload1.work_item, sync_threads); in ZTEST() 375 k_work_init(&offload1.work_item, sync_threads); in ZTEST() 379 k_work_init(&offload2.work_item, sync_threads); in ZTEST() 406 k_work_init(&offload1.work_item, sync_threads); in ZTEST() 441 k_work_init(&offload2.work_item, sync_threads); in ZTEST()
|
/Zephyr-latest/samples/subsys/zbus/work_queue/src/ |
D | main.c | 119 k_work_init(&wq_handler1.work, wq_dh_cb); in main() 120 k_work_init(&wq_handler2.work, wq_dh_cb); in main() 121 k_work_init(&wq_handler3.work, wq_dh_cb); in main()
|
/Zephyr-latest/drivers/modem/ |
D | modem_at_shell.c | 160 k_work_init(&at_shell_open_pipe_work, at_shell_open_pipe_handler); in at_shell_init_work() 161 k_work_init(&at_shell_attach_chat_work, at_shell_attach_chat_handler); in at_shell_init_work() 162 k_work_init(&at_shell_release_chat_work, at_shell_release_chat_handler); in at_shell_init_work()
|
/Zephyr-latest/tests/net/socket/socketpair/src/ |
D | block.c | 73 k_work_init(&work, work_handler); in ZTEST_F() 114 k_work_init(&work, work_handler); in ZTEST_F()
|
D | poll.c | 112 k_work_init(&work, close_fun); in ZTEST_F() 150 k_work_init(&work, close_fun); in ZTEST_F() 257 k_work_init(&work, rw_fun); in ZTEST_F() 280 k_work_init(&work, rw_fun); in ZTEST_F()
|
/Zephyr-latest/tests/kernel/profiling/profiling_api/src/ |
D | main.c | 89 k_work_init(&work[i], work_handler); in ZTEST()
|
/Zephyr-latest/subsys/modem/backends/ |
D | modem_backend_uart.c | 44 k_work_init(&backend->transmit_idle_work, modem_backend_uart_transmit_idle_handler); in modem_backend_uart_init()
|
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/src/ |
D | bluetooth.c | 81 k_work_init(&advertise_work, advertise); in start_smp_bluetooth_adverts()
|
/Zephyr-latest/tests/subsys/modem/mock/ |
D | modem_backend_mock.c | 113 k_work_init(&mock->receive_ready_work, modem_backend_mock_receive_ready_handler); in modem_backend_mock_init() 114 k_work_init(&mock->transmit_idle_work, modem_backend_mock_transmit_idle_handler); in modem_backend_mock_init()
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/ |
D | app_gpio.c | 72 k_work_init(&button_work, publish); in app_gpio_init()
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/ |
D | smp_stub.c | 123 k_work_init(&stub_work, smp_client_handle_reqs); in stub_smp_client_transport_register()
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | uart_reinit.c | 28 k_work_init(&shell_init_work, shell_init_from_work); in shell_reinit_trigger()
|
/Zephyr-latest/samples/boards/bbc/microbit/sound/src/ |
D | main.c | 110 k_work_init(&beep_work, beep); in main()
|
/Zephyr-latest/modules/nrf_wifi/os/ |
D | work.c | 129 k_work_init(&item->work, workqueue_callback); in work_init()
|
/Zephyr-latest/tests/benchmarks/footprints/src/ |
D | workq.c | 48 k_work_init(&work_item, workq_func); in simple_workq_thread()
|
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | kernel.c | 95 void k_work_init(struct k_work *work, k_work_handler_t handler) in k_work_init() function
|
/Zephyr-latest/drivers/input/ |
D | input_chsc6x.c | 97 k_work_init(&data->work, chsc6x_work_handler); in chsc6x_init()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_rt1718s.c | 104 k_work_init(&data->alert_worker, rt1718s_alert_worker); in rt1718s_init()
|