/samples/kernel/metairq_dispatch/src/ |
A D | msgdev.h | 44 struct msg { struct 69 void message_dev_fetch(struct msg *m); argument
|
/samples/subsys/zbus/work_queue/src/ |
A 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
|
/samples/boards/nxp/adsp/rtxxx/amp_mbox/src/ |
A D | main.c | 30 struct mbox_msg msg = {.data = &mbox_data, .size = sizeof(mbox_data)}; in main() local
|
/samples/modules/thrift/hello/server/src/ |
A D | HelloHandler.h | 31 void echo(std::string &_return, const std::string &msg) in echo()
|
/samples/subsys/usb/webusb/src/ |
A D | main.c | 26 const struct usbd_msg *const msg) in msg_cb()
|
/samples/subsys/zbus/dyn_channel/src/ |
A D | producer.c | 18 void *msg; in producer_thread() local
|
/samples/subsys/zbus/runtime_obs_registration/src/ |
A D | main.c | 22 const struct sensor_msg *msg = zbus_chan_const_msg(chan); in filter_callback() local
|
/samples/subsys/zbus/uart_bridge/ |
A D | decoder.py | 44 channel_name, msg_size, msg = fetch_sentence() variable
|
/samples/subsys/usb/cdc_acm_bridge/src/ |
A D | main.c | 30 static void sample_msg_cb(struct usbd_context *const ctx, const struct usbd_msg *msg) in sample_msg_cb()
|
/samples/modules/pmci/mctp/i2c_gpio_bus_endpoint/src/ |
A D | main.c | 21 static void rx_message(uint8_t eid, bool tag_owner, uint8_t msg_tag, void *data, void *msg, in rx_message()
|
/samples/modules/pmci/mctp/endpoint/src/ |
A D | main.c | 29 static void rx_message(uint8_t eid, bool tag_owner, uint8_t msg_tag, void *data, void *msg, in rx_message()
|
/samples/modules/pmci/mctp/host/src/ |
A D | main.c | 25 static void rx_message(uint8_t eid, bool tag_owner, uint8_t msg_tag, void *data, void *msg, in rx_message()
|
/samples/modules/pmci/mctp/i2c_gpio_bus_owner/src/ |
A D | main.c | 23 static void rx_message(uint8_t eid, bool tag_owner, uint8_t msg_tag, void *data, void *msg, in rx_message()
|
/samples/tfm_integration/tfm_secure_partition/dummy_partition/ |
A D | dummy_partition.c | 72 static psa_status_t tfm_dp_secret_digest_ipc(psa_msg_t *msg) in tfm_dp_secret_digest_ipc() 95 psa_msg_t msg; in dp_signal_handle() local
|
/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
A D | device_composition.c | 99 struct net_buf_simple *msg = model->pub->msg; in gen_onoff_publish() local 308 struct net_buf_simple *msg = model->pub->msg; in gen_level_publish() local 819 struct net_buf_simple *msg = model->pub->msg; in gen_def_trans_time_publish() local 925 struct net_buf_simple *msg = model->pub->msg; in gen_onpowerup_publish() local 1091 struct net_buf_simple *msg = model->pub->msg; in light_lightness_publish() local 1278 struct net_buf_simple *msg = model->pub->msg; in light_lightness_linear_publish() local 1493 struct net_buf_simple *msg = model->pub->msg; in light_lightness_default_publish() local 1553 struct net_buf_simple *msg = model->pub->msg; in light_lightness_range_publish() local 1740 struct net_buf_simple *msg = model->pub->msg; in light_ctl_publish() local 1971 struct net_buf_simple *msg = model->pub->msg; in light_ctl_default_publish() local [all …]
|
/samples/drivers/mbox_data/remote/src/ |
A D | main.c | 31 struct mbox_msg msg = {0}; in main() local
|
/samples/drivers/mbox_data/src/ |
A D | main.c | 31 struct mbox_msg msg = {0}; in main() local
|
/samples/subsys/zbus/remote_mock/ |
A D | remote_mock.py | 48 channel_name, msg_size, msg = fetch_sentence(ser) variable
|
/samples/net/openthread/coap/src/ |
A D | led.c | 99 static int led_handler_get(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in led_handler_get() 120 static void led_handler(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in led_handler() 158 static void coap_led_send_req_cb(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_led_send_req_cb() 178 static void coap_led_get_state_cb(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_led_get_state_cb()
|
A D | button.c | 37 static int btn_handler_get(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in btn_handler_get() 58 static void btn_handler(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in btn_handler() 140 static void coap_btn_get_state_cb(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_btn_get_state_cb()
|
A D | coap_utils.c | 35 otMessage *msg; in coap_req_send() local 187 int coap_req_handler(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_req_handler() 244 int coap_get_data(otMessage *msg, void *buf, int *len) in coap_get_data()
|
/samples/subsys/zbus/benchmark/src/ |
A D | benchmark.c | 49 struct bm_msg msg = {{0}}; in producer_thread() local
|
/samples/net/mdns_responder/src/ |
A D | service.c | 24 static const char msg[] = "Bonjour, Zephyr world!\n"; in welcome() local
|
/samples/posix/eventfd/src/ |
A D | main.c | 15 #define fatal(msg) \ argument
|
/samples/net/sockets/echo_async/src/ |
A D | socket_echo.c | 50 #define fatal(msg, ...) { \ argument 215 static char msg[] = "Too many connections\n"; in main() local
|