Home
last modified time | relevance | path

Searched refs:vp_legacy_remove (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/virtio/
Dvirtio_pci_legacy_dev.c69 void vp_legacy_remove(struct virtio_pci_legacy_device *ldev) in vp_legacy_remove() function
76 EXPORT_SYMBOL_GPL(vp_legacy_remove);
Dvirtio_pci_legacy.c234 vp_legacy_remove(ldev); in virtio_pci_legacy_remove()
/linux-6.1.9/include/linux/
Dvirtio_pci_legacy.h38 void vp_legacy_remove(struct virtio_pci_legacy_device *ldev);
/linux-6.1.9/drivers/vdpa/alibaba/
Deni_vdpa.c527 vp_legacy_remove(&eni_vdpa->ldev); in eni_vdpa_remove()