Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rpmsg/
H A Drockchip_rpmsg_test.c27 uint32_t remote_ept_id; in rockchip_rpmsg_test_cb() local
30 remote_ept_id = src; in rockchip_rpmsg_test_cb()
32 (char *)payload, ++idata->rx_count, remote_ept_id); in rockchip_rpmsg_test_cb()
41 ret = rpmsg_sendto(rp->ept, LINUX_TEST_MSG_2, strlen(LINUX_TEST_MSG_2), remote_ept_id); in rockchip_rpmsg_test_cb()
50 uint32_t master_ept_id, remote_ept_id; in rockchip_rpmsg_test_probe() local
54 remote_ept_id = rp->dst; in rockchip_rpmsg_test_probe()
55 dev_info(&rp->dev, "new channel: 0x%x -> 0x%x!\n", master_ept_id, remote_ept_id); in rockchip_rpmsg_test_probe()
73 ret = rpmsg_sendto(rp->ept, LINUX_TEST_MSG_2, strlen(LINUX_TEST_MSG_2), remote_ept_id); in rockchip_rpmsg_test_probe()