Home
last modified time | relevance | path

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

/open-amp-3.5.0/open-amp/lib/include/openamp/
Dvirtio.h185 uint8_t (*get_status)(struct virtio_device *dev); member
252 if (!vdev->func || !vdev->func->get_status) in virtio_get_status()
255 *status = vdev->func->get_status(vdev); in virtio_get_status()
Drpmsg_virtio.h115 return rvdev->vdev->func->get_status(rvdev->vdev); in rpmsg_virtio_get_status()
/open-amp-3.5.0/open-amp/lib/remoteproc/
Dremoteproc_virtio.c186 .get_status = rproc_virtio_get_status,