Searched refs:pci_device (Results 1 – 6 of 6) sorted by relevance
/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
|
/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 …]
|
/drivers/acpi/acpica/ |
D | hwpci.c | 79 acpi_handle pci_device, 333 acpi_handle pci_device, in acpi_hw_get_pci_device_info() argument 343 status = acpi_get_type(pci_device, &object_type); in acpi_hw_get_pci_device_info() 355 pci_device, &return_value); in acpi_hw_get_pci_device_info()
|
/drivers/pci/pcie/ |
D | aspm.c | 836 struct pci_dev *pci_device = to_pci_dev(dev); in link_state_show() local 837 struct pcie_link_state *link_state = pci_device->link_state; in link_state_show() 875 struct pci_dev *pci_device = to_pci_dev(dev); in clk_ctl_show() local 876 struct pcie_link_state *link_state = pci_device->link_state; in clk_ctl_show()
|
/drivers/acpi/ |
D | acpi_watchdog.c | 60 wdat->pci_device != 0xff || wdat->pci_function != 0xff) in acpi_watchdog_init()
|