Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/vmw_vmci/
Dvmci_driver.h43 extern struct pci_dev *vmci_pdev;
Dvmci_guest.c71 struct pci_dev *vmci_pdev; variable
553 vmci_pdev = pdev; in vmci_guest_probe_device()
681 vmci_pdev = NULL; in vmci_guest_probe_device()
711 vmci_pdev = NULL; in vmci_guest_remove_device()
Dvmci_queue_pair.c280 dma_free_coherent(&vmci_pdev->dev, PAGE_SIZE, in qp_free_queue()
329 dma_alloc_coherent(&vmci_pdev->dev, PAGE_SIZE, in qp_alloc_queue()