Searched refs:rpdev (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/src/ |
D | main_remote.c | 72 static struct rpmsg_device *rpdev; variable 255 ret = rpmsg_create_ept(&sc_ept, rpdev, "rpmsg-client-sample", in app_rpmsg_client_sample() 290 ret = rpmsg_create_ept(&tty_ept, rpdev, "rpmsg-tty", in app_rpmsg_tty() 337 rpdev = platform_create_rpmsg_vdev(0, VIRTIO_DEV_DEVICE, NULL, in rpmsg_mng_task() 339 if (!rpdev) { in rpmsg_mng_task() 346 (void)shell_backend_rpmsg_init_transport(rpdev); in rpmsg_mng_task()
|
/Zephyr-latest/samples/boards/renesas/openamp_linux_zephyr/src/ |
D | main_remote.c | 78 static struct rpmsg_device *rpdev; variable 295 ret = rpmsg_create_ept(&sc_ept, rpdev, "rpmsg-service-0", APP_EPT_ADDR, RPMSG_ADDR_ANY, in app_rpmsg_client_sample() 322 rpdev = platform_create_rpmsg_vdev(0, VIRTIO_DEV_DEVICE, NULL, new_service_cb); in rpmsg_mng_task() 323 if (!rpdev) { in rpmsg_mng_task()
|