/Linux-v4.19/drivers/firewire/ |
D | nosy.c | 81 struct pci_dev *pci_device; member 261 dev_err(&lynx->pci_device->dev, in set_phy_reg() 266 dev_err(&lynx->pci_device->dev, in set_phy_reg() 515 free_irq(lynx->pci_device->irq, lynx); in remove_card() 522 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card() 524 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card() 526 pci_free_consistent(lynx->pci_device, PAGE_SIZE, in remove_card() 560 lynx->pci_device = dev; in add_card() 575 lynx->rcv_start_pcl = pci_alloc_consistent(lynx->pci_device, in add_card() 577 lynx->rcv_pcl = pci_alloc_consistent(lynx->pci_device, in add_card() [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | BusLogic.c | 204 blk_pointer = pci_alloc_consistent(adapter->pci_device, in blogic_create_initccbs() 230 pci_free_consistent(adapter->pci_device, in blogic_destroy_ccbs() 237 pci_free_consistent(adapter->pci_device, lastccb->allocgrp_size, in blogic_destroy_ccbs() 259 blk_pointer = pci_alloc_consistent(adapter->pci_device, in blogic_create_addlccbs() 321 pci_unmap_single(adapter->pci_device, ccb->sensedata, in blogic_dealloc_ccb() 584 probeinfo->pci_device = NULL; in blogic_add_probeaddr_isa() 676 struct pci_dev *pci_device = NULL; in blogic_init_mm_probeinfo() local 698 while ((pci_device = pci_get_device(PCI_VENDOR_ID_BUSLOGIC, in blogic_init_mm_probeinfo() 700 pci_device)) != NULL) { in blogic_init_mm_probeinfo() 712 if (pci_enable_device(pci_device)) in blogic_init_mm_probeinfo() [all …]
|
D | BusLogic.h | 235 struct pci_dev *pci_device; member 994 struct pci_dev *pci_device; member
|
/Linux-v4.19/arch/sparc/kernel/ |
D | pci_sun4v.h | 23 unsigned long pci_device, 27 unsigned long pci_device, 102 unsigned int pci_device);
|
/Linux-v4.19/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-v4.19/include/acpi/ |
D | actbl3.h | 119 u8 pci_device; member 156 u8 pci_device; member 496 u8 pci_device; /* PCI Device number */ member 609 u8 pci_device; /* PCI Device number */ member
|
D | actbl2.h | 782 u8 pci_device; member
|
/Linux-v4.19/arch/x86/kernel/ |
D | pci-calgary_64.c | 1337 unsigned short pci_device; in get_tce_space_from_tar() local 1341 pci_device = (val & 0xFFFF0000) >> 16; in get_tce_space_from_tar() 1343 if (!is_cal_pci_dev(pci_device)) in get_tce_space_from_tar() 1348 if (calgary_bus_has_devices(bus, pci_device) || in get_tce_space_from_tar() 1438 unsigned short pci_device; in detect_calgary() local 1442 pci_device = (val & 0xFFFF0000) >> 16; in detect_calgary() 1444 if (!is_cal_pci_dev(pci_device)) in detect_calgary() 1450 if (calgary_bus_has_devices(bus, pci_device) || in detect_calgary()
|
/Linux-v4.19/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-v4.19/drivers/acpi/ |
D | acpi_watchdog.c | 117 wdat->pci_device != 0xff || wdat->pci_function != 0xff) in acpi_watchdog_init()
|
/Linux-v4.19/drivers/pci/pcie/ |
D | aspm.c | 1167 struct pci_dev *pci_device = to_pci_dev(dev); in link_state_show() local 1168 struct pcie_link_state *link_state = pci_device->link_state; in link_state_show() 1206 struct pci_dev *pci_device = to_pci_dev(dev); in clk_ctl_show() local 1207 struct pcie_link_state *link_state = pci_device->link_state; in clk_ctl_show()
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.megaraid | 581 ii. Remove C99 initializations from pci_device id.
|