Home
last modified time | relevance | path

Searched refs:mbox_dt_spec (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/drivers/mbox/mbox_error_cases/src/
Dmain.c54 const struct mbox_dt_spec rx_channel = in ZTEST()
56 const struct mbox_dt_spec tx_channel = in ZTEST()
87 const struct mbox_dt_spec rx_channel = in ZTEST()
89 const struct mbox_dt_spec tx_channel = in ZTEST()
118 const struct mbox_dt_spec tx_channel = in ZTEST()
140 const struct mbox_dt_spec rx_channel = in ZTEST()
162 const struct mbox_dt_spec tx_channel = in ZTEST()
193 const struct mbox_dt_spec tx_channel = in ZTEST()
230 const struct mbox_dt_spec tx_channel = in ZTEST()
252 const struct mbox_dt_spec rx_channel = in ZTEST()
[all …]
/Zephyr-latest/include/zephyr/drivers/
Dmbox.h87 struct mbox_dt_spec { struct
239 static inline bool mbox_is_ready_dt(const struct mbox_dt_spec *spec) in mbox_is_ready_dt()
288 static inline int mbox_send_dt(const struct mbox_dt_spec *spec, in mbox_send_dt()
336 static inline int mbox_register_callback_dt(const struct mbox_dt_spec *spec, in mbox_register_callback_dt()
385 static inline int mbox_mtu_get_dt(const struct mbox_dt_spec *spec) in mbox_mtu_get_dt()
441 static inline int mbox_set_enabled_dt(const struct mbox_dt_spec *spec, in mbox_set_enabled_dt()
478 static inline int mbox_max_channels_get_dt(const struct mbox_dt_spec *spec) in mbox_max_channels_get_dt()
/Zephyr-latest/tests/drivers/mbox/mbox_data/src/
Dmain.c30 static const struct mbox_dt_spec channels[CHANNELS_TO_TEST][2] = {
71 const struct mbox_dt_spec *tx_channel = &channels[current_channel_index][TX_CHANNEL_INDEX]; in mbox_data_tests_before()
72 const struct mbox_dt_spec *rx_channel = &channels[current_channel_index][RX_CHANNEL_INDEX]; in mbox_data_tests_before()
94 const struct mbox_dt_spec *rx_channel = &channels[current_channel_index][RX_CHANNEL_INDEX]; in mbox_data_tests_after()
113 const struct mbox_dt_spec *tx_channel = in mbox_test()
/Zephyr-latest/tests/drivers/mbox/mbox_data/remote/src/
Dmain.c22 static const struct mbox_dt_spec channels[CHANNELS_TO_TEST][2] = {
58 const struct mbox_dt_spec *tx_channel = &channels[i][TX_CHANNEL_INDEX]; in main()
59 const struct mbox_dt_spec *rx_channel = &channels[i][RX_CHANNEL_INDEX]; in main()
/Zephyr-latest/include/zephyr/ipc/
Dicmsg.h36 struct mbox_dt_spec mbox_tx;
37 struct mbox_dt_spec mbox_rx;
/Zephyr-latest/samples/drivers/mbox/remote/src/
Dmain.c30 const struct mbox_dt_spec rx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), rx); in main()
48 const struct mbox_dt_spec tx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), tx); in main()
/Zephyr-latest/samples/drivers/mbox/src/
Dmain.c26 const struct mbox_dt_spec rx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), rx); in main()
44 const struct mbox_dt_spec tx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), tx); in main()
/Zephyr-latest/samples/drivers/mbox_data/remote/src/
Dmain.c29 const struct mbox_dt_spec tx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), tx); in main()
30 const struct mbox_dt_spec rx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), rx); in main()
/Zephyr-latest/samples/drivers/mbox_data/src/
Dmain.c29 const struct mbox_dt_spec tx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), tx); in main()
30 const struct mbox_dt_spec rx_channel = MBOX_DT_SPEC_GET(DT_PATH(mbox_consumer), rx); in main()
/Zephyr-latest/drivers/firmware/scmi/
Dmailbox.h112 struct mbox_dt_spec tx;
114 struct mbox_dt_spec tx_reply;
Dmailbox.c74 struct mbox_dt_spec *tx_reply; in scmi_mbox_setup_chan()
/Zephyr-latest/drivers/ipm/
Dipm_mbox.c24 struct mbox_dt_spec mbox_tx;
25 struct mbox_dt_spec mbox_rx;
/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_netc_priv.h103 struct mbox_dt_spec mbox_spec;
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c64 struct mbox_dt_spec mbox_tx;
65 struct mbox_dt_spec mbox_rx;
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c3098 const struct mbox_dt_spec channel_tx = MBOX_DT_SPEC_GET(TEST_TEMP, tx); in ZTEST()
3099 const struct mbox_dt_spec channel_rx = MBOX_DT_SPEC_GET(TEST_TEMP, rx); in ZTEST()
3115 const struct mbox_dt_spec channel_zero = MBOX_DT_SPEC_GET(TEST_TEMP, zero); in ZTEST()