Lines Matching full:ipm
10 #include <zephyr/drivers/ipm.h>
117 /* The IPM interface is unclear on whether or not ipm_send in ipc_virtio_notify()
120 * dummy data, unless the IPM driver cannot transfer data. in ipc_virtio_notify()
169 /* Start IPM workqueue */ in rpmsg_backend_init()
175 /* Setup IPM workqueue item */ in rpmsg_backend_init()
189 /* IPM setup */ in rpmsg_backend_init()
192 LOG_ERR("IPM TX device is not ready"); in rpmsg_backend_init()
197 LOG_ERR("IPM RX device is not ready"); in rpmsg_backend_init()
205 LOG_ERR("Could not enable IPM interrupts and callbacks for RX"); in rpmsg_backend_init()
211 LOG_ERR("IPM device is not ready"); in rpmsg_backend_init()
219 LOG_ERR("Could not enable IPM interrupts and callbacks"); in rpmsg_backend_init()