Searched refs:pci_device (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/drivers/scsi/ |
D | BusLogic.c | 198 blk_pointer = dma_alloc_coherent(&adapter->pci_device->dev, in blogic_create_initccbs() 224 dma_free_coherent(&adapter->pci_device->dev, in blogic_destroy_ccbs() 231 dma_free_coherent(&adapter->pci_device->dev, in blogic_destroy_ccbs() 254 blk_pointer = dma_alloc_coherent(&adapter->pci_device->dev, in blogic_create_addlccbs() 316 dma_unmap_single(&adapter->pci_device->dev, ccb->sensedata, in blogic_dealloc_ccb() 616 struct pci_dev *pci_device = NULL; in blogic_init_mm_probeinfo() local 636 while ((pci_device = pci_get_device(PCI_VENDOR_ID_BUSLOGIC, in blogic_init_mm_probeinfo() 638 pci_device)) != NULL) { in blogic_init_mm_probeinfo() 650 if (pci_enable_device(pci_device)) in blogic_init_mm_probeinfo() 653 if (dma_set_mask(&pci_device->dev, DMA_BIT_MASK(32))) in blogic_init_mm_probeinfo() [all …]
|
D | BusLogic.h | 228 struct pci_dev *pci_device; member 979 struct pci_dev *pci_device; member
|
/Linux-v6.6/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() 507 free_irq(lynx->pci_device->irq, lynx); in remove_card() 514 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl), in remove_card() 516 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl), in remove_card() 518 dma_free_coherent(&lynx->pci_device->dev, PAGE_SIZE, lynx->rcv_buffer, in remove_card() 552 lynx->pci_device = dev; in add_card() 567 lynx->rcv_start_pcl = dma_alloc_coherent(&lynx->pci_device->dev, in add_card() 571 lynx->rcv_pcl = dma_alloc_coherent(&lynx->pci_device->dev, in add_card() [all …]
|
/Linux-v6.6/arch/sparc/kernel/ |
D | pci_sun4v.h | 23 unsigned long pci_device, 27 unsigned long pci_device, 102 unsigned int pci_device);
|
/Linux-v6.6/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-v6.6/include/acpi/ |
D | actbl3.h | 119 u8 pci_device; member 156 u8 pci_device; member 596 u8 pci_device; /* PCI Device number */ member 709 u8 pci_device; /* PCI Device number */ member
|
D | actbl2.h | 1400 u8 pci_device; member
|
/Linux-v6.6/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-v6.6/drivers/acpi/ |
D | acpi_watchdog.c | 125 wdat->pci_device != 0xff || wdat->pci_function != 0xff) in acpi_watchdog_init()
|
/Linux-v6.6/net/smc/ |
D | smc_core.h | 516 __u16 pci_device; member 524 smc_dev->pci_device = pci_dev->device; in smc_set_pci_values()
|
D | smc_ism.c | 260 if (nla_put_u16(skb, SMC_NLA_DEV_PCI_DEVICE, smc_pci_dev.pci_device)) in smc_nl_handle_smcd_dev()
|
D | smc_ib.c | 540 if (nla_put_u16(skb, SMC_NLA_DEV_PCI_DEVICE, smc_pci_dev->pci_device)) in smc_nl_handle_pci_values()
|
/Linux-v6.6/Documentation/scsi/ |
D | ChangeLog.megaraid | 581 ii. Remove C99 initializations from pci_device id.
|