/Zephyr-latest/boards/nordic/nrf54h20dk/ |
D | nrf54h20dk_nrf54h20-ipc_conf.dtsi | 8 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/ |
D | nrf9280pdk_nrf9280-ipc_conf.dtsi | 8 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/ |
D | ipc.c | 43 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/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 12 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/ |
D | nrf5340dk_nrf5340_cpunet.overlay | 12 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/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 32 ipc { 36 compatible = "zephyr,ipc-icmsg-me-initiator"; 44 compatible = "zephyr,bt-hci-ipc"; 50 compatible = "zephyr,ipc-icmsg-me-initiator";
|
D | nrf5340dk_nrf5340_cpuapp_icbmsg.overlay | 32 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/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 26 ipc { 30 compatible = "zephyr,ipc-openamp-static-vrings"; 38 compatible = "zephyr,bt-hci-ipc"; 44 compatible = "zephyr,ipc-openamp-static-vrings";
|
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 12 /* 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";
|
D | mimxrt1160_evk_mimxrt1166_cm7.overlay | 12 /* 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";
|
D | mimxrt1170_evk_mimxrt1176_cm7.overlay | 12 /* 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";
|
D | mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 12 /* 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/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 24 ipc { 28 compatible = "zephyr,ipc-icmsg"; 36 compatible = "zephyr,bt-hci-ipc";
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/ |
D | README.rst | 1 .. 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/ |
D | lpcxpresso55s69_lpc55s69_cpu1.overlay | 12 /* 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";
|
D | nrf5340dk_nrf5340_cpunet.overlay | 26 ipc { 30 compatible = "zephyr,ipc-openamp-static-vrings"; 39 compatible = "zephyr,ipc-openamp-static-vrings";
|
D | mimxrt1160_evk_mimxrt1166_cm4.overlay | 16 /* 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";
|
D | mimxrt1170_evk_mimxrt1176_cm4.overlay | 16 /* 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";
|
D | mimxrt1170_evk_mimxrt1176_cm4_B.overlay | 16 /* 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/ |
D | Kconfig | 8 source "subsys/ipc/rpmsg_service/Kconfig" 9 source "subsys/ipc/ipc_service/Kconfig"
|
/Zephyr-latest/tests/subsys/ipc/ipc_service/boards/ |
D | qemu_cortex_a53.overlay | 7 compatible = "ipc-service-backend"; 13 compatible = "ipc-service-backend";
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/multi_endpoint/remote/boards/ |
D | nrf5340dk_nrf5340_cpunet.overlay | 32 ipc { 36 compatible = "zephyr,ipc-icmsg-me-follower"; 45 compatible = "zephyr,ipc-icmsg-me-follower";
|
D | nrf5340dk_nrf5340_cpunet_icbmsg.overlay | 32 ipc { 36 compatible = "zephyr,ipc-icbmsg"; 47 compatible = "zephyr,ipc-icbmsg";
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf5340_cpuapp_ipc.dtsi | 8 compatible = "zephyr,ipc-openamp-static-vrings"; 16 compatible = "zephyr,bt-hci-ipc";
|
/Zephyr-latest/samples/subsys/ipc/openamp/ |
D | README.rst | 19 :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
|