Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/Zephyr-latest/samples/kernel/metairq_dispatch/src/
Dmsgdev.h44 struct msg { struct
69 void message_dev_fetch(struct msg *m); argument
/Zephyr-latest/subsys/net/lib/ptp/
Dmsg.c24 static const char *msg_type_str(struct ptp_msg *msg) in msg_type_str()
52 static void msg_timestamp_post_recv(struct ptp_msg *msg, struct ptp_timestamp *ts) in msg_timestamp_post_recv()
101 static uint8_t *msg_suffix(struct ptp_msg *msg) in msg_suffix()
141 static int msg_tlv_post_recv(struct ptp_msg *msg, int length) in msg_tlv_post_recv()
195 static void msg_tlv_free(struct ptp_msg *msg) in msg_tlv_free()
207 static void msg_tlv_pre_send(struct ptp_msg *msg) in msg_tlv_pre_send()
221 struct ptp_msg *msg = NULL; in ptp_msg_alloc() local
236 void ptp_msg_unref(struct ptp_msg *msg) in ptp_msg_unref()
250 void ptp_msg_ref(struct ptp_msg *msg) in ptp_msg_ref()
257 enum ptp_msg_type ptp_msg_type(const struct ptp_msg *msg) in ptp_msg_type()
[all …]
Dport.c82 static int port_msg_send(struct ptp_port *port, struct ptp_msg *msg, enum ptp_socket idx) in port_msg_send()
158 struct ptp_msg *req, *msg = ptp_msg_from_pkt(pkt); in port_delay_req_timestamp_cb() local
207 struct ptp_msg *msg = ptp_msg_from_pkt(pkt); in port_sync_timestamp_cb() local
254 struct ptp_msg *msg = ptp_msg_alloc(); in port_announce_msg_transmit() local
292 struct ptp_msg *msg = ptp_msg_alloc(); in port_delay_req_msg_transmit() local
328 struct ptp_msg *msg = ptp_msg_alloc(); in port_sync_msg_transmit() local
385 struct ptp_msg *msg; in foreign_clock_cleanup() local
428 struct ptp_msg *msg; in port_clear_foreign_clock_records() local
440 struct ptp_msg *msg; in port_delay_req_cleanup() local
460 struct ptp_msg *msg; in port_clear_delay_req() local
[all …]
/Zephyr-latest/tests/bsim/babblekit/include/babblekit/
Dtestcase.h21 #define TEST_START(msg, ...) \ argument
35 #define TEST_FAIL(msg, ...) \ argument
54 #define TEST_PASS(msg, ...) \ argument
73 #define TEST_PASS_AND_EXIT(msg, ...) \ argument
110 #define TEST_PRINT(msg, ...) \ argument
/Zephyr-latest/samples/subsys/zbus/work_queue/src/
Dmain.c40 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-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c283 STATIC int build_msg_block_for_send(struct lwm2m_message *msg, uint16_t block_num, in build_msg_block_for_send()
392 STATIC int prepare_msg_for_send(struct lwm2m_message *msg) in prepare_msg_for_send()
448 struct lwm2m_message *msg; in lwm2m_engine_context_close() local
513 struct lwm2m_message *msg; in find_msg() local
545 struct lwm2m_message *msg = NULL; in lwm2m_get_message() local
563 void lm2m_message_clear_allocations(struct lwm2m_message *msg) in lm2m_message_clear_allocations()
577 void lwm2m_reset_message(struct lwm2m_message *msg, bool release) in lwm2m_reset_message()
611 int lwm2m_init_message(struct lwm2m_message *msg) in lwm2m_init_message()
712 int lwm2m_send_message_async(struct lwm2m_message *msg) in lwm2m_send_message_async()
746 int lwm2m_information_interface_send(struct lwm2m_message *msg) in lwm2m_information_interface_send()
[all …]
/Zephyr-latest/drivers/usb/uvb/
Duvb.c78 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-latest/subsys/logging/
Dlog_multidomain_link.c33 struct log_multidomain_msg *msg = (struct log_multidomain_msg *)data; in log_multidomain_link_on_recv_cb() local
93 struct log_multidomain_msg *msg, size_t msg_size) in getter_msg_process()
114 struct log_multidomain_msg msg = { in link_remote_get_domain_count() local
133 struct log_multidomain_msg msg = { in link_remote_get_source_count() local
151 struct log_multidomain_msg msg = { in link_remote_ready() local
219 struct log_multidomain_msg msg = { in link_remote_get_domain_name() local
242 struct log_multidomain_msg msg = { in link_remote_get_source_name() local
269 struct log_multidomain_msg msg = { in link_remote_get_levels() local
300 struct log_multidomain_msg msg = { in link_remote_set_runtime_level() local
Dlog_output_dict.c16 struct log_msg *msg, uint32_t flags) in log_dict_output_msg_process()
51 struct log_dict_output_dropped_msg_t msg; in log_dict_output_dropped_process() local
/Zephyr-latest/drivers/mipi_dsi/
Dmipi_dsi.c15 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-latest/tests/modules/nanopb/src/
Dmain.c22 SimpleMessage msg = SimpleMessage_init_zero; in ZTEST() local
49 ComplexMessage msg = ComplexMessage_init_zero; in ZTEST() local
75 SimpleMessage msg = SimpleMessage_init_zero; in ZTEST() local
/Zephyr-latest/drivers/i2c/
Di2c_rtio_default.c15 static inline void i2c_msg_from_rx(const struct rtio_iodev_sqe *iodev_sqe, struct i2c_msg *msg) in i2c_msg_from_rx()
28 static inline void i2c_msg_from_tx(const struct rtio_iodev_sqe *iodev_sqe, struct i2c_msg *msg) in i2c_msg_from_tx()
41 static inline void i2c_msg_from_tiny_tx(const struct rtio_iodev_sqe *iodev_sqe, struct i2c_msg *msg) in i2c_msg_from_tiny_tx()
/Zephyr-latest/drivers/i3c/
Di3c_rtio_default.c16 static inline void i3c_msg_from_rx(const struct rtio_iodev_sqe *iodev_sqe, struct i3c_msg *msg) in i3c_msg_from_rx()
30 static inline void i3c_msg_from_tx(const struct rtio_iodev_sqe *iodev_sqe, struct i3c_msg *msg) in i3c_msg_from_tx()
44 static inline void i3c_msg_from_tiny_tx(const struct rtio_iodev_sqe *iodev_sqe, struct i3c_msg *msg) in i3c_msg_from_tiny_tx()
/Zephyr-latest/include/zephyr/drivers/i3c/
Dhdr_ddr.h44 struct i3c_msg msg; in i3c_hdr_ddr_write() local
72 struct i3c_msg msg; in i3c_hdr_ddr_read() local
106 struct i3c_msg msg[2]; in i3c_hdr_ddr_write_read() local
/Zephyr-latest/subsys/usb/device_next/
Dusbd_msg.c26 struct usbd_msg msg; member
33 const struct usbd_msg msg) in usbd_msg_pub()
113 const struct usbd_msg msg = { in usbd_msg_pub_simple() local
126 const struct usbd_msg msg = { in usbd_msg_pub_device() local
/Zephyr-latest/tests/subsys/zbus/publish_stats/src/
Dmain.c10 struct msg { struct
14 ZBUS_CHAN_DEFINE(chan, struct msg, NULL, NULL, ZBUS_OBSERVERS_EMPTY, ZBUS_MSG_INIT(0)); argument
/Zephyr-latest/tests/subsys/zbus/channel_id/src/
Dmain.c10 struct msg { struct
23 ZBUS_CHAN_DEFINE_WITH_ID(chan_a, CHAN_A, struct msg, NULL, NULL, ZBUS_OBSERVERS_EMPTY, argument
/Zephyr-latest/subsys/bluetooth/mesh/
Dop_agg.c19 int bt_mesh_op_agg_encode_msg(struct net_buf_simple *msg, struct net_buf_simple *buf) in bt_mesh_op_agg_encode_msg()
39 int bt_mesh_op_agg_decode_msg(struct net_buf_simple *msg, in bt_mesh_op_agg_decode_msg()
/Zephyr-latest/tests/net/lib/lwm2m/block_transfer/src/
Dmain.c35 struct lwm2m_message msg; member
68 struct lwm2m_message *msg = &fixture->msg; in ZTEST_F() local
101 struct lwm2m_message *msg = &fixture->msg; in ZTEST_F() local
167 struct lwm2m_message *msg = &fixture->msg; in ZTEST_F() local
221 struct lwm2m_message *msg = &fixture->msg; in ZTEST_F() local
296 struct lwm2m_message *msg = &fixture->msg; in ZTEST_F() local
/Zephyr-latest/tests/subsys/ipc/ipc_service/src/
Dmain.c13 uint8_t *msg = (uint8_t *) data; in received_cb() local
33 uint8_t msg; in ZTEST() local
/Zephyr-latest/drivers/firmware/scmi/
Dcore.c91 struct scmi_message *msg, in scmi_send_message_pre_kernel()
120 struct scmi_message *msg, in scmi_send_message_post_kernel()
161 int scmi_send_message(struct scmi_protocol *proto, struct scmi_message *msg, in scmi_send_message()
Dclk.c28 struct scmi_message msg, reply; in scmi_clock_rate_get() local
67 struct scmi_message msg, reply; in scmi_clock_config_set() local
117 struct scmi_message msg, reply; in scmi_clock_protocol_attributes() local
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dcommon.c50 uint8_t msg[1] = "S"; in device_sync_send() local
59 uint8_t msg; in device_sync_wait() local
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dcommon.c51 uint8_t msg[1] = "S"; in device_sync_send() local
60 uint8_t msg; in device_sync_wait() local
/Zephyr-latest/tests/modules/nanopb/lib/
Dlib.c9 void lib_fill_message(SimpleMessage *msg) in lib_fill_message()

12345678910>>...15