Searched refs:vrp (Results 1 – 1 of 1) sorted by relevance
107 struct virtproc_info *vrp; member152 static struct rpmsg_device *__rpmsg_create_channel(struct virtproc_info *vrp,208 static struct rpmsg_endpoint *__rpmsg_create_ept(struct virtproc_info *vrp, in __rpmsg_create_ept() argument215 struct device *dev = rpdev ? &rpdev->dev : &vrp->vdev->dev; in __rpmsg_create_ept()238 mutex_lock(&vrp->endpoints_lock); in __rpmsg_create_ept()241 id = idr_alloc(&vrp->endpoints, ept, id_min, id_max, GFP_KERNEL); in __rpmsg_create_ept()248 mutex_unlock(&vrp->endpoints_lock); in __rpmsg_create_ept()253 mutex_unlock(&vrp->endpoints_lock); in __rpmsg_create_ept()262 struct virtproc_info *vrp = vch->vrp; in virtio_rpmsg_create_channel() local264 return __rpmsg_create_channel(vrp, chinfo); in virtio_rpmsg_create_channel()[all …]