/Zephyr-Core-3.5.0/samples/kernel/metairq_dispatch/src/ |
D | msgdev.h | 44 struct msg { struct 69 void message_dev_fetch(struct msg *m); argument
|
/Zephyr-Core-3.5.0/samples/subsys/zbus/work_queue/src/ |
D | main.c | 40 const struct sensor_msg *msg = zbus_chan_const_msg(chan); in fh1_cb() local 50 const struct sensor_msg *msg = zbus_chan_const_msg(chan); in fh2_cb() local 60 const struct sensor_msg *msg = zbus_chan_const_msg(chan); in fh3_cb() local 80 struct sensor_msg msg; in wq_dh_cb() local 136 struct sensor_msg msg; in thread_handler1_task() local 155 struct sensor_msg msg; in thread_handler2_task() local 174 struct sensor_msg msg; in thread_handler3_task() local
|
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | lwm2m_message_handling.c | 278 STATIC int build_msg_block_for_send(struct lwm2m_message *msg, uint16_t block_num) in build_msg_block_for_send() 379 STATIC int prepare_msg_for_send(struct lwm2m_message *msg) in prepare_msg_for_send() 435 struct lwm2m_message *msg; in lwm2m_engine_context_close() local 497 struct lwm2m_message *msg; in find_msg() local 541 void lm2m_message_clear_allocations(struct lwm2m_message *msg) in lm2m_message_clear_allocations() 555 void lwm2m_reset_message(struct lwm2m_message *msg, bool release) in lwm2m_reset_message() 585 int lwm2m_init_message(struct lwm2m_message *msg) in lwm2m_init_message() 681 int lwm2m_send_message_async(struct lwm2m_message *msg) in lwm2m_send_message_async() 711 int lwm2m_information_interface_send(struct lwm2m_message *msg) in lwm2m_information_interface_send() 734 struct lwm2m_message *msg; in lwm2m_send_empty_ack() local [all …]
|
/Zephyr-Core-3.5.0/drivers/usb/uvb/ |
D | uvb.c | 78 static ALWAYS_INLINE int submit_new_work(struct uvb_msg *const msg) in submit_new_work() 86 struct uvb_msg *msg; in uvb_alloc_msg() local 103 struct uvb_msg *msg; in uvb_advert() local 123 struct uvb_msg *msg; in uvb_to_host() local 143 struct uvb_msg *msg; in subscribe_msg() local 161 struct uvb_msg *msg; in unsubscribe_msg() local 215 static ALWAYS_INLINE void handle_msg_subscribe(struct uvb_msg *const msg) in handle_msg_subscribe() 236 static ALWAYS_INLINE void handle_msg_unsubscribe(struct uvb_msg *const msg) in handle_msg_unsubscribe() 251 static ALWAYS_INLINE void handle_msg_event(struct uvb_msg *const msg) in handle_msg_event() 267 static ALWAYS_INLINE void handle_msg_to_host(struct uvb_msg *const msg) in handle_msg_to_host() [all …]
|
/Zephyr-Core-3.5.0/subsys/logging/ |
D | log_multidomain_link.c | 33 struct log_multidomain_msg *msg = (struct log_multidomain_msg *)data; in log_multidomain_link_on_recv_cb() local 91 struct log_multidomain_msg *msg, size_t msg_size) in getter_msg_process() 112 struct log_multidomain_msg msg = { in link_remote_get_domain_count() local 131 struct log_multidomain_msg msg = { in link_remote_get_source_count() local 149 struct log_multidomain_msg msg = { in link_remote_ready() local 217 struct log_multidomain_msg msg = { in link_remote_get_domain_name() local 240 struct log_multidomain_msg msg = { in link_remote_get_source_name() local 267 struct log_multidomain_msg msg = { in link_remote_get_levels() local 298 struct log_multidomain_msg msg = { in link_remote_set_runtime_level() local
|
D | log_output_dict.c | 28 struct log_msg *msg, uint32_t flags) in log_dict_output_msg_process() 67 struct log_dict_output_dropped_msg_t msg; in log_dict_output_dropped_process() local
|
/Zephyr-Core-3.5.0/drivers/mipi_dsi/ |
D | mipi_dsi.c | 15 struct mipi_dsi_msg msg = { in mipi_dsi_generic_read() local 45 struct mipi_dsi_msg msg = { in mipi_dsi_generic_write() local 74 struct mipi_dsi_msg msg = { in mipi_dsi_dcs_read() local 87 struct mipi_dsi_msg msg = { in mipi_dsi_dcs_write() local
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | op_agg.c | 51 struct bt_mesh_msg_ctx *ctx, struct net_buf_simple *msg, in bt_mesh_op_agg_send() 80 int bt_mesh_op_agg_encode_msg(struct net_buf_simple *msg) in bt_mesh_op_agg_encode_msg() 100 int bt_mesh_op_agg_decode_msg(struct net_buf_simple *msg, in bt_mesh_op_agg_decode_msg()
|
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/block_transfer/src/ |
D | main.c | 34 struct lwm2m_message msg; member 67 struct lwm2m_message *msg = &fixture->msg; in ZTEST_F() local 100 struct lwm2m_message *msg = &fixture->msg; in ZTEST_F() local 166 struct lwm2m_message *msg = &fixture->msg; in ZTEST_F() local 220 struct lwm2m_message *msg = &fixture->msg; in ZTEST_F() local 295 struct lwm2m_message *msg = &fixture->msg; in ZTEST_F() local
|
/Zephyr-Core-3.5.0/tests/subsys/ipc/ipc_service/src/ |
D | main.c | 13 uint8_t *msg = (uint8_t *) data; in received_cb() local 33 uint8_t msg; in ZTEST() local
|
/Zephyr-Core-3.5.0/tests/modules/nanopb/src/ |
D | main.c | 20 SimpleMessage msg = SimpleMessage_init_zero; in ZTEST() local 47 ComplexMessage msg = ComplexMessage_init_zero; in ZTEST() local
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | common.c | 50 uint8_t msg[1] = "S"; in device_sync_send() local 59 uint8_t msg; in device_sync_wait() local
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/general/src/ |
D | common.c | 51 uint8_t msg[1] = "S"; in device_sync_send() local 60 uint8_t msg; in device_sync_wait() local
|
/Zephyr-Core-3.5.0/tests/drivers/i2c/i2c_target_api/common/ |
D | i2c_virtual.c | 86 struct i2c_msg *msg, in i2c_virtual_msg_write() 120 static int i2c_virtual_msg_read(const struct device *dev, struct i2c_msg *msg, in i2c_virtual_msg_read() 147 #define OPERATION(msg) (((struct i2c_msg *) msg)->flags & I2C_MSG_RW_MASK) argument 149 static int i2c_virtual_transfer(const struct device *dev, struct i2c_msg *msg, in i2c_virtual_transfer()
|
/Zephyr-Core-3.5.0/tests/bluetooth/mesh/rpl/src/ |
D | main.c | 53 struct bt_mesh_net_rx msg = { in prepare_rpl_and_start_reset() local 75 struct bt_mesh_net_rx msg = { in prepare_rpl_and_start_reset() local 96 struct bt_mesh_net_rx msg = { in check_entries_from_test_vector() local 122 struct bt_mesh_net_rx msg = { in check_empty_entries() local 135 struct bt_mesh_net_rx msg = { in check_empty_entries() local 463 struct bt_mesh_net_rx msg = { in ZTEST() local
|
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32s3/ |
D | esp32s3-mp.c | 20 void smp_log(const char *msg) in smp_log()
|
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/ |
D | log_helper.py | 13 def log_command(logger, msg, args): argument
|
/Zephyr-Core-3.5.0/scripts/ |
D | get_maintainer.py | 474 def ferr(msg): argument 583 def _err(msg): argument 587 def _giterr(msg): argument 591 def _serr(msg): argument
|
/Zephyr-Core-3.5.0/subsys/shell/ |
D | shell_log_backend.c | 127 union log_msg_generic *msg, uint32_t timeout) in copy_to_pbuffer() 160 union log_msg_generic *msg, in process_log_msg() 209 union log_msg_generic *msg; in process_msg_from_buffer() local 226 union log_msg_generic *msg) in process()
|
/Zephyr-Core-3.5.0/scripts/kconfig/ |
D | kconfig.py | 315 def warn(msg): argument 323 def err(msg): argument
|
/Zephyr-Core-3.5.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | device_composition.c | 75 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 3 + 4); in gen_onoff_get() local 101 struct net_buf_simple *msg = model->pub->msg; in gen_onoff_publish() local 284 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 5 + 4); in gen_level_get() local 310 struct net_buf_simple *msg = model->pub->msg; in gen_level_publish() local 806 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 1 + 4); in gen_def_trans_time_get() local 821 struct net_buf_simple *msg = model->pub->msg; in gen_def_trans_time_publish() local 899 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 1 + 4); in gen_onpowerup_get() local 927 struct net_buf_simple *msg = model->pub->msg; in gen_onpowerup_publish() local 993 struct net_buf_simple *msg = NET_BUF_SIMPLE(3 + 6 + 4); in vnd_get() local 1067 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 5 + 4); in light_lightness_get() local [all …]
|
/Zephyr-Core-3.5.0/tests/subsys/modem/backends/tty/src/ |
D | main.c | 145 char msg[] = "Test me buddy"; in ZTEST() local 159 char msg[] = "Test me buddy"; in ZTEST() local 174 char msg[] = "Test me buddy 2"; in ZTEST() local
|
/Zephyr-Core-3.5.0/samples/modules/thrift/hello/server/src/ |
D | HelloHandler.h | 31 void echo(std::string &_return, const std::string &msg) in echo()
|
/Zephyr-Core-3.5.0/samples/subsys/zbus/dyn_channel/src/ |
D | producer.c | 18 void *msg; in producer_thread() local
|
/Zephyr-Core-3.5.0/samples/subsys/zbus/runtime_obs_registration/src/ |
D | main.c | 22 const struct sensor_msg *msg = zbus_chan_const_msg(chan); in filter_callback() local
|