Home
last modified time | relevance | path

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

/linux/include/linux/ !
H A Dvirtio_pci_modern.h104 void vp_modern_set_extended_features(struct virtio_pci_modern_device *mdev,
134 vp_modern_set_extended_features(mdev, features_array); in vp_modern_set_features()
/linux/drivers/virtio/ !
H A Dvirtio_pci_modern_dev.c445 void vp_modern_set_extended_features(struct virtio_pci_modern_device *mdev, in vp_modern_set_extended_features() function
458 EXPORT_SYMBOL_GPL(vp_modern_set_extended_features);
H A Dvirtio_pci_modern.c440 vp_modern_set_extended_features(&vp_dev->mdev, vdev->features_array); in vp_finalize_features()