Searched refs:PCI_Device (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/mtd/devices/ |
D | pmc551.c | 662 struct pci_dev *PCI_Device = NULL; in init_pmc551() local 693 if ((PCI_Device = pci_get_device(PCI_VENDOR_ID_V3_SEMI, in init_pmc551() 695 PCI_Device)) == NULL) { in init_pmc551() 700 (unsigned long long)pci_resource_start(PCI_Device, 0)); in init_pmc551() 710 if ((length = fixup_pmc551(PCI_Device)) <= 0) { in init_pmc551() 737 priv->dev = PCI_Device; in init_pmc551() 752 priv->start = pci_iomap(PCI_Device, 0, priv->asize); in init_pmc551() 792 pci_iounmap(PCI_Device, priv->start); in init_pmc551() 799 pci_dev_get(PCI_Device); in init_pmc551() 815 pci_dev_put(PCI_Device); in init_pmc551()
|
/linux-4.1.27/drivers/block/ |
D | DAC960.c | 1163 struct pci_dev *PCI_Device = Controller->PCIDevice; in DAC960_V1_EnableMemoryMailboxInterface() local 1202 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize)) in DAC960_V1_EnableMemoryMailboxInterface() 1369 struct pci_dev *PCI_Device = Controller->PCIDevice; in DAC960_V2_EnableMemoryMailboxInterface() local 1393 CommandMailbox = pci_alloc_consistent(PCI_Device, in DAC960_V2_EnableMemoryMailboxInterface() 1410 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize)) { in DAC960_V2_EnableMemoryMailboxInterface() 1411 pci_free_consistent(PCI_Device, sizeof(DAC960_V2_CommandMailbox_T), in DAC960_V2_EnableMemoryMailboxInterface() 1534 pci_free_consistent(PCI_Device, sizeof(DAC960_V2_CommandMailbox_T), in DAC960_V2_EnableMemoryMailboxInterface() 2711 DAC960_DetectController(struct pci_dev *PCI_Device, in DAC960_DetectController() argument 2719 unsigned char DeviceFunction = PCI_Device->devfn; in DAC960_DetectController() 2733 Controller->Bus = PCI_Device->bus->number; in DAC960_DetectController() [all …]
|
D | DAC960.h | 1884 unsigned char PCI_Device; member
|