Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_driver.h43 extern struct pci_dev *vmci_pdev;
Dvmci_guest.c68 struct pci_dev *vmci_pdev; variable
525 vmci_pdev = pdev; in vmci_guest_probe_device()
650 vmci_pdev = NULL; in vmci_guest_probe_device()
680 vmci_pdev = NULL; in vmci_guest_remove_device()
Dvmci_queue_pair.c263 dma_free_coherent(&vmci_pdev->dev, PAGE_SIZE, in qp_free_queue()
315 dma_alloc_coherent(&vmci_pdev->dev, PAGE_SIZE, in qp_alloc_queue()