Lines Matching refs:vch
293 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); in virtio_rpmsg_create_ept() local
295 return __rpmsg_create_ept(vch->vrp, rpdev, cb, priv, chinfo.src); in virtio_rpmsg_create_ept()
326 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(ept->rpdev); in virtio_rpmsg_destroy_ept() local
328 __rpmsg_destroy_ept(vch->vrp, ept); in virtio_rpmsg_destroy_ept()
333 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); in virtio_rpmsg_announce_create() local
334 struct virtproc_info *vrp = vch->vrp; in virtio_rpmsg_announce_create()
357 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); in virtio_rpmsg_announce_destroy() local
358 struct virtproc_info *vrp = vch->vrp; in virtio_rpmsg_announce_destroy()
388 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); in virtio_rpmsg_release_device() local
390 kfree(vch); in virtio_rpmsg_release_device()
401 struct virtio_rpmsg_channel *vch; in rpmsg_create_channel() local
416 vch = kzalloc(sizeof(*vch), GFP_KERNEL); in rpmsg_create_channel()
417 if (!vch) in rpmsg_create_channel()
421 vch->vrp = vrp; in rpmsg_create_channel()
424 rpdev = &vch->rpdev; in rpmsg_create_channel()
564 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); in rpmsg_send_offchannel_raw() local
565 struct virtproc_info *vrp = vch->vrp; in rpmsg_send_offchannel_raw()