Home
last modified time | relevance | path

Searched defs:item (Results 1 – 25 of 82) sorted by relevance

1234

/Zephyr-latest/modules/nrf_wifi/os/
Dwork.c55 struct zep_work_item *item = CONTAINER_OF(work, struct zep_work_item, work); in workqueue_callback() local
123 void work_init(struct zep_work_item *item, void (*callback)(unsigned long), in work_init()
132 void work_schedule(struct zep_work_item *item) in work_schedule()
151 void work_kill(struct zep_work_item *item) in work_kill()
157 void work_free(struct zep_work_item *item) in work_free()
/Zephyr-latest/subsys/modem/backends/
Dmodem_backend_uart.c14 static void modem_backend_uart_receive_ready_handler(struct k_work *item) in modem_backend_uart_receive_ready_handler()
22 static void modem_backend_uart_transmit_idle_handler(struct k_work *item) in modem_backend_uart_transmit_idle_handler()
/Zephyr-latest/tests/lib/p4workq/src/
Dmain.c24 struct k_p4wq_work item; member
37 static void stress_sub(struct test_item *item) in stress_sub()
52 static void stress_handler(struct k_p4wq_work *item) in stress_handler()
137 static void spin_handler(struct k_p4wq_work *item) in spin_handler()
152 struct k_p4wq_work *item = &items[num_items++].item; in add_new_item() local
219 static void resubmit_handler(struct k_p4wq_work *item) in resubmit_handler()
/Zephyr-latest/lib/os/
Dmpsc_pbuf.c118 static inline bool is_valid(union mpsc_pbuf_generic *item) in is_valid()
123 static inline bool is_invalid(union mpsc_pbuf_generic *item) in is_invalid()
140 static inline uint32_t get_skip(union mpsc_pbuf_generic *item) in get_skip()
180 union mpsc_pbuf_generic *item; in drop_item_locked() local
291 const union mpsc_pbuf_generic item) in mpsc_pbuf_put_word()
339 union mpsc_pbuf_generic *item = NULL; in mpsc_pbuf_alloc() local
411 union mpsc_pbuf_generic *item) in mpsc_pbuf_commit()
425 const union mpsc_pbuf_generic item, in mpsc_pbuf_put_word_ext()
533 union mpsc_pbuf_generic *item; in mpsc_pbuf_claim() local
578 const union mpsc_pbuf_generic *item) in mpsc_pbuf_free()
Dp4wq.c19 static void set_prio(struct k_thread *th, struct k_p4wq_work *item) in set_prio()
215 void k_p4wq_submit(struct k_p4wq *queue, struct k_p4wq_work *item) in k_p4wq_submit()
292 bool k_p4wq_cancel(struct k_p4wq *queue, struct k_p4wq_work *item) in k_p4wq_cancel()
/Zephyr-latest/scripts/ci/
Dversion_mgr.py55 def handle_compat(item): argument
/Zephyr-latest/scripts/kconfig/
Dguiconfig.py891 def _is_y_mode_choice_sym(item): argument
1017 def _tree_toggle_open(item): argument
1071 def _item_row(item): argument
1092 def _n_rows(item): argument
1105 def _attached(item): argument
1592 def _select(tree, item): argument
1634 def _vis_before(item): argument
1648 def _vis_after(item): argument
2237 def _kconfig_def_info(item): argument
/Zephyr-latest/include/zephyr/logging/
Dlog_internal.h134 const union mpsc_pbuf_generic *item) in z_log_notify_drop()
/Zephyr-latest/drivers/i2s/
Di2s_esp32.c122 struct queue_item item; in i2s_esp32_queue_drop() local
268 struct queue_item item; in i2s_esp32_tx_start_transfer() local
346 struct queue_item item = {.buffer = stream->mem_block, .size = stream->mem_block_len}; in i2s_esp32_rx_callback() local
385 struct queue_item item; in i2s_esp32_tx_callback() local
840 struct queue_item item; in i2s_esp32_read() local
879 struct queue_item item = {.buffer = mem_block, .size = size}; in i2s_esp32_write() local
/Zephyr-latest/tests/subsys/modem/mock/
Dmodem_backend_mock.c90 static void modem_backend_mock_receive_ready_handler(struct k_work *item) in modem_backend_mock_receive_ready_handler()
98 static void modem_backend_mock_transmit_idle_handler(struct k_work *item) in modem_backend_mock_transmit_idle_handler()
/Zephyr-latest/include/zephyr/sys/
Dspsc_lockfree.h306 #define spsc_next(spsc, item) \ argument
322 #define spsc_prev(spsc, item) \ argument
/Zephyr-latest/drivers/clock_control/
Dclock_control_renesas_cpg_mssr.c76 struct cpg_clk_info_table *item; in rcar_cpg_find_clk_info_by_module_id() local
354 struct cpg_clk_info_table *item = data->clk_info_table[domain]; in rcar_cpg_build_clock_relationship() local
413 struct cpg_clk_info_table *item = data->clk_info_table[domain]; in rcar_cpg_update_all_in_out_freq() local
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_obj_manager.c204 struct bt_gatt_ots_pool_item *item; in bt_gatt_ots_obj_manager_obj_delete() local
227 struct bt_gatt_ots_pool_item *item; in bt_gatt_ots_obj_manager_obj_contains() local
/Zephyr-latest/subsys/modem/
Dmodem_chat.c240 static void modem_chat_script_run_handler(struct k_work *item) in modem_chat_script_run_handler()
248 static void modem_chat_script_timeout_handler(struct k_work *item) in modem_chat_script_timeout_handler()
257 static void modem_chat_script_abort_handler(struct k_work *item) in modem_chat_script_abort_handler()
311 static void modem_chat_script_send_handler(struct k_work *item) in modem_chat_script_send_handler()
349 static void modem_chat_script_send_timeout_handler(struct k_work *item) in modem_chat_script_send_timeout_handler()
725 static void modem_chat_process_handler(struct k_work *item) in modem_chat_process_handler()
Dmodem_ubx.c189 static void modem_ubx_send_handler(struct k_work *item) in modem_ubx_send_handler()
262 static void modem_ubx_process_handler(struct k_work *item) in modem_ubx_process_handler()
Dmodem_ppp.c356 static void modem_ppp_send_handler(struct k_work *item) in modem_ppp_send_handler()
409 static void modem_ppp_process_handler(struct k_work *item) in modem_ppp_process_handler()
Dmodem_cmux.c900 static void modem_cmux_receive_handler(struct k_work *item) in modem_cmux_receive_handler()
935 static void modem_cmux_transmit_handler(struct k_work *item) in modem_cmux_transmit_handler()
984 static void modem_cmux_connect_handler(struct k_work *item) in modem_cmux_connect_handler()
1011 static void modem_cmux_disconnect_handler(struct k_work *item) in modem_cmux_disconnect_handler()
1167 static void modem_cmux_dlci_open_handler(struct k_work *item) in modem_cmux_dlci_open_handler()
1194 static void modem_cmux_dlci_close_handler(struct k_work *item) in modem_cmux_dlci_close_handler()
/Zephyr-latest/samples/boards/nordic/coresight_stm/src/
Dmain.c16 #define TEST_LOG(rpt, item) \ argument
/Zephyr-latest/tests/subsys/modem/modem_pipe/src/
Dmain.c46 static void modem_backend_fake_opened_handler(struct k_work *item) in modem_backend_fake_opened_handler()
70 static void modem_backend_fake_transmit_idle_handler(struct k_work *item) in modem_backend_fake_transmit_idle_handler()
106 static void modem_backend_fake_closed_handler(struct k_work *item) in modem_backend_fake_closed_handler()
/Zephyr-latest/subsys/ipc/ipc_service/lib/
Dicmsg.c63 static void notify_process(struct k_work *item) in notify_process()
171 static void mbox_callback_process(struct k_work *item) in mbox_callback_process()
/Zephyr-latest/tests/lib/mpsc_pbuf/src/
Dmain.c44 union mpsc_pbuf_generic item; member
47 static uint32_t get_wlen(const union mpsc_pbuf_generic *item) in get_wlen()
59 static void drop(const struct mpsc_pbuf_buffer *buffer, const union mpsc_pbuf_generic *item) in drop()
488 struct test_data_ext item = { in item_put_data_overwrite() local
907 const union mpsc_pbuf_generic *item) in consistent_drop()
1106 union test_item item = { in ZTEST() local
1197 const union mpsc_pbuf_generic *item) in ignore_drop()
/Zephyr-latest/tests/subsys/zbus/runtime_observers_registration/src/
Dmain.c143 static void wq_dh_cb(struct k_work *item) in wq_dh_cb()
/Zephyr-latest/scripts/build/
Dgen_syscalls.py203 def typename_split(item): argument
/Zephyr-latest/samples/subsys/zbus/work_queue/src/
Dmain.c78 static void wq_dh_cb(struct k_work *item) in wq_dh_cb()
/Zephyr-latest/subsys/shell/
Dshell_history.c96 struct shell_history_item *item, in add_to_head()

1234