Lines Matching full:resource
31 * virtio_add_dmabuf() - Add a new dma-buf resource to the lookup table
32 * @uuid: new resource's UUID
39 * Return: true if the UUID did not exist and the resource has been added,
40 * false if another resource with the same UUID already existed.
41 * Note that if it finds a repeated UUID, the resource is not inserted in
48 * resource with the associated UUID
49 * @uuid: new resource's UUID
50 * @dev: the pointer to the vhost device that holds the resource. The caller
54 * false if another resource with the same UUID already existed.
55 * Note that if it finds a repeated UUID, the resource is not inserted in
61 * virtio_remove_resource() - Removes a resource from the lookup table
62 * @uuid: resource's UUID
69 * virtio_lookup_dmabuf() - Looks for a dma-buf resource in the lookup table
70 * @uuid: resource's UUID
79 * @uuid: resource's UUID
86 * virtio_object_type() - Looks for the type of resource in the lookup table
87 * @uuid: resource's UUID
89 * Return: the type of resource associated with the UUID, or TYPE_INVALID if