Searched refs:PCI_Device (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/mtd/devices/ |
| D | pmc551.c | 660 struct pci_dev *PCI_Device = NULL; in init_pmc551() local 691 if ((PCI_Device = pci_get_device(PCI_VENDOR_ID_V3_SEMI, in init_pmc551() 693 PCI_Device)) == NULL) { in init_pmc551() 698 (unsigned long long)pci_resource_start(PCI_Device, 0)); in init_pmc551() 708 if ((length = fixup_pmc551(PCI_Device)) <= 0) { in init_pmc551() 735 priv->dev = PCI_Device; in init_pmc551() 750 priv->start = pci_iomap(PCI_Device, 0, priv->asize); in init_pmc551() 790 pci_iounmap(PCI_Device, priv->start); in init_pmc551() 797 pci_dev_get(PCI_Device); in init_pmc551() 813 pci_dev_put(PCI_Device); in init_pmc551()
|
| /Linux-v4.19/drivers/block/ |
| D | DAC960.c | 1162 struct pci_dev *PCI_Device = Controller->PCIDevice; in DAC960_V1_EnableMemoryMailboxInterface() local 1200 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize)) in DAC960_V1_EnableMemoryMailboxInterface() 1367 struct pci_dev *PCI_Device = Controller->PCIDevice; in DAC960_V2_EnableMemoryMailboxInterface() local 1388 CommandMailbox = pci_alloc_consistent(PCI_Device, in DAC960_V2_EnableMemoryMailboxInterface() 1405 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize)) { in DAC960_V2_EnableMemoryMailboxInterface() 1406 pci_free_consistent(PCI_Device, sizeof(DAC960_V2_CommandMailbox_T), in DAC960_V2_EnableMemoryMailboxInterface() 1529 pci_free_consistent(PCI_Device, sizeof(DAC960_V2_CommandMailbox_T), in DAC960_V2_EnableMemoryMailboxInterface() 2712 DAC960_DetectController(struct pci_dev *PCI_Device, in DAC960_DetectController() argument 2720 unsigned char DeviceFunction = PCI_Device->devfn; in DAC960_DetectController() 2734 Controller->Bus = PCI_Device->bus->number; in DAC960_DetectController() [all …]
|
| D | DAC960.h | 1884 unsigned char PCI_Device; member
|