| /Linux-v5.4/drivers/firewire/ |
| D | nosy.c | 68 struct pci_dev *pci_device; member 248 dev_err(&lynx->pci_device->dev, in set_phy_reg() 253 dev_err(&lynx->pci_device->dev, in set_phy_reg() 502 free_irq(lynx->pci_device->irq, lynx); in remove_card() 509 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card() 511 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card() 513 pci_free_consistent(lynx->pci_device, PAGE_SIZE, in remove_card() 547 lynx->pci_device = dev; in add_card() 562 lynx->rcv_start_pcl = pci_alloc_consistent(lynx->pci_device, in add_card() 564 lynx->rcv_pcl = pci_alloc_consistent(lynx->pci_device, in add_card() [all …]
|
| /Linux-v5.4/drivers/scsi/ |
| D | BusLogic.c | 197 blk_pointer = dma_alloc_coherent(&adapter->pci_device->dev, in blogic_create_initccbs() 223 dma_free_coherent(&adapter->pci_device->dev, in blogic_destroy_ccbs() 230 dma_free_coherent(&adapter->pci_device->dev, in blogic_destroy_ccbs() 253 blk_pointer = dma_alloc_coherent(&adapter->pci_device->dev, in blogic_create_addlccbs() 315 dma_unmap_single(&adapter->pci_device->dev, ccb->sensedata, in blogic_dealloc_ccb() 578 probeinfo->pci_device = NULL; in blogic_add_probeaddr_isa() 670 struct pci_dev *pci_device = NULL; in blogic_init_mm_probeinfo() local 692 while ((pci_device = pci_get_device(PCI_VENDOR_ID_BUSLOGIC, in blogic_init_mm_probeinfo() 694 pci_device)) != NULL) { in blogic_init_mm_probeinfo() 706 if (pci_enable_device(pci_device)) in blogic_init_mm_probeinfo() [all …]
|
| D | BusLogic.h | 228 struct pci_dev *pci_device; member 987 struct pci_dev *pci_device; member
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | pci_sun4v.h | 23 unsigned long pci_device, 27 unsigned long pci_device, 102 unsigned int pci_device);
|
| /Linux-v5.4/drivers/acpi/acpica/ |
| D | hwpci.c | 43 acpi_handle pci_device, 297 acpi_handle pci_device, in acpi_hw_get_pci_device_info() argument 307 status = acpi_get_type(pci_device, &object_type); in acpi_hw_get_pci_device_info() 319 pci_device, &return_value); in acpi_hw_get_pci_device_info()
|
| /Linux-v5.4/include/acpi/ |
| D | actbl3.h | 119 u8 pci_device; member 156 u8 pci_device; member 536 u8 pci_device; /* PCI Device number */ member 649 u8 pci_device; /* PCI Device number */ member
|
| D | actbl2.h | 783 u8 pci_device; member
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | pci-calgary_64.c | 1311 unsigned short pci_device; in get_tce_space_from_tar() local 1315 pci_device = (val & 0xFFFF0000) >> 16; in get_tce_space_from_tar() 1317 if (!is_cal_pci_dev(pci_device)) in get_tce_space_from_tar() 1322 if (calgary_bus_has_devices(bus, pci_device) || in get_tce_space_from_tar() 1412 unsigned short pci_device; in detect_calgary() local 1416 pci_device = (val & 0xFFFF0000) >> 16; in detect_calgary() 1418 if (!is_cal_pci_dev(pci_device)) in detect_calgary() 1424 if (calgary_bus_has_devices(bus, pci_device) || in detect_calgary()
|
| /Linux-v5.4/Documentation/gpu/ |
| D | vgaarbiter.rst | 110 libpciaccess library. One field was added to struct pci_device (each device 120 struct pci_device *vga_target; 121 struct pci_device *vga_default_dev; 144 int pci_device_vgaarb_set_target (struct pci_device *dev);
|
| /Linux-v5.4/drivers/acpi/ |
| D | acpi_watchdog.c | 114 wdat->pci_device != 0xff || wdat->pci_function != 0xff) in acpi_watchdog_init()
|
| /Linux-v5.4/drivers/pci/pcie/ |
| D | aspm.c | 1197 struct pci_dev *pci_device = to_pci_dev(dev); in link_state_show() local 1198 struct pcie_link_state *link_state = pci_device->link_state; in link_state_show() 1236 struct pci_dev *pci_device = to_pci_dev(dev); in clk_ctl_show() local 1237 struct pcie_link_state *link_state = pci_device->link_state; in clk_ctl_show()
|
| /Linux-v5.4/Documentation/scsi/ |
| D | ChangeLog.megaraid | 581 ii. Remove C99 initializations from pci_device id.
|