Home
last modified time | relevance | path

Searched refs:ipc (Results 1 – 25 of 207) sorted by relevance

123456789

/Zephyr-latest/boards/nordic/nrf54h20dk/
Dnrf54h20dk_nrf54h20-ipc_conf.dtsi8 ipc {
9 cpusec_cpuapp_ipc: ipc-1-2 {
10 compatible = "zephyr,ipc-icmsg";
17 cpusec_cpurad_ipc: ipc-1-3 {
18 compatible = "zephyr,ipc-icmsg";
25 cpuapp_cpurad_ipc: ipc-2-3 {
26 compatible = "zephyr,ipc-icbmsg";
33 cpuapp_cpusys_ipc: ipc-2-12 {
34 compatible = "zephyr,ipc-icmsg";
41 cpuapp_cpuppr_ipc: ipc-2-13 {
[all …]
/Zephyr-latest/boards/nordic/nrf9280pdk/
Dnrf9280pdk_nrf9280-ipc_conf.dtsi8 ipc {
9 cpusec_cpuapp_ipc: ipc-1-2 {
10 compatible = "zephyr,ipc-icmsg";
17 cpusec_cpurad_ipc: ipc-1-3 {
18 compatible = "zephyr,ipc-icmsg";
25 cpuapp_cpurad_ipc: ipc-2-3 {
26 compatible = "zephyr,ipc-icbmsg";
33 cpuapp_cpusys_ipc: ipc-2-12 {
34 compatible = "zephyr,ipc-icmsg";
41 cpuapp_cpuppr_ipc: ipc-2-13 {
[all …]
/Zephyr-latest/drivers/bluetooth/hci/
Dipc.c43 const struct device *ipc; member
227 struct ipc_data *ipc = dev->data; in bt_ipc_rx() local
257 ipc->recv(dev, buf); in bt_ipc_rx()
317 struct ipc_data *ipc = dev->data; in hci_ept_bound() local
319 k_sem_give(&ipc->bound_sem); in hci_ept_bound()
343 struct ipc_data *ipc = dev->data; in bt_ipc_open() local
354 err = ipc_service_open_instance(ipc->ipc); in bt_ipc_open()
360 err = ipc_service_register_endpoint(ipc->ipc, &ipc->hci_ept, &ipc->hci_ept_cfg); in bt_ipc_open()
366 err = k_sem_take(&ipc->bound_sem, IPC_BOUND_TIMEOUT_IN_MS); in bt_ipc_open()
372 ipc->recv = recv; in bt_ipc_open()
[all …]
/Zephyr-latest/samples/subsys/logging/multidomain/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay12 zephyr,log-ipc = &ipc0;
27 ipc {
31 compatible = "zephyr,ipc-openamp-static-vrings";
40 compatible = "zephyr,bt-hci-ipc";
45 compatible = "zephyr,ipc-openamp-static-vrings";
/Zephyr-latest/samples/subsys/logging/multidomain/remote/boards/
Dnrf5340dk_nrf5340_cpunet.overlay12 zephyr,log-ipc = &ipc0;
27 ipc {
31 compatible = "zephyr,ipc-openamp-static-vrings";
40 compatible = "zephyr,ipc-openamp-static-vrings";
/Zephyr-latest/samples/subsys/ipc/ipc_service/multi_endpoint/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay32 ipc {
36 compatible = "zephyr,ipc-icmsg-me-initiator";
44 compatible = "zephyr,bt-hci-ipc";
50 compatible = "zephyr,ipc-icmsg-me-initiator";
Dnrf5340dk_nrf5340_cpuapp_icbmsg.overlay32 ipc {
36 compatible = "zephyr,ipc-icbmsg";
46 compatible = "zephyr,bt-hci-ipc";
52 compatible = "zephyr,ipc-icbmsg";
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay26 ipc {
30 compatible = "zephyr,ipc-openamp-static-vrings";
38 compatible = "zephyr,bt-hci-ipc";
44 compatible = "zephyr,ipc-openamp-static-vrings";
Dlpcxpresso55s69_lpc55s69_cpu0.overlay12 /* Delete ipc chosen property where old IPM mailbox driver below is
15 /delete-property/ zephyr,ipc;
51 ipc {
55 compatible = "zephyr,ipc-openamp-static-vrings";
64 compatible = "zephyr,ipc-openamp-static-vrings";
Dmimxrt1160_evk_mimxrt1166_cm7.overlay12 /* Delete ipc chosen property where old IPM mailbox driver below is
15 /delete-property/ zephyr,ipc;
53 ipc {
57 compatible = "zephyr,ipc-openamp-static-vrings";
66 compatible = "zephyr,ipc-openamp-static-vrings";
Dmimxrt1170_evk_mimxrt1176_cm7.overlay12 /* Delete ipc chosen property where old IPM mailbox driver below is
15 /delete-property/ zephyr,ipc;
53 ipc {
57 compatible = "zephyr,ipc-openamp-static-vrings";
66 compatible = "zephyr,ipc-openamp-static-vrings";
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay12 /* Delete ipc chosen property where old IPM mailbox driver below is
15 /delete-property/ zephyr,ipc;
53 ipc {
57 compatible = "zephyr,ipc-openamp-static-vrings";
66 compatible = "zephyr,ipc-openamp-static-vrings";
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay24 ipc {
28 compatible = "zephyr,ipc-icmsg";
36 compatible = "zephyr,bt-hci-ipc";
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/
DREADME.rst1 .. zephyr:code-sample:: ipc-static-vrings
3 :relevant-api: ipc
18 :zephyr-app: samples/subsys/ipc/ipc_service/static_vrings
27 :zephyr-app: samples/subsys/ipc/ipc_service/static_vrings
36 :zephyr-app: samples/subsys/ipc/ipc_service/static_vrings
45 :zephyr-app: samples/subsys/ipc/ipc_service/static_vrings
54 :zephyr-app: samples/subsys/ipc/ipc_service/static_vrings
63 :zephyr-app: samples/subsys/ipc/ipc_service/static_vrings
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/remote/boards/
Dlpcxpresso55s69_lpc55s69_cpu1.overlay12 /* Delete ipc chosen property where old IPM mailbox driver below is
15 /delete-property/ zephyr,ipc;
51 ipc {
55 compatible = "zephyr,ipc-openamp-static-vrings";
64 compatible = "zephyr,ipc-openamp-static-vrings";
Dnrf5340dk_nrf5340_cpunet.overlay26 ipc {
30 compatible = "zephyr,ipc-openamp-static-vrings";
39 compatible = "zephyr,ipc-openamp-static-vrings";
Dmimxrt1160_evk_mimxrt1166_cm4.overlay16 /* Delete ipc chosen property where old IPM mailbox driver below is
19 /delete-property/ zephyr,ipc;
64 ipc {
68 compatible = "zephyr,ipc-openamp-static-vrings";
77 compatible = "zephyr,ipc-openamp-static-vrings";
Dmimxrt1170_evk_mimxrt1176_cm4.overlay16 /* Delete ipc chosen property where old IPM mailbox driver below is
19 /delete-property/ zephyr,ipc;
64 ipc {
68 compatible = "zephyr,ipc-openamp-static-vrings";
77 compatible = "zephyr,ipc-openamp-static-vrings";
Dmimxrt1170_evk_mimxrt1176_cm4_B.overlay16 /* Delete ipc chosen property where old IPM mailbox driver below is
19 /delete-property/ zephyr,ipc;
64 ipc {
68 compatible = "zephyr,ipc-openamp-static-vrings";
77 compatible = "zephyr,ipc-openamp-static-vrings";
/Zephyr-latest/subsys/ipc/
DKconfig8 source "subsys/ipc/rpmsg_service/Kconfig"
9 source "subsys/ipc/ipc_service/Kconfig"
/Zephyr-latest/tests/subsys/ipc/ipc_service/boards/
Dqemu_cortex_a53.overlay7 compatible = "ipc-service-backend";
13 compatible = "ipc-service-backend";
/Zephyr-latest/samples/subsys/ipc/ipc_service/multi_endpoint/remote/boards/
Dnrf5340dk_nrf5340_cpunet.overlay32 ipc {
36 compatible = "zephyr,ipc-icmsg-me-follower";
45 compatible = "zephyr,ipc-icmsg-me-follower";
Dnrf5340dk_nrf5340_cpunet_icbmsg.overlay32 ipc {
36 compatible = "zephyr,ipc-icbmsg";
47 compatible = "zephyr,ipc-icbmsg";
/Zephyr-latest/dts/arm/nordic/
Dnrf5340_cpuapp_ipc.dtsi8 compatible = "zephyr,ipc-openamp-static-vrings";
16 compatible = "zephyr,bt-hci-ipc";
/Zephyr-latest/samples/subsys/ipc/openamp/
DREADME.rst19 :zephyr-app: samples/subsys/ipc/openamp
28 :zephyr-app: samples/subsys/ipc/openamp
37 :zephyr-app: samples/subsys/ipc/openamp
46 :zephyr-app: samples/subsys/ipc/openamp
55 :zephyr-app: samples/subsys/ipc/openamp
64 :zephyr-app: samples/subsys/ipc/openamp

123456789