Searched refs:PCI_Device (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/mtd/devices/
H A Dpmc551.c662 struct pci_dev *PCI_Device = NULL; init_pmc551() local
693 if ((PCI_Device = pci_get_device(PCI_VENDOR_ID_V3_SEMI, init_pmc551()
695 PCI_Device)) == NULL) { init_pmc551()
700 (unsigned long long)pci_resource_start(PCI_Device, 0)); init_pmc551()
710 if ((length = fixup_pmc551(PCI_Device)) <= 0) { init_pmc551()
737 priv->dev = PCI_Device; init_pmc551()
752 priv->start = pci_iomap(PCI_Device, 0, priv->asize); init_pmc551()
792 pci_iounmap(PCI_Device, priv->start); init_pmc551()
799 pci_dev_get(PCI_Device); init_pmc551()
815 pci_dev_put(PCI_Device); init_pmc551()
/linux-4.4.14/drivers/block/
H A DDAC960.c1163 struct pci_dev *PCI_Device = Controller->PCIDevice; DAC960_V1_EnableMemoryMailboxInterface() local
1202 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize)) DAC960_V1_EnableMemoryMailboxInterface()
1369 struct pci_dev *PCI_Device = Controller->PCIDevice; DAC960_V2_EnableMemoryMailboxInterface() local
1393 CommandMailbox = pci_alloc_consistent(PCI_Device, DAC960_V2_EnableMemoryMailboxInterface()
1410 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize)) { DAC960_V2_EnableMemoryMailboxInterface()
1411 pci_free_consistent(PCI_Device, sizeof(DAC960_V2_CommandMailbox_T), DAC960_V2_EnableMemoryMailboxInterface()
1534 pci_free_consistent(PCI_Device, sizeof(DAC960_V2_CommandMailbox_T), DAC960_V2_EnableMemoryMailboxInterface()
2711 DAC960_DetectController(struct pci_dev *PCI_Device, DAC960_DetectController() argument
2719 unsigned char DeviceFunction = PCI_Device->devfn; DAC960_DetectController()
2733 Controller->Bus = PCI_Device->bus->number; DAC960_DetectController()
2738 Controller->PCIDevice = PCI_Device; DAC960_DetectController()
2741 if (pci_enable_device(PCI_Device)) DAC960_DetectController()
2747 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); DAC960_DetectController()
2750 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); DAC960_DetectController()
2753 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); DAC960_DetectController()
2756 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); DAC960_DetectController()
2759 Controller->PCI_Address = pci_resource_start(PCI_Device, 0); DAC960_DetectController()
2762 Controller->IO_Address = pci_resource_start(PCI_Device, 0); DAC960_DetectController()
2763 Controller->PCI_Address = pci_resource_start(PCI_Device, 1); DAC960_DetectController()
2766 Controller->IO_Address = pci_resource_start(PCI_Device, 0); DAC960_DetectController()
2767 Controller->PCI_Address = pci_resource_start(PCI_Device, 1); DAC960_DetectController()
2771 pci_set_drvdata(PCI_Device, (void *)((long)Controller->ControllerNumber)); DAC960_DetectController()
3030 IRQ_Channel = PCI_Device->irq; DAC960_DetectController()
3189 static void DAC960_Remove(struct pci_dev *PCI_Device) DAC960_Remove() argument
3191 int Controller_Number = (long)pci_get_drvdata(PCI_Device); DAC960_Remove()
6662 ControllerInfo.PCI_Device = Controller->Device; DAC960_gam_ioctl()
H A DDAC960.h1884 unsigned char PCI_Device; member in struct:DAC960_ControllerInfo

Completed in 304 milliseconds