Home
last modified time | relevance | path

Searched refs:k_work_init (Results 1 – 25 of 71) sorted by relevance

123

/Zephyr-Core-2.7.6/drivers/wifi/esp_at/
Desp_socket.c93 k_work_init(&sock->connect_work, esp_connect_work); in esp_socket_init()
94 k_work_init(&sock->recvdata_work, esp_recvdata_work); in esp_socket_init()
95 k_work_init(&sock->close_work, esp_close_work); in esp_socket_init()
96 k_work_init(&sock->send_work, esp_send_work); in esp_socket_init()
229 k_work_init(&flush.work, esp_workq_flush_work); in esp_socket_workq_stop_and_flush()
Desp.c1069 k_work_init(&data->init_work, esp_init_work); in esp_init()
1071 k_work_init(&data->scan_work, esp_mgmt_scan_work); in esp_init()
1072 k_work_init(&data->connect_work, esp_mgmt_connect_work); in esp_init()
1073 k_work_init(&data->mode_switch_work, esp_mode_switch_work); in esp_init()
1075 k_work_init(&data->dns_work, esp_dns_work); in esp_init()
/Zephyr-Core-2.7.6/tests/kernel/pending/src/
Dmain.c308 k_work_init(&offload1.work_item, sync_threads); in test_pending_fifo()
340 k_work_init(&offload1.work_item, sync_threads); in test_pending_fifo()
376 k_work_init(&offload1.work_item, sync_threads); in test_pending_lifo()
380 k_work_init(&offload2.work_item, sync_threads); in test_pending_lifo()
407 k_work_init(&offload1.work_item, sync_threads); in test_pending_lifo()
442 k_work_init(&offload2.work_item, sync_threads); in test_pending_timer()
/Zephyr-Core-2.7.6/tests/kernel/workq/work/src/
Dmain.c189 k_work_init(&stack, counter_handler); in test_work_init()
221 k_work_init(&work, counter_handler); in test_unstarted()
267 k_work_init(&work, counter_handler); in test_null_queue()
281 k_work_init(&work, counter_handler); in test_1cpu_simple_queue()
318 k_work_init(&work, counter_handler); in test_smp_simple_queue()
349 k_work_init(&work, rel_handler); in test_1cpu_sync_queue()
387 k_work_init(&work, rel_handler); in test_1cpu_reentrant_queue()
425 k_work_init(&work, delay_handler); in test_1cpu_queued_flush()
456 k_work_init(&work, delay_handler); in test_1cpu_running_flush()
521 k_work_init(&work, rel_handler); in test_1cpu_queued_cancel()
[all …]
/Zephyr-Core-2.7.6/tests/net/socket/socketpair/src/
Dtest_socketpair_block.c95 k_work_init(&work, work_handler); in test_socketpair_write_block()
145 k_work_init(&work, work_handler); in test_socketpair_read_block()
Dtest_socketpair_poll.c146 k_work_init(&work, close_fun); in test_socketpair_poll_close_remote_end_POLLIN()
188 k_work_init(&work, close_fun); in test_socketpair_poll_close_remote_end_POLLOUT()
310 k_work_init(&work, rw_fun); in test_socketpair_poll_delayed_data()
333 k_work_init(&work, rw_fun); in test_socketpair_poll_delayed_data()
/Zephyr-Core-2.7.6/tests/benchmarks/latency_measure/src/
Dint_to_thread_evt.c84 k_work_init(&work, worker); in int_to_thread_evt()
/Zephyr-Core-2.7.6/samples/subsys/mgmt/mcumgr/smp_svr/src/
Dbluetooth.c75 k_work_init(&advertise_work, advertise); in start_smp_bluetooth()
/Zephyr-Core-2.7.6/tests/kernel/profiling/profiling_api/src/
Dmain.c105 k_work_init(&work[i], work_handler); in test_call_stacks_analyze_workq()
/Zephyr-Core-2.7.6/samples/subsys/shell/shell_module/src/
Duart_reinit.c26 k_work_init(&shell_init_work, shell_init_from_work); in shell_reinit_trigger()
/Zephyr-Core-2.7.6/samples/boards/bbc_microbit/sound/src/
Dmain.c104 k_work_init(&beep_work, beep); in main()
/Zephyr-Core-2.7.6/samples/boards/reel_board/mesh_badge/src/
Dmesh.c608 k_work_init(&hello_work, send_hello); in mesh_init()
609 k_work_init(&baduser_work, send_baduser); in mesh_init()
610 k_work_init(&mesh_start_work, start_mesh); in mesh_init()
/Zephyr-Core-2.7.6/samples/subsys/usb/hid/src/
Dmain.c149 k_work_init(&report_send, send_report); in main()
/Zephyr-Core-2.7.6/tests/benchmarks/footprints/src/
Dworkq.c49 k_work_init(&work_item, workq_func); in simple_workq_thread()
/Zephyr-Core-2.7.6/tests/kernel/workq/critical/src/
Dmain.c100 k_work_init(&work_item, critical_rtn); in critical_loop()
/Zephyr-Core-2.7.6/tests/kernel/interrupt/src/
Dinterrupt_offload.c164 k_work_init(&offload_work[i], entry_offload_job); in init_env()
/Zephyr-Core-2.7.6/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/
Dapp_gpio.c63 k_work_init(&button_work, publish); in app_gpio_init()
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c213 k_work_init(&work_adv_start, adv_start); in init_peripheral()
/Zephyr-Core-2.7.6/samples/bluetooth/mesh_demo/src/
Dmicrobit.c245 k_work_init(&button_work, button_send_pressed); in configure_buttons()
/Zephyr-Core-2.7.6/subsys/ipc/rpmsg_service/
Drpmsg_backend.c189 k_work_init(&ipm_work, ipm_callback_process); in rpmsg_backend_init()
/Zephyr-Core-2.7.6/drivers/console/
Duart_mux.c243 k_work_init(&dev_data->tx_work, uart_mux_tx_work); in uart_mux_init()
244 k_work_init(&dev_data->cb_work, uart_mux_cb_work); in uart_mux_init()
385 k_work_init(&real_uart->rx_work, uart_mux_rx_work); in init_real_uart()
/Zephyr-Core-2.7.6/drivers/wifi/eswifi/
Deswifi_offload.c431 k_work_init(&socket->connect_work, eswifi_off_connect_work); in eswifi_off_get()
432 k_work_init(&socket->send_work, eswifi_off_send_work); in eswifi_off_get()
/Zephyr-Core-2.7.6/drivers/kscan/
Dkscan_ft5336.c205 k_work_init(&data->work, ft5336_work_handler); in ft5336_init()
/Zephyr-Core-2.7.6/samples/drivers/can/src/
Dmain.c217 k_work_init(&state_change_work, state_change_work_handler); in main()
/Zephyr-Core-2.7.6/subsys/testsuite/busy_sim/
Dbusy_sim.c181 k_work_init(&data->work, rng_pool_work_handler); in busy_sim_init()

123